Skip to content

Latest commit

 

History

History
204 lines (116 loc) · 5.71 KB

File metadata and controls

204 lines (116 loc) · 5.71 KB

Change Log

Unreleased

  • Fixed a few typos in the changelog

2.1.2 (2024-07-01)

☁️ CI

2.1.1 (2024-07-01)

🐛 Bug Fixes

  • added missing flags to NPM publication CI script (e76c12c)
  • coverage test (2cc4a0b)
  • typo in pre-commit hook (c059b9e)

🔧 Others

  • add .nvmrc file with node 14 (ff48224)
  • bump to 2.0.2 (034a64e)
  • extended license (4885ca2)
  • recover package-lock.json (35b9123)
  • recover package-lock.json (f3689dc)
  • regenerate package-lock with node 14 and npm 6 (2b584c3)
  • remove obsolete release gh action (2b30418)
  • remove package-lock-json (039a1c4)
  • rename ci workflow (756f8c7)
  • temporally remove code-climate coverage (4f52ef6)
  • try to make it work with npm 7 (7512788)

📝 Docs

  • improve readme file (358c692)
  • update license reference to MIT (f08d43d)
  • updated license file to MIT (4e3e4f4)

🔄 Code Refactoring

  • remove require-all and do the imports explicitly (416790f)

☁️ CI

  • add .npmrc file configuration (d039537)
  • add g action for code climate test coverage (b869fc0)
  • add g action for pull request validation (d0d1921)
  • add g action for scorecard (4926bbd)
  • add gh action to automate release process (47ed962)
  • improve github actions (f69cba7)
  • modify coverage command (918330f)
  • remove test coverage gh action (6ac5863)

2.1.0

Added

  • confabulous.close - See readme for details

Updated

  • Update dev dependencies
  • Move to prettier

2.0.3

Updated

  • Update dev depenencies

2.0.2

Updated

  • Fix build

2.0.1

Updated

  • Update zUnit
  • Use new npm token

2.0.0

Breaking Changes

Updated

  • Update dependencies
  • Remove lodash.noop dependency
  • Replace mocha with zUnit
  • Replace lodash.set, lodash.has with dot-prop
  • Replace imperative with esnext style
  • Replace chai with node assert
  • Update husky
  • Replace travis with github actions
  • Replace merge with ramda.mergeDeepRight due to issue 41](swordev/merge#41

1.7.0

Updated

  • Update dependencies

1.6.0

Updated

  • Update dependencies

1.5.5

Updated

  • Updated dependencies

1.5.4

Updated

  • Updated dependencies
  • Fixed node deprecation warnings in tests

1.5.3

Updated

  • Improved readme

1.5.2

Updated

  • Improved readme

1.5.1

Updated

  • Improved readme

1.5.0

Added

  • Support for custom merges

Updated

  • Dependencies

1.4.0

Added

  • Codeclimate automation on push

Updated

  • Upgraded dev dependencies

1.3.0

Updated

  • Updated dev dependencies

1.2.0

Added

  • envToCamelCaseProps processor

1.1.3

Updated

  • Updated package.json description

1.1.2

Updated

  • Updated package.json keywords

1.1.1

Added

  • Increasing test coverage
  • This changelog

The format is based on Keep a Changelog](http://keepachangelog.com/)