UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

50 lines (31 loc) 1.09 kB
1.3.3 / 2016-10-28 ================== - [fix] Add support for `ArrayExpression`. 1.3.2 / 2016-10-11 ================== - [fix] Add support for `UpdateExpression`. 1.3.1 / 2016-07-13 ================== - [fix] Add `JSXElement` to expression types to handle recursively extracting prop value. 1.3.0 / 2016-07-12 ================== - [new] Add support for `TaggedTemplateExpression`. 1.2.1 / 2016-06-15 ================== - [fix] Point to `lib` instead of `src` for root exports. 1.2.0 / 2016-06-15 ================== - [new] Export functions from root so they can be imported like the following: `require('jsx-ast-utils/{function}')`. 1.1.1 / 2016-06-12 ================== - [fix] Better support for expressions in `TemplateLiteral` extraction. 1.1.0 / 2016-06-10 ================== - [new] Support for namespaced element names. - [new] Add `propName` to API to get correct name for prop. 1.0.1 / 2016-06-10 ================== - [fix] Return actual reserved words instead of string representations of them. 1.0.0 / 2016-06-09 ================== - Initial stable release