Skip to content

Commit 470539a

Browse files
author
Ethan Cohen
committed
v2.2.0 & changelog.
1 parent 35fb91c commit 470539a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
2.2.0 / 2019-06-25
2+
==================
3+
- (fix) Fix getLiteralPropValue for TS-specific node types.
4+
- (chore) upgrade dependencies.
5+
- (improvement) Stop throwing errors when unknown AST nodes are encountered.
6+
- (dev) CI changes.
7+
18
2.1.0 / 2018-04-19
29
==================
310
- Fix undefined bug for template strings. #45
411
- Adding support for `objectRestSpread` within props #60
512
- Accommodate ExperimentalSpreadProperty in prop values #75
613
- Account for SpreadElement AST Nodes #76
714
- Support OptionalMemberExpression AST nodes #77
8-
- Add support to Typescript's node types #72
15+
- Add support to Typescript's node types #72
916

1017
2.0.1 / 2017-08-31
1118
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-ast-utils",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "AST utility module for statically analyzing JSX",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)