Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 991 Bytes

v2.1.3

  • Update js-yaml to a non vulnerable version 238

v2.1.2

  • Bump dep versions due to DOS vulnerability 237

v2.1.1

  • fixes loadPath 230

v2.1.0

  • optional pass in loadPath, addPath as function

v2.0.0

  • remove cson parser
  • adds option.parse to add custom parser

v1.2.1

  • fix missing break in cson parser

v1.2.0

  • support cson parser 224

v1.1.0

  • support for keySeparator = false 222

v1.0.0

  • support for reading js files (no write supported!) PR216
  • update build to no longer depend on gulp

v0.1.x

  • json support (read/write)
  • yaml support (read)