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.