Skip to content

Releases: loilo/branchy

v2.0.0

26 Apr 06:39
Compare
Choose a tag to compare

BREAKING CHANGE: Drop support for Node < 14

No changes have been made to the code yet, but Node 12 and below will no longer be tested.

v1.0.0...v2.0.0

v1.0.0

23 May 07:55
Compare
Choose a tag to compare

No breaking changes in the public API, but drop support for Node.js < 10

v0.2.7...v1.0.0

v0.2.0: Concurrency Control & More

20 Jun 16:45
372e997
Compare
Choose a tag to compare

Features:

  • Branchy now has a logo! 馃帀
  • Add concurrency control
  • Use files field in package.json
  • Refactor directory structure
  • Refine documentation

Fixes & Updates:

  • Set jest environment to node
  • Use latest version of jest
  • Use Node.js 10 instead of 9 in CI