Skip to content

Releases: fink-lang/std-lib

v7.0.0

09 Nov 08:07
9481f51
Compare
Choose a tag to compare

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

30 Oct 13:05
121997b
Compare
Choose a tag to compare

6.1.0 (2020-10-30)

Features

  • deps: upgrade to latest coxia with updated iterable accu handling (4308857)

v6.0.0

26 Oct 09:19
0f0a12c
Compare
Choose a tag to compare

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

05 Oct 15:45
b8e05cb
Compare
Choose a tag to compare

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

08 Sep 11:19
db27f60
Compare
Choose a tag to compare

4.0.1 (2020-09-08)

Bug Fixes

  • deps: update dependencies, change to main branch (5b7b36d)

v4.0.0

07 Sep 18:07
82b97a6
Compare
Choose a tag to compare

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

07 Sep 17:49
8745ecc
Compare
Choose a tag to compare

3.2.0 (2020-09-07)

Features

  • iter: add compress, remove for_each (0438b45)

v3.1.1

19 Jul 11:48
d4a5011
Compare
Choose a tag to compare

3.1.1 (2020-07-19)

Bug Fixes

  • iter: fix insert_at to insert into empty iterable or at end (ce725f9)

v3.1.0

18 Jul 17:58
861ae2f
Compare
Choose a tag to compare

3.1.0 (2020-07-18)

Features

v3.0.0

12 Jul 12:28
e1cbdf5
Compare
Choose a tag to compare

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