Releases: fink-lang/std-lib
Releases · fink-lang/std-lib
v7.0.0
7.0.0 (2020-11-09)
Features
- iter: upgrade to runtime iterables impl. (c233db7)
BREAKING CHANGES
- iter: removed is_iter, everything is iterable
v6.1.0
6.1.0 (2020-10-30)
Features
- deps: upgrade to latest coxia with updated iterable accu handling (4308857)
v6.0.0
6.0.0 (2020-10-26)
Features
- async: add
is_async
(9996fc1)
- error: add error module (134ff32)
- fn: add
is_fn
(587d44f)
- iter: add new functions, make existing consistent (e2315d9)
- iter: upgrade to latest fink with support for stable iterables (dc9313e)
- iterables: add
start, step
args to range
, allow is_empty on infinite iterables (f8f9f14)
- iterables: make zip stateless (8fdbc66)
BREAKING CHANGES
- iter: iterables are now stateless, i.e. can be re-iterated and safely passed around
- iter: func interfaces more consistent and easier to work with in pipes; repeat is now limitited to n repititions (use cycle for infinite repititions)
v5.0.0
5.0.0 (2020-10-05)
Features
- async: add sleep (283f147)
- esm: publish as esm module with cjs fallback (cf0141a)
- iter: add find_index (b0f77f8)
BREAKING CHANGES
- esm: some resolvers and bundlers (e.g. jest) may not fully support esm
v4.0.1
4.0.1 (2020-09-08)
Bug Fixes
- deps: update dependencies, change to main branch (5b7b36d)
v4.0.0
4.0.0 (2020-09-07)
Features
- iter: add compress, remove for_each (4574733)
BREAKING CHANGES
- iter: for_each removed from iter, use fold.
v3.2.0
3.2.0 (2020-09-07)
Features
- iter: add compress, remove for_each (0438b45)
v3.1.1
3.1.1 (2020-07-19)
Bug Fixes
- iter: fix insert_at to insert into empty iterable or at end (ce725f9)
v3.1.0
3.1.0 (2020-07-18)
Features
v3.0.0
3.0.0 (2020-07-12)
- feat(obj):remove mutating funcs in favor of using js-interop (421a58d)
BREAKING CHANGES
set_prop
, set_props
have been removed, use @fink/js-interop