Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 1.01 KB

1.3.0 (2017-05-15)

User Facing Changes

Internal

  • Update eslint config and packages
  • Update lodash version

1.2.0 (2016-08-25)

User Facing Changes

  • Add the ability define config as a deep object
  • Add a Code of Conduct

Internal

  • Remove release scripts
  • Rename ./modules to ./src
  • Add keywords and contributors to package.json
  • Remove author from package.json in favor of contributors
  • Expand test coverage

1.1.0 (2016-08-19)

User Facing Changes

  • Add the ability to get config from a file
  • Add support for Identifiers
  • Major improvements to the README.md

Internal

  • Add tests
  • Add lint
  • Add JSDoc
  • Add CI
  • Add explicit LICENSE file
  • Move dependencies into devDependencies
  • Major refactors to DRY the code

1.0.0 (2016-03-21)

User Facing Changes

  • Update README.md to reference Webpack's Define Plugin

1.0.0 (2016-03-21)

Initial Release