Skip to content

Version 13.0.0

Compare
Choose a tag to compare
@Avaq Avaq released this 20 Aug 10:15
· 129 commits to master since this release
59ef7ba

⭐ Major Release

⚠️ Breaking changes

  • #439 If you were using import Future from 'fluture' on Node 14, then updating to this version will likely break your code. See this comment.
  • #439 If you are using deep imports from Fluture in Node 14, make sure to update to 13.0.1. Deep imports besides index.js, test/assertions.js, and test/arbitraries.js are no longer supported on Node 14.

New Features

  • #439 Doing import 'fluture' on Node 14 now loads the ESM module instead of the CJS module. This means it's no longer necessary to deep-import from fluture/index.js to get access to the modular version.