Skip to content

Latest commit

 

History

History
102 lines (46 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

102 lines (46 loc) · 4.14 KB

2.0.10 (2022-07-17)

Bug Fixes

  • deps: bump npm from 8.5.5 to 8.11.0 (1cb06cf)
  • deps: bump semver-regex from 3.1.3 to 3.1.4 (f14a24e)

2.0.9 (2022-03-30)

Bug Fixes

  • deps: bump node-fetch from 2.6.1 to 2.6.7 (e50798e)

2.0.8 (2022-03-30)

Bug Fixes

  • deps: bump minimist from 1.2.5 to 1.2.6 (bc12627)

2.0.7 (2021-11-30)

Bug Fixes

  • deps: bump path-parse from 1.0.6 to 1.0.7 (0a81f52)
  • deps: bump semver-regex from 3.1.2 to 3.1.3 (74698ce)
  • deps: bump tmpl from 1.0.4 to 1.0.5 (309643d)

2.0.6 (2021-06-12)

Bug Fixes

  • deps: bump normalize-url from 6.0.0 to 6.0.1 (f0e3c47)

2.0.5 (2021-05-29)

Bug Fixes

  • deps: bump ws from 7.3.1 to 7.4.6 (f10aa10)

2.0.4 (2021-05-26)

Bug Fixes

  • deps: bump hosted-git-info from 2.7.1 to 2.8.9 (5ba534d)
  • deps: bump lodash from 4.17.20 to 4.17.21 (3e417ed)

2.0.3 (2021-05-24)

Bug Fixes

  • deps: bump y18n from 4.0.0 to 4.0.3 (9d80906)

2.0.2 (2021-01-05)

Bug Fixes

  • deps: bump ini from 1.3.5 to 1.3.8 (d4c358f)

2.0.1 (2020-12-29)

Bug Fixes

  • deps: bump node-notifier from 8.0.0 to 8.0.1 (96ae887)

2.0.0 (2020-10-03)

Bug Fixes

  • bsconfig: remove namespacing (432ed55)

Code Refactoring

  • core: change the module's namespace from BsFluture to Fluture (ad2cd8a)

BREAKING CHANGES

  • core: You will need to update your code to reference the Fluture module rather than BsFluture.

1.0.0 (2020-09-27)

Code Refactoring

  • core: upgrade bindings to support Fluture v12+ (fb41957)

BREAKING CHANGES

  • core: The bindings have been updated to support Fluture v12+, which introduced major breaking changes to the Fluture API as detailed here.