|
1 | 1 | 1.2.2 |
2 | | -- Fix RollupJS reexports bug (https://github.com/guybedford/cjs-module-lexer/pull/59) |
| 2 | +- Fix RollupJS reexports bug (https://github.com/nodejs/cjs-module-lexer/pull/59) |
3 | 3 |
|
4 | 4 | 1.2.1 |
5 | | -- Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55) |
6 | | -- Filter export strings to valid surrogate pairs (https://github.com/guybedford/cjs-module-lexer/pull/56) |
| 5 | +- Support Unicode escapes in strings (https://github.com/nodejs/cjs-module-lexer/pull/55) |
| 6 | +- Filter export strings to valid surrogate pairs (https://github.com/nodejs/cjs-module-lexer/pull/56) |
7 | 7 |
|
8 | 8 | 1.2.0 |
9 | | -- Support for non-identifier exports (https://github.com/guybedford/cjs-module-lexer/pull/54, @nicolo-ribaudo) |
| 9 | +- Support for non-identifier exports (https://github.com/nodejs/cjs-module-lexer/pull/54, @nicolo-ribaudo) |
10 | 10 |
|
11 | 11 | 1.1.1 |
12 | | -- Better support for Babel reexport getter function forms (https://github.com/guybedford/cjs-module-lexer/issues/50) |
13 | | -- Support Babel interopRequireWildcard reexports patterns (https://github.com/guybedford/cjs-module-lexer/issues/52) |
| 12 | +- Better support for Babel reexport getter function forms (https://github.com/nodejs/cjs-module-lexer/issues/50) |
| 13 | +- Support Babel interopRequireWildcard reexports patterns (https://github.com/nodejs/cjs-module-lexer/issues/52) |
14 | 14 |
|
15 | 15 | 1.1.0 |
16 | | -- Support for Babel reexport conflict filter (https://github.com/guybedford/cjs-module-lexer/issues/36, @nicolo-ribaudo) |
17 | | -- Support trailing commas in getter patterns (https://github.com/guybedford/cjs-module-lexer/issues/31) |
18 | | -- Support for RollupJS reexports property checks (https://github.com/guybedford/cjs-module-lexer/issues/38) |
| 16 | +- Support for Babel reexport conflict filter (https://github.com/nodejs/cjs-module-lexer/issues/36, @nicolo-ribaudo) |
| 17 | +- Support trailing commas in getter patterns (https://github.com/nodejs/cjs-module-lexer/issues/31) |
| 18 | +- Support for RollupJS reexports property checks (https://github.com/nodejs/cjs-module-lexer/issues/38) |
19 | 19 |
|
20 | 20 | 1.0.0 |
21 | | -- Unsafe getter tracking (https://github.com/guybedford/cjs-module-lexer/pull/29) |
| 21 | +- Unsafe getter tracking (https://github.com/nodejs/cjs-module-lexer/pull/29) |
22 | 22 |
|
23 | 23 | 0.6.0 |
24 | | -- API-only breaking change: Unify JS and Wasm interfaces (https://github.com/guybedford/cjs-module-lexer/pull/27) |
25 | | -- Add type definitions (https://github.com/guybedford/cjs-module-lexer/pull/28) |
| 24 | +- API-only breaking change: Unify JS and Wasm interfaces (https://github.com/nodejs/cjs-module-lexer/pull/27) |
| 25 | +- Add type definitions (https://github.com/nodejs/cjs-module-lexer/pull/28) |
26 | 26 |
|
27 | 27 | 0.5.2 |
28 | | -- Support named getter functions (https://github.com/guybedford/cjs-module-lexer/pull/26) |
| 28 | +- Support named getter functions (https://github.com/nodejs/cjs-module-lexer/pull/26) |
29 | 29 |
|
30 | 30 | 0.5.1: |
31 | | -- Feature: Implement specific reexport getter forms (https://github.com/guybedford/cjs-module-lexer/pull/25) |
| 31 | +- Feature: Implement specific reexport getter forms (https://github.com/nodejs/cjs-module-lexer/pull/25) |
32 | 32 |
|
33 | 33 | 0.5.0 |
34 | | -- Breaking Change: No longer emit Object.defineProperty exports (https://github.com/guybedford/cjs-module-lexer/pull/24) |
35 | | -- Doc: Update link to WASI SDK (https://github.com/guybedford/cjs-module-lexer/pull/19) |
| 34 | +- Breaking Change: No longer emit Object.defineProperty exports (https://github.com/nodejs/cjs-module-lexer/pull/24) |
| 35 | +- Doc: Update link to WASI SDK (https://github.com/nodejs/cjs-module-lexer/pull/19) |
36 | 36 |
|
37 | 37 | 0.4.3 |
38 | | -- Support for Babel 7.12 reexports (https://github.com/guybedford/cjs-module-lexer/pull/16) |
39 | | -- Support module.exports = { ...require('x') } reexports (https://github.com/guybedford/cjs-module-lexer/pull/18) |
40 | | -- "if" keyword space parsing in exports matching (https://github.com/guybedford/cjs-module-lexer/pull/17) |
| 38 | +- Support for Babel 7.12 reexports (https://github.com/nodejs/cjs-module-lexer/pull/16) |
| 39 | +- Support module.exports = { ...require('x') } reexports (https://github.com/nodejs/cjs-module-lexer/pull/18) |
| 40 | +- "if" keyword space parsing in exports matching (https://github.com/nodejs/cjs-module-lexer/pull/17) |
0 commit comments