Skip to content

v3.0.0

Choose a tag to compare

@drzax drzax released this 23 Feb 03:41
· 25 commits to master since this release
c6f4d0c

Breaking changes

  • Moving to typescript means that typescript consumers may not be expecting the types this library now returns
  • When returning array values (e.g. #KEYvalue1KEYvalue2) this library will now throw if the values for a given array key are different types.

Commits:

  • Add np to manage releases 40df639
  • Add back ubuntu build check CI task bf7989e
  • Reduce the number of CI checks 28eba96
  • Update dependencies e6e1a56
  • Minor consolidation 3d2d3b7
  • Guarantee consistent array value types b2f185a
  • Reinstate linting in CI workflow 48d9f1f
  • Fix CI config 437a4ae
  • Get test suite passing 065cee6
  • Convwert to TypeScript a872288
  • Merge pull request #8 from abcnews/dependabot/npm_and_yarn/ini-1.3.7 2f7c64a
  • Bump ini from 1.3.5 to 1.3.7 22dd115
  • Merge pull request #5 from abcnews/dependabot/npm_and_yarn/lodash-4.17.19 95042a0
  • Bump lodash from 4.17.15 to 4.17.19 1de7808
  • Merge pull request #4 from abcnews/update-package-name-in-readme 244bf83
  • Update npm package name e44b640
  • Version 2.0.1 1849ea5
  • Merge pull request #2 from abcnews/empty-props be69eb3
  • Handle empty final prop 304a76b
  • Update ava 76b9ab3
  • 2.0.0 - Moved to @abcnews package namespace a489046

1.1.0...v3.0.0