Skip to content

Latest commit

 

History

History
523 lines (286 loc) · 25.9 KB

CHANGELOG.md

File metadata and controls

523 lines (286 loc) · 25.9 KB

v2.19.2 (2020-09-17)

Full changelog

🏠 Chores

  • chore: enhance QA scripts (#642)

↩️ Reverts

  • revert: feat(css-loader): use preload when available (#631) (#645)

v2.19.1 (2020-09-02)

Full changelog

🆕 Features

  • feat: make a wrapper script for Lerna that autodetects the right remote (#638)

🔧 Bug fixes

  • fix: make namespace-amd-define work with css-loader (#636)

🏠 Chores

  • chore: create CONTRIBUTING.md file (#633)

👓 Tests

  • test: don't hardcode version numbers (#635)

v2.19.0 (2020-09-01)

Full changelog

🆕 Features

  • feat(css-loader): use preload when available (#631) (#632)

📖 Documentation

  • docs: update CHANGELOG.md (#634)

👓 Tests

  • test: fix test failures (#630)

v2.18.8 (2020-07-10)

Full changelog

🔧 Bug fixes

  • fix: #613 don't add empty lines to MANIFEST.MF (#614)

v2.18.7 (2020-07-02)

Full changelog

NOTE: For updates between v1.6.1 and v2.18.8, please see the corresponding GitHub milestones for full details.

🏠 Chores

  • chore: prepare 2.18.7 release (#610)

v2.18.6 (2020-06-17)

Full changelog

🏠 Chores

  • chore: prepare v2.18.6 (#603)

v2.18.5 (2020-05-08)

Full changelog

🏠 Chores

  • chore: prepare release v2.18.5 (#569)

v2.18.4 (2020-04-01)

Full changelog

🏠 Chores

  • chore: prepare release v2.18.4 (#555)

v2.18.3 (2020-03-26)

Full changelog

📦 Miscellaneous

  • Prepare release 2.18.3 (#548)

v2.18.2 (2020-02-14)

Full changelog

📦 Miscellaneous

  • Prepare v2.18.2 (#511)

v2.18.1 (2020-02-12)

Full changelog

📦 Miscellaneous

  • Prepare v2.18.1 (#506)

v2.18.0 (2020-02-11)

Full changelog

📦 Miscellaneous

  • Prepare v2.18 (#503)

v2.17.1 (2020-01-24)

Full changelog

v2.17.0 (2020-01-02)

Full changelog

v2.16.2 (2019-12-17)

Full changelog

v2.16.1 (2019-12-04)

Full changelog

v2.16.0 (2019-11-28)

Full changelog

v2.15.1 (2019-11-27)

Full changelog

v2.15.0 (2019-11-25)

Full changelog

v2.14.1 (2019-11-06)

Full changelog

v2.14.0 (2019-10-28)

Full changelog

v2.13.3 (2019-10-09)

Full changelog

v2.13.2 (2019-09-18)

Full changelog

v2.13.1 (2019-09-17)

Full changelog

v2.13.0 (2019-09-10)

Full changelog

v2.12.0 (2019-08-14)

Full changelog

v2.11.0 (2019-07-24)

Full changelog

v2.10.0 (2019-06-12)

Full changelog

v2.9.0 (2019-06-06)

Full changelog

v2.8.0 (2019-05-30)

Full changelog

v2.7.1 (2019-04-01)

Full changelog

v2.7.0 (2019-03-26)

Full changelog

📦 Miscellaneous

  • Improve merge strategy with presets (#295)
  • Fixes #286 | Point generated configuration.json files to schema (#288)
  • Fixes #286 | Point generated configuration.json files to schema (#287)
  • Correct spelling of JavaScript (#252)

v2.6.2 (2019-02-01)

Full changelog

v2.6.1 (2018-12-07)

Full changelog

v2.6.0 (2018-12-07)

Full changelog

v2.5.1 (2018-11-13)

Full changelog

📦 Miscellaneous

  • Prepare for 2.5.1 release (#228)

v2.5.0 (2018-10-08)

Full changelog

v2.4.0 (2018-09-28)

Full changelog

📦 Miscellaneous

v2.3.1 (2018-09-21)

Full changelog

v2.3.0 (2018-09-20)

Full changelog

v2.2.1 (2018-08-31)

Full changelog

📦 Miscellaneous

v2.2.0 (2018-07-20)

Full changelog

📦 Miscellaneous

v2.1.1 (2018-07-02)

Full changelog

📦 Miscellaneous

v2.1.0 (2018-06-20)

Full changelog

v2.0.1 (2018-06-11)

Full changelog

v2.0.0 (2018-06-08)

Full changelog

📦 Miscellaneous

v2.0.0-rc.4 (2018-05-31)

Full changelog

v2.0.0-rc.3 (2018-05-30)

Full changelog

v2.0.0-rc.2 (2018-05-10)

Full changelog

📦 Miscellaneous

  • Prepare for 2.0.0-rc.2 (#121)

v2.0.0-rc.1 (2018-05-08)

Full changelog

v1.6.2 (2018-05-03)

Full changelog

📦 Miscellaneous

  • Don't fail for private github dependencies (#110)
  • Fix README markdown formatting (#108)

v1.6.1 (2018-03-16)

Full Changelog

Implemented enhancements:

  • Add analytics to track frameworks usage #90

Fixed bugs:

  • liferay-npm-bundler 1.6.0 fails if dependencies field is not available in package.json #88

Merged pull requests:

v1.6.0 (2018-03-15)

Full Changelog

Implemented enhancements:

  • Don't generate liferay-npm-bundler report by default #86

Fixed bugs:

  • Babel plugins fail when used from babel alone since v1.5.0 #85

Merged pull requests:

  • Don't generate report by default #87 (izaera)

v1.5.0 (2018-03-14)

Full Changelog

Implemented enhancements:

  • Instead of failing processing of unsupported files just dump a report at the end #83
  • Add a section in .npmbundlerrc to force inclusion of packages #82

Fixed bugs:

  • When using a local package in package.json an exception is thrown when bundling the project #79

Merged pull requests:

  • Add a section in .npmbundlerrc to force inclusion of packages #84 (izaera)

v1.4.2 (2018-01-30)

Full Changelog

v1.4.1 (2018-01-30)

Full Changelog

Fixed bugs:

  • babel-plugin-namespace-amd-define is namespacing object fields #74

Merged pull requests:

  • Don't namespace define object fields #75 (izaera)

v1.4.0 (2018-01-16)

Full Changelog

Implemented enhancements:

  • Plugin versions are being specified with semver expressions inside presets #70
  • Add a command line option for liferay-npm-bundler to show its version number #64

Fixed bugs:

  • Avoid collisions between options and package configurations in .npmbundlerrc file #69
  • jQuery 3.2.1 fails to register when Liferay loader is hidden from window object #68

Merged pull requests:

  • Fix intermittent failing test #73 (izaera)
  • Align version numbers #72 (izaera)
  • Add a command line option for liferay-npm-bundler to show its version number #71 (izaera)

v1.3.0 (2017-12-19)

Full Changelog

Fixed bugs:

  • The inject-angular-dependencies plugin fails for @angular/animations #66

Merged pull requests:

v1.2.3 (2017-11-23)

Full Changelog

Fixed bugs:

  • liferay-npm-bundler does not load babel config when specified by package name (with no version) #61
  • liferay-npm-bundler fails when invoking babel if some preset plugins carry config options #59
  • liferay-npm-bundler fails to load babel presets which directly export the plugins array #58

Merged pull requests:

  • Fix linter errors #65 (izaera)
  • Load Babel configuration when specified by package name (without id) #62 (izaera)
  • Update package-lock.json files #60 (izaera)
  • Fix minor typo and add emphasis #55 (yuchi)

v1.2.2 (2017-09-21)

Full Changelog

Closed issues:

  • Use standard package as replacement of our own mkdirp function #52
  • Add a verbose option to npm-bundler #51
  • liferay-npm-bundler fails with EMFILE error (on Windows) for some projects #50
  • Document "exclude" and "output" configuration options of "liferay-npm-bundler" in its README #41

Merged pull requests:

v1.2.1 (2017-09-20)

Full Changelog

Closed issues:

  • Module names are incorrectly generated in Windows #47
  • Optimization: don't reprocess already processed packages #42

Merged pull requests:

  • v1.2.1 #49 (izaera)
  • Use path module of node to deal with path separators accross different systems #48 (izaera)
  • Optimization: don't reprocess already processed packages #46 (izaera)

v1.2.0 (2017-09-14)

Full Changelog

Closed issues:

  • Support "unpkg"/"jsdelivr" fields in addition to "browser" #43

Merged pull requests:

  • v1.2.0 #45 (izaera)
  • Support "unpkg"/"jsdelivr" fields in addition to "browser" #44 (izaera)

v1.1.0 (2017-08-31)

Full Changelog

Implemented enhancements:

  • Missing plugin READMEs #13

Closed issues:

  • Add support for global exclusions #38
  • liferay-npm-bundler-plugin-inject-angular-dependencies package is incorrectly named #34
  • liferay-npm-bundler 0.6.0 does not install the CLI binary #31

Merged pull requests:

v1.0.0 (2017-08-31)

Merged pull requests:

  • v1.0.0 #37 (izaera)
  • Rename liferay-npm-bundler-plugin-inject-angular-dependencies package. #35 (izaera)
  • liferay-npm-bundler fails with a missing module error. #33 (izaera)
  • v0.6.0 #32 (izaera)
  • Document liferay-npm-bundler #30 (izaera)
  • Document root project #27 (izaera)
  • Add documentation for bundler presets #26 (izaera)
  • Document (and fix/implement) babel presets #25 (izaera)
  • Add documentation for liferay-npm-bundler plugins #24 (izaera)
  • Add documentation for babel plugins #23 (izaera)
  • Update .save.cson development file #22 (izaera)
  • Add liferay-npm-bundler-plugin-replace-browser-modules #21 (izaera)
  • Add liferay-npm-bundler presets #20 (izaera)
  • Add liferay-npm-bundler-plugin-inject-angular-dependencies #19 (izaera)
  • Add tests for liferay-npm-bundler #16 (izaera)
  • Add Babel presets #15 (izaera)
  • Don't remove trailing .js from package names #12 (izaera)
  • Remove suggestion for global installation of Lerna: #10 (yuchi)
  • Add babel-plugin-wrap-modules-amd #9 (izaera)
  • Add another test to normalize-requires plugin #7 (izaera)
  • Add babel-plugin-normalize-requires #6 (izaera)
  • Add babel-plugin-namespace-amd-define #5 (izaera)
  • Add integration with Atom #1 (izaera)