Skip to content

v1.1.0

Compare
Choose a tag to compare
@0vidiu 0vidiu released this 10 May 18:52
· 26 commits to master since this release

1.1.0 (2018-05-10)

Bug Fixes

  • core: fix log message when task manager hook does not exist (d4fee50)
  • webpack: remove commented test blocks before compilation (3575e82)

Features

  • core: add core task for dependencies installation (9076040)
  • core: add dependencies hook (79bd16f)
  • core: add dependencies hook to init task (9c32b6f)
  • core: add dependencies installer object (5f4ad7a)
  • core: add dependencies installer subscriber to plugin provider (52b5194)
  • core: add dependencies manager (f274864)
  • core: add deps manager instance and pass to plugin manager (5ec0354)
  • core: add getter for dependencies subscriber function (377efc4)
  • core: add method for dependencies installer manifest object validation (bdc0b9d)
  • core: add pug plugin (093e6d7)
  • core: provide dependencies subscriber to plugins (3b8aa58)
  • util: add utility function for object key sorting (99de469)
  • util: add utility functions isObject and isObjectEmpty (306b578)
  • webpack: add permissions plugin for minified configuration (4fd0336)

Performance Improvements

  • package: set main file to minified version in package.json (b3c4f53)