This project adheres to Semantic Versioning.
- 3ccab07 fix styling (standard-js) - Nils Knappmeier
- 61135b5 Tests for the file-watcher (#2) - Nils Knappmeier
- 6200a82 Preparations for version 1.0. - Nils Knappmeier
- 5b7fd70 Adjust travis-configuration - Nils Knappmeier
- a5c2643 Update .travis.yml to use mocha and all node-versions - Nils Knappmeier
- b440320 Move repo to bootprint-org - Nils Knappmeier
- 7e47da7 Generate changelog with "thoughtful-release" - Nils Knappmeier
- 493ffa8 Add pre-commit hook to check code-style against StandardJS - Nils Knappmeier
- Added a
.configSchema()
method that creates the JSON schema required for input configurations.
- Exceptions during configuration loading are no longer swallowed.
- Add
files
-property to package.json - Added missing
helpers-io.js
file - Include complete testsuite of
customize
to ensure compatibility
- Adapt to
[email protected]
. Exposeoverrider
- The constructor of the Customize class can be accessed via
require('customize').Customize
- The
build()
-method is now calledbuildConfig()
to allow backward compatibility of thebootprint
-package. Thebuild()
-method of bootprint has different semantics
- Documentation issues cause by Thought
- Laxer dependency on "customize" for the initial development-versions