Skip to content

Releases: fluture-js/fluture-sanctuary-types

Version 7.1.0

06 Apr 11:20
d386ac1
Compare
Choose a tag to compare

✨ Update version range of Fluture as a peer dependency
🛠️ Fix some package metadata
📜 Improve documentation

Version 7.0.1

15 Jan 09:46
35cc13c
Compare
Choose a tag to compare

#72 Improvements to the usage examples in the README

Version 7.0.0

08 Sep 10:38
0bbb64a
Compare
Choose a tag to compare

⚠️ Using import it from 'fluture-sanctuary-types' in Node 14 now throws an error.
✨ Importing named imports from 'fluture-sanctuary-types' now works (in Node 14).
✨ Expands the supported version range of sanctuary-def to include version 0.22.x.
✨ Expands the supported version range of Fluture to include version 13.x.

Version 6.0.1

11 May 10:32
7bbf5fb
Compare
Choose a tag to compare

Improves the usage documentation in the README

Version 6.0.0

03 May 20:07
1686a63
Compare
Choose a tag to compare

⚠️ Updates to sanctuary-type-identifiers 3.0.0. This change only affects users of Fluture 12.0.0-beta.1 till 12.0.0-beta.5. For users of Fluture 12 stable it should be safe to upgrade.
✨ Expands the supported version range of sanctuary-def to include version 0.21.x

Version 5.0.1

02 May 21:03
72d5ca0
Compare
Choose a tag to compare

Fixes issues with the package documentation and metadata in package.json

Version 5.0.0

17 Nov 20:51
23fdebd
Compare
Choose a tag to compare
  • Implements support for Fluture 12.0.0. If you want to use this library with an older version of Fluture, you should use an older version of the library.
  • Implements support for the NodeJS v12 experimental module system. If you want to use experimental modules with an older version of Node, you should use an older version of this library.

Version 4.1.0

03 Sep 07:54
547c33a
Compare
Choose a tag to compare

✨ Adds TypeScript definitions.

Version 3.1.0

21 Feb 13:02
bbc7563
Compare
Choose a tag to compare

Adds support for sanctuary-def 0.19

Version 3.0.0

28 Jan 13:44
5290384
Compare
Choose a tag to compare

Adds support for additional module systems:

  • EcmaScript modules through a new .mjs file
  • AMD support added to index.js