Releases: fink-lang/js-interop
Releases · fink-lang/js-interop
v2.2.0
2.2.0 (2020-11-08)
Features
- runtime: add experimental runtime support for async iterables (c6ab58b)
v2.1.0
2.1.0 (2020-11-08)
Features
- runtime: add experimental runtime funcs (65c6c9e)
v2.0.1
2.0.1 (2020-10-12)
Bug Fixes
- esm: mark func calls as pure (1b42282)
v2.0.0
2.0.0 (2020-10-05)
Features
- esm: publish as esm module with cjs fallback (5280919)
BREAKING CHANGES
- esm: some resolvers and bundlers (e.g. jest) may not fully support esm
v1.1.1
1.1.1 (2020-09-08)
Bug Fixes
- deps: update dependencies, change to main branch (a6f80c5)
v1.1.0
1.1.0 (2020-07-18)
Features
- add globals module to allow access to all global objects via import (ece54d5)
- add typeof, instanceof wrappers (9acce89)
v1.0.0
1.0.0 (2020-07-06)
Features
- prototype inital js-interop APIs (d1deb3d)