Releases: rimbu-org/rimbu
Releases · rimbu-org/rimbu
Release 1.2.2
What's Changed
- build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs by @dependabot in #219
- build(deps): bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #220
- build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in #221
- build(deps): bump express from 4.18.2 to 4.19.2 in /docs by @dependabot in #222
- build(deps): bump vite from 5.0.12 to 5.2.8 by @dependabot in #223
- build(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #224
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #225
- build(deps): bump braces from 3.0.2 to 3.0.3 in /docs by @dependabot in #226
- build(deps): bump ws from 7.5.9 to 7.5.10 in /docs by @dependabot in #227
- fix: ensure type predicates are typed according to new rules of TypeScript 5.5.2 by @vitoke in #229
Full Changelog: 1.2.1...1.2.2
Release 1.2.1
What's Changed
- ci: migrate codeql actions from v2 to v3 by @himanoa in #211
- Fix a problem where masquerading as esm by @himanoa in #210
- build(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #213
- Feat/improve stream by @vitoke in #214
- Feature/fix tojsobject by @vitoke in #216
- Feature/fix masquerade types by @vitoke in #218
Full Changelog: 1.2.0...1.2.1
Release 1.2.0
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
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
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
What's Changed
Full Changelog: 1.0.3...1.0.4
Release 1.0.3
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
What's Changed
Full Changelog: 1.0.1...1.0.2
Release 1.0.1
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
- @dennistruemper made their first contribution in #174
Full Changelog: 1.0.0...1.0.1