All Versions
38
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 4

  • v0.8.0 Changes

    • Changed constructor arguments: assets are now a hash as opposed to array
    • Refactored into two parts: server side and Webpack plugin
    • API changed
  • v0.7.0 Changes

    • Changed constructor arguments: removed Webpack configuration
    • Changed server-side instantiation procedure: .server() now replaces .register().ready() chain
  • v0.6.0 Changes

    • Changed asset functions' "options" argument: the "environment" parameter is replaced by "development" flag
  • v0.5.0 Changes

    • Accidentially published a next "minor" version. Is a "patch" really
  • v0.4.0 Changes

    • The assets info file is now called "webpack-assets.json" by default (as opposed to "webpack-stats.json")
    • The assets info file is now created in the project folder by default
    • Added extensive debug logging
    • It now outputs webpack stats JSON object when in debug mode
  • v0.3.0 Changes

    • Renamed "path_parser" asset parameter to "parser"
    • Changed parser function arguments
  • v0.2.0 Changes

    • Extracted webpack configuration population logic into a separate method
    • "assets" is now an array as opposed to JSON object
  • v0.1.0 Changes

    • Initial release