You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.3 KiB

4 years ago
  1. ## Unreleased
  2. ## v2.3.0
  3. - [New] expose createDynamicImportTransform and getImportSource (#75)
  4. - [Docs] Document noInterop option (#70)
  5. ## v2.2.0
  6. - [Refactor] remove dependency on babel-plugin-syntax-dynamic-import
  7. - [Dev Deps] update `airbnb-js-shims`, `babel-preset-airbnb`, `eslint`
  8. ## v2.1.0
  9. - [New] add `noInterop` option (#57)
  10. - [Docs] Fix typo "correct" -> "correctly" in readme (#55)
  11. - [Dev Deps] update `airbnb-js-shims`, `babel-eslint`, `babel-preset-airbnb`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `safe-publish-latest`
  12. ## v2.0.0
  13. - [Breaking] always return a module namespace object (#52, #47)
  14. - [Breaking] remove `.default` on entry points (#27)
  15. - [Docs] removed $ before npm command (#35)
  16. - [Docs] Improve README.md with a code example (#41)
  17. - [Dev Deps] update `airbnb-js-shims`, `babel-core`, `babel-eslint`, `eslint`, `eslint-plugin-import`
  18. - [Tests] switch from mocha to tape, so we can support older nodes
  19. ## v1.2.0
  20. - [New] support comments (#37)
  21. - [Refactor] Use template and types from the babel object (#32)
  22. - [Tests] on `node` `v9`; pin included builds to LTS
  23. - [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `mocha`, `rimraf`
  24. ## v1.1.0
  25. - Visit Import nodes instead of CallExpressions (#30)
  26. - [Deps] update `babel-template`, `babel-types`
  27. - [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`
  28. - [Tests] on `node` `v8`
  29. - [Tests] use `nvm install-latest-npm` so newer npm doesn’t break older node
  30. ## v1.0.2
  31. - [Fix] Ensure it works with the ES2015 preset too (#12, #16)
  32. - [Deps] update `babel-template`, `babel-types`
  33. - [Dev Deps] update `babel-cli`, `babel-core`, `babel-eslint`, `babel-register`, `eslint`, `eslint-config-airbnb-base`, `mocha`
  34. ## v1.0.1
  35. - [Fix] Move `in-publish` to devDeps (#11)
  36. - [Fix] ensure dynamic `import()` input is properly stringified (#2)
  37. - [Fix] async timing of dynamic import to match spec (#3)
  38. - [Fix] Remove spaces in template strings and update Babel (#10)
  39. - [Deps] update `babel-template`, `babel-types`
  40. - [Deps] update `babel-types` (#4, #5, #6)
  41. - [Dev Deps] update `babel-cli`, `babel-core`, `babel-eslint`, `babel-register`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `mocha`, `rimraf`
  42. ## v1.0.0
  43. - Initial full release.