UNPKG

react-global-configuration

Version:

For setting a global config object managed as a requirement

59 lines (34 loc) 2.3 kB
# Change Log ## [v1.4.1](https://github.com/morenofa/react-global-configuration/tree/v1.4.1) (2020-12-13) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.4.0...v1.4.1) **Fixed bugs:** - Fixed vulnerability with `serialize-javascript` package ## [v1.4.0](https://github.com/morenofa/react-global-configuration/tree/v1.4.0) (2019-10-02) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.3.0...v1.4.0) **Implemented enhancements:** - Added functionality to handle configurations per environment. - Update dependencies. - Add coverage report. ## [v1.3.0](https://github.com/morenofa/react-global-configuration/tree/v1.3.0) (2018-08-14) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.2.1...v1.3.0) **Implemented enhancements:** - Added functionality to get objects/arrays. - Added functionality to get nested object/array value. ## [v1.2.1](https://github.com/morenofa/react-global-configuration/tree/v1.2.1) (2018-01-22) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.2.0...v1.2.1) **Implemented enhancements:** - Update Travis-CI ## [v1.2.0](https://github.com/morenofa/react-global-configuration/tree/v1.2.0) (2017-07-04) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.1.1...v1.2.0) **Implemented enhancements:** - Added serialize function to pass data easily configuration to client side. ## [v1.1.0](https://github.com/morenofa/react-global-configuration/tree/v1.1.0) (2017-05-31) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.0.1...v1.1.0) **Implemented enhancements:** - Added default values if the setting with the specified key don't exist. ## [v1.0.2](https://github.com/morenofa/react-global-configuration/tree/v1.0.2) (2017-05-22) [Full Changelog](https://github.com/morenofa/react-global-configuration/compare/v1.0.1...v1.0.2) **Fixed bugs:** - False configuration values don't work [\#1](https://github.com/morenofa/react-global-configuration/issues/1) ([kennu](https://github.com/kennu)) **Closed issues:** - When setting more than one configuration value the second one gets an object [\#2](https://github.com/morenofa/react-global-configuration/issues/2)