Skip to content

Releases: numfin/kirka

v6.1.0 Make all js files inside dist available

08 Nov 17:11
Compare
Choose a tag to compare

v6.0.0

03 Jul 19:54
Compare
Choose a tag to compare

What's Changed

  • πŸ’₯ NEW: Iterators 2.0. New extensible iterator api. Now many features possible including conditional generic parameters (for example flatmap accepts only iterables). And ability to tree shake entire iter api

  • πŸ’₯ NEW: Result 2.0. New extensible Result api

  • πŸ’₯ NEW: Option 2.0. New extensible Option api

  • ⚑ Updated dependencies: husky, ava, typescript

  • πŸ‘Œ IMPROVE: Eslint config added
    Full Changelog: v5.2.1...v6.0.0

hotfix husky

15 Apr 07:37
Compare
Choose a tag to compare
  • πŸ› FIX: remove husky from prepare scripts f15a245 (closes #4)

v5.2.0...v5.2.1

v5.2.0

11 Apr 00:19
Compare
Choose a tag to compare
  • πŸ› FIX: np now isn't blocked by husky. Bigger ava timeout. Fixed npm.engines format 80aebbe
  • ✨ New Feature: Iter.chain(), Iter.collectSet(), Iter.groupBy() 6bb9175

v5.1.0...v5.2.0

ResultFrom.fallible() and ResultFrom.fallibleAsync()

01 Apr 09:42
Compare
Choose a tag to compare

v5.0.0 - AnyHow breaking change

29 Mar 10:03
Compare
Choose a tag to compare

AnyHow now doesn't mutate it context and just creates new one

Full Changelog: v4.0.0...v5.0.0

Commonjs modules

19 Mar 07:27
Compare
Choose a tag to compare

Added commonjs export

Full Changelog: v3.1.0...v4.0.0

v3.1.0 Option.flatten(), Result.intoIter() and Option.intoIter() methods

12 Dec 20:48
Compare
Choose a tag to compare

v3.0.1...v3.1.0

Readme update

12 May 16:20
Compare
Choose a tag to compare

Just some typo fixes

v3.0.0 Accept any amount of arguments in pipe

05 May 15:42
Compare
Choose a tag to compare

Can be breaking change so major version