Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

63 lines (51 loc) · 1.4 KB

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.

2.2.3 - 2019-03-15

Changed

  • update extend to latest version (3.0.2)
  • update js-yaml to latest version (3.12.2)
  • update jasmine to latest version (3.3.1)
  • update coveralls to latest version (3.0.3)

2.2.2 - 2018-07-09

Changed

  • update js-yaml to latest version (3.12.0)
  • update README

2.2.1 - 2018-07-09

Changed

  • update lodash to latest version (4.17.9)
  • update jasmine to latest version (3.1.0)
  • update coveralls to latest version (3.0.1)
  • @rduk/errors as peer dependency

2.2.0 - 2018-03-29

Changed

  • add environment variables (RDUK_CONFIG_*)

2.1.1 - 2018-01-11

Changed

  • add appRelative parameter for path.resolve

2.1.0 - 2018-01-01

Added

  • path resolve
  • yaml load

Changed

  • refactoring
  • update copyright

2.0.2 - 2017-12-22

Added

  • tests

Changed

  • update README
  • change rduk-errors by @rduk/errors
  • refactor manager

2.0.0

Changed

  • package rename

1.1.0 - 2017-11-12

Added

  • add type field initialization

1.0.1 - 2017-08-10

Changed

  • #12 : fixed an issue where the absence of root config path overriding causes a "File not exists error"