Skip to content

Latest commit

 

History

History
198 lines (127 loc) · 13 KB

CHANGELOG.md

File metadata and controls

198 lines (127 loc) · 13 KB

Change Log

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)

* This Change Log was automatically generated by github_changelog_generator