Releases: fluture-js/Fluture
Releases · fluture-js/Fluture
Version 14.0.0
Version 13.0.1
🐛 #442 Fixes direct imports of 'index.js', 'test/assertions.js' and 'test/arbitraries.js' for Node 14 users.
Version 13.0.0
⭐ Major Release
- #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
, andtest/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 fromfluture/index.js
to get access to the modular version.
Version 12.3.1
📜 #432 Include copyright licenses in bundled distributions
Version 12.3.0
✨ #429 Adds better support for Deno and other ESM based runtimes
Version 12.2.1
Version 12.2.0
Version 12.1.1
Version 12.1.0
✨ New Features
🚀 Improvements
Version 12.0.2
🐛 #403 Fix an issue in TypeScript when using .pipe
on map (f)