UNPKG

conflakes

Version:

Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.

90 lines (60 loc) 1.97 kB
3.3.2 / 2019-07-18 ------------------ - Change yaml type !!js/variable to !!js/var 3.2.2 / 2019-07-18 ------------------ - Custom yaml type, example: !!js/variable process.env.NODE_ENV 3.1.1 / 2018-04-03 ------------------ - Fix load config with freeze=false 3.1.1 / 2017-12-03 ------------------ - Importing configuration as specific key, with nesting imports 3.1.0 / 2017-12-03 ------------------ - Can Importing configuration as specific key 3.0.0 / 2017-12-03 ------------------ - Importing configuration from *.js files(module that export object) - Generate typescript definitions for conflakes - Upgrade modules in package.json - Typescript syntax repair - Add typescript definitions for node - Update README.md 2.3.3 / 2017-10-25 ------------------ - Support YAML types http://yaml.org/type/ 2.2.1 / 2017-09-24 ------------------ - Remove package ini-config-parser add ini 2.2.1 / 2017-09-24 ------------------ - Fix stringify yml, ini for dist functionality. 2.2.0 / 2017-09-23 ------------------ - Support yml, ini for dist functionality. 2.1.0 / 2017-09-21 ------------------ - Add tests for *.yml config files 2.0.2 / 2017-09-21 ------------------ - Improved error inheritance config for ymlLoader, objectLoader, IniLoader, FunctionLoader - Remove comments in *.js files - Modification tsconfig.json 2.0.0 / 2017-02-12 ------------------ - Global Refactoring - Add possibility to load several times form different resources - Add possibility to load config from "Function" - Add possibility to load config from "Object" - Changing way of defining import files - Circular Reference Error handling 1.1.1 / 2017-01-03 ------------------ - Add Yml loader - Add Ini loader - Change style of merge nested configs, now merging is without removing parameters, but replacing - Add Change log 1.0.3 / 2016-12-27 ------------------ - First public release