Releases: fluture-js/fluture-sanctuary-types
Version 7.1.0
Version 7.0.1
#72 Improvements to the usage examples in the README
Version 7.0.0
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
Improves the usage documentation in the README
Version 6.0.0
✨ Expands the supported version range of sanctuary-def to include version 0.21.x
Version 5.0.1
Fixes issues with the package documentation and metadata in package.json
Version 5.0.0
- 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
✨ Adds TypeScript definitions.
Version 3.1.0
Adds support for sanctuary-def 0.19
Version 3.0.0
Adds support for additional module systems:
- EcmaScript modules through a new
.mjs
file - AMD support added to
index.js