Skip to content

Releases: fluture-js/Fluture

Version 14.0.0

13 Mar 11:33
e69901f
Compare
Choose a tag to compare

#457 TypeScript type inference for the map function was improved.
⚠️ #457 The TypeScript type for map has been narrowed, and might now cause a compile error.

Version 13.0.1

20 Aug 12:03
1225fe0
Compare
Choose a tag to compare

🐛 #442 Fixes direct imports of 'index.js', 'test/assertions.js' and 'test/arbitraries.js' for Node 14 users.

Version 13.0.0

20 Aug 10:15
59ef7ba
Compare
Choose a tag to compare

⭐ 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.

Version 12.3.1

16 Jun 13:11
dccddd7
Compare
Choose a tag to compare

📜 #432 Include copyright licenses in bundled distributions

Version 12.3.0

14 Jun 09:53
1a06e5d
Compare
Choose a tag to compare

#429 Adds better support for Deno and other ESM based runtimes

Version 12.2.1

15 May 09:53
09ef045
Compare
Choose a tag to compare

🚀 #425 (87a3eda) Update the sanctuary-type-identifiers dependency
🐛 #426 (15a5e2a) Fix a small bug in the debug tracing logic for bichain

Version 12.2.0

08 Feb 15:35
0a5d78b
Compare
Choose a tag to compare

#411 (d30bdb5) Add Future.bichain

Version 12.1.1

14 Jan 13:45
549029c
Compare
Choose a tag to compare

🐛 #412 (f188e0e) Fixes an issue related to the TypeScript typings for the 'go' function.

Version 12.1.0

07 Jan 15:59
942e3c1
Compare
Choose a tag to compare

New Features

  • #404 (323bdab) Add a 'pap' function: 'ap' in parallel

🚀 Improvements

  • #404 (7b6d9fd) Improvements to debuggability of ConcurrentFuture related functions, and removal of an external dependency.
  • #410 (b465433) Mistake in TypeScript annotations fixed.
  • #404 (6aaf82d) Mistake in TypeScript annotations fixed.

Version 12.0.2

09 Dec 09:05
9e8084e
Compare
Choose a tag to compare

🐛 #403 Fix an issue in TypeScript when using .pipe on map (f)