Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

50 lines (39 loc) · 2.92 KB

Change Log

All notable changes to this project's source code will be documented in this file. Items under Unreleased is upcoming features that will be out in next version. NOTE: major versions of the npm module and the gem must be kept in sync.

Contributors: please follow the recommendations outlined at keepachangelog.com. Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the Unreleased link to compare to the latest release version.

Please add entries here for your pull requests.

[2.1.0] - 2017-07-18

Added

  • Expose helper pack_path for server rendering so asset_path is not called, so that a CDN is never used for server rendering in React on Rails. #23 by justin808.

2.0.4 - 2017-05-29

Fixed

  • Code handles case of missing file and mtime. #15 by justin808.

2.0.3 - 2017-05-29

Fixed

  • Fixed caching of manifest.json for tests. #14 by justin808.

2.0.2 - 2017-05-26

Fixed

2.0.1 - 2017-05-26

Changed

  • Added better error messages for missing files.
  • Added api to check if the manifest exists #12 by justin808.

2.0.0 - 2017-05-23

All in #9 by justin808 with help from conturbo on the tests.

  • Rewrote README.md.
  • Configuration is simplified and changed to a single file, /config/webpacker_lite.yml. See README.md.
  • v1 assumed that manifest.json would contain the host name for hot reloading. v2 puts in the host at the Ruby level.
  • stylesheet_pack_tag API changed. ENV value for HOT_RELOADING == "TRUE" results in the stylesheet_pack_tag not writing anything due to hot reloading requiring inlined JavaScript of styles and not extracted CSS.
  • Removed any bits of JavaScript from webpacker_lite.
  • Added tests

1.0.0 - 2017-05-03

Initial release