Releases: de-luca/electron-json-config
Releases · de-luca/electron-json-config
2.1.0
2.0.0
This major version introduce:
- full typescript rewrite
- electron support
- behaviour and API changes
Please refer to UPGRADE.md to upgrade from a 1.x.x
version.
1.5.3 - Fix property 'app' of undefined
1.5.2 - Fix file not loaded properly
1.5.1 - Fix missing file on clean install
Changes
- Fix an error occurring on a fresh install when
userData
is missing (see #17)
1.5.0 - Bulk manipulation
Changes
- Introduced
setBulk()
anddeleteBulk()
(#12)
1.4.0 - DefaultValues all the way
Changes
- You can now specify default values on
get
(see #8)
1.3.0 - Dependencies be gone
Changes
- No more dependencies
1.2.0 - Require no more
Changes
- Use
readFileSync
instead ofrequire
1.1.0 - Deep access support
Changes
- Deep access: it is now possible to use keys with dot separated levels of object.
(eg:foo
orfoo.bar
)