1 | ## Unreleased
|
---|
2 |
|
---|
3 | ## v2.3.3
|
---|
4 | - [Fix] Generate webpack-compatible output with static string arg (#84)
|
---|
5 | - [Fix] Handle visiting the same path gracefully (#71)
|
---|
6 |
|
---|
7 | ## v2.3.2
|
---|
8 | - [Fix] avoid using reserved param name in babel 7 templates
|
---|
9 | - [Dev Deps] update `airbnb-js-shims`
|
---|
10 |
|
---|
11 | ## v2.3.1
|
---|
12 | - [Fix] Evaluate `import()` argument synchronously (#85)
|
---|
13 | - [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `in-publish`, `rimraf`, `safe-publish-latest`, `tape`
|
---|
14 |
|
---|
15 | ## v2.3.0
|
---|
16 | - [New] expose createDynamicImportTransform and getImportSource (#75)
|
---|
17 | - [Docs] Document noInterop option (#70)
|
---|
18 |
|
---|
19 | ## v2.2.0
|
---|
20 | - [Refactor] remove dependency on babel-plugin-syntax-dynamic-import
|
---|
21 | - [Dev Deps] update `airbnb-js-shims`, `babel-preset-airbnb`, `eslint`
|
---|
22 |
|
---|
23 | ## v2.1.0
|
---|
24 | - [New] add `noInterop` option (#57)
|
---|
25 | - [Docs] Fix typo "correct" -> "correctly" in readme (#55)
|
---|
26 | - [Dev Deps] update `airbnb-js-shims`, `babel-eslint`, `babel-preset-airbnb`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `safe-publish-latest`
|
---|
27 |
|
---|
28 | ## v2.0.0
|
---|
29 | - [Breaking] always return a module namespace object (#52, #47)
|
---|
30 | - [Breaking] remove `.default` on entry points (#27)
|
---|
31 | - [Docs] removed $ before npm command (#35)
|
---|
32 | - [Docs] Improve README.md with a code example (#41)
|
---|
33 | - [Dev Deps] update `airbnb-js-shims`, `babel-core`, `babel-eslint`, `eslint`, `eslint-plugin-import`
|
---|
34 | - [Tests] switch from mocha to tape, so we can support older nodes
|
---|
35 |
|
---|
36 | ## v1.2.0
|
---|
37 | - [New] support comments (#37)
|
---|
38 | - [Refactor] Use template and types from the babel object (#32)
|
---|
39 | - [Tests] on `node` `v9`; pin included builds to LTS
|
---|
40 | - [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `mocha`, `rimraf`
|
---|
41 |
|
---|
42 | ## v1.1.0
|
---|
43 | - Visit Import nodes instead of CallExpressions (#30)
|
---|
44 | - [Deps] update `babel-template`, `babel-types`
|
---|
45 | - [Dev Deps] update `airbnb-js-shims`, `babel-cli`, `babel-core`, `babel-preset-airbnb`, `babel-register`, `chai`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `mocha`
|
---|
46 | - [Tests] on `node` `v8`
|
---|
47 | - [Tests] use `nvm install-latest-npm` so newer npm doesn’t break older node
|
---|
48 |
|
---|
49 | ## v1.0.2
|
---|
50 | - [Fix] Ensure it works with the ES2015 preset too (#12, #16)
|
---|
51 | - [Deps] update `babel-template`, `babel-types`
|
---|
52 | - [Dev Deps] update `babel-cli`, `babel-core`, `babel-eslint`, `babel-register`, `eslint`, `eslint-config-airbnb-base`, `mocha`
|
---|
53 |
|
---|
54 | ## v1.0.1
|
---|
55 | - [Fix] Move `in-publish` to devDeps (#11)
|
---|
56 | - [Fix] ensure dynamic `import()` input is properly stringified (#2)
|
---|
57 | - [Fix] async timing of dynamic import to match spec (#3)
|
---|
58 | - [Fix] Remove spaces in template strings and update Babel (#10)
|
---|
59 | - [Deps] update `babel-template`, `babel-types`
|
---|
60 | - [Deps] update `babel-types` (#4, #5, #6)
|
---|
61 | - [Dev Deps] update `babel-cli`, `babel-core`, `babel-eslint`, `babel-register`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `mocha`, `rimraf`
|
---|
62 |
|
---|
63 | ## v1.0.0
|
---|
64 | - Initial full release.
|
---|