@app-config/cli
Advanced tools
Changelog
v2.1.5
Adjusts inter-package dependencies to use caret version ranges, making upgrades easier.
Changelog
v2.1.0
Modularizes code entirely, separating parsing extensions, encryption, etc.
Renames the main module to @app-config/main
, aliased by @lcdev/app-config
.
Adds tag
option for $git
directive.
Adds $name
and $fallback
options for $substitute
.
Removes v1 support from webpack plugin.
Changelog
v2.0.2
Adds @types/json-schema
explicitly as a dependency, so that installs are "one step".
Added a CI test to ensure this doesn't regress.