Skip to content

Releases: rimbu-org/rimbu

Release 1.2.1

05 Mar 19:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

14 Feb 16:04
Compare
Choose a tag to compare

What's Changed

  • docs: fix Stream#max return value document by @himanoa in #205
  • Feature/refactor stream by @vitoke in #207
  • The @rimbu/stream package has been refactored with the following main differences:
    • filter... and find methods now infer types when the predicate is a type guard
    • More Reducers and AsyncReducers added like partition, groupBy, and race.
    • Combining reducers has been made easier by extending the reduce... methods to accept reducer shapes.
    • Reducers and AsyncReducers can now be halted in the initialisation phase
    • Reducer and AsyncReducers now always require a lazy initialisation value
    • More Transformers and AsyncTransformers have been added like flatMap, flatZip, and filter.
    • Stream and AsyncStream have been extended with convenience methods based on the new reducers.
    • Transformers and convenience methods have been added like splitOn, splitOnSlice.

New Contributors

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

26 Jan 19:49
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs by @dependabot in #201
  • build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #202
  • build(deps): bump vite from 4.3.9 to 4.5.2 by @dependabot in #203
  • Feature/api improvements by @vitoke in #204

Full Changelog: 1.0.5...1.1.0

Release 1.0.5

25 Dec 22:26
Compare
Choose a tag to compare

What's Changed

  • fix(table): modifyAt did not correctly remove reference to immutable instance on change by @vitoke in #197

Full Changelog: 1.0.4...1.0.5

Release 1.0.4

25 Dec 11:53
Compare
Choose a tag to compare

What's Changed

  • fix(table): fix Table.Builder modifyAt not updating values in some cases by @vitoke in #195

Full Changelog: 1.0.3...1.0.4

Release 1.0.3

09 Dec 19:54
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #180
  • build(deps): bump postcss from 8.4.24 to 8.4.31 by @dependabot in #182
  • build(deps): bump postcss from 8.4.21 to 8.4.31 in /docs by @dependabot in #181
  • build(deps): bump @babel/traverse from 7.21.4 to 7.23.2 in /docs by @dependabot in #183
  • build(deps): bump axios from 1.4.0 to 1.6.1 by @dependabot in #184
  • fix(sorted): sortedSet remove should not use reference equality by @vitoke in #190
  • fix(sorted): fix sortedset and sortedmap builders not correctly clearing their source when modified by @vitoke in #192
  • fix(hashed): fix HashMap using === instead of context.eq for get, addEntry and modifyAt by @vitoke in #193

Full Changelog: 1.0.2...1.0.3

Release 1.0.2

03 Aug 18:51
e5bfca6
Compare
Choose a tag to compare

What's Changed

  • fix: fix @rimbu/channel not working in Deno due to wrong transpilation by @vitoke in #179

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

29 Jul 20:05
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #171
  • build(deps): bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #172
  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #173
  • fix: insert inserts 1 more item than expected for rational index by @dennistruemper in #174
  • Add @rimbu/channel package by @vitoke in #176
  • fix: remove import maps to restore commonjs compatibility by @vitoke in #177

New Contributors

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

03 Jul 19:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.2...1.0.0

Release 0.14.2

30 Jun 16:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.14.2