web 3d图形渲染器
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.

64 lines
2.7 KiB

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