Releases: mrmlnc/config-profiler
Releases · mrmlnc/config-profiler
2.0.2..2.0.3
Changelog:
- Add
cache
option.
- Correct handler for config from
package.json
file (fix #4)
2.0.1
Changelog:
- Just added
debug
. You can use it with the following command: DEBUG=* node app.js
2.0.0
Changelog
- Simplify documentation.
- Separate options to
ICoreOptions
and IChangeableOptions
.
- Move
*prop
options to props
object.
- Add
extendBuildedConfig
option to merge builded config with passed object.
- Fix issue with cache.
1.0.1
Changelog:
- Add
typings
property to package.json
file.