Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.44 KB

Confort Changelog

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

Added

Changed

  • entire interface to a simple funcion (confort(...layers))

Removed

  • reloading capabilities
  • layer history
  • support to CSON format

v0.1.4 - 2020-08-07

Changed

  • no longer includes supported modules as dependencies. Requires the depedent to install the desired modules directly

v0.1.3 - 2019-10-15

Fixed

  • merging function to attempt merging 'null' values

v0.1.2 - 2019-09-25

Changed

  • layering to not merge objects unless they are direct instances of Object and Array (mostly created with literals)

v0.1.1 - 2019-09-23

Added

  • support to CSON file type

Changed

  • layering to merge objects recursively instead of shallow replacing the keys

v0.1.0 - 2019-07-30

  • First officially published version.