Skip to content

Commit

Permalink
v2.2.0 & changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Cohen committed Jun 25, 2019
1 parent 35fb91c commit 470539a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,18 @@
2.2.0 / 2019-06-25
==================
- (fix) Fix getLiteralPropValue for TS-specific node types.
- (chore) upgrade dependencies.
- (improvement) Stop throwing errors when unknown AST nodes are encountered.
- (dev) CI changes.

2.1.0 / 2018-04-19
==================
- Fix undefined bug for template strings. #45
- Adding support for `objectRestSpread` within props #60
- Accommodate ExperimentalSpreadProperty in prop values #75
- Account for SpreadElement AST Nodes #76
- Support OptionalMemberExpression AST nodes #77
- Add support to Typescript's node types #72
- Add support to Typescript's node types #72

2.0.1 / 2017-08-31
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsx-ast-utils",
"version": "2.1.0",
"version": "2.2.0",
"description": "AST utility module for statically analyzing JSX",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 470539a

Please sign in to comment.