All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.0 - 2021-01-18
- support for Deno
- entire interface to a simple funcion (
confort(...layers)
)
- reloading capabilities
- layer history
- support to CSON format
v0.1.4 - 2020-08-07
- no longer includes supported modules as dependencies. Requires the depedent to install the desired modules directly
v0.1.3 - 2019-10-15
- merging function to attempt merging 'null' values
v0.1.2 - 2019-09-25
- layering to not merge objects unless they are direct instances of
Object
andArray
(mostly created with literals)
v0.1.1 - 2019-09-23
- support to CSON file type
- layering to merge objects recursively instead of shallow replacing the keys
v0.1.0 - 2019-07-30
- First officially published version.