Skip to content

Releases: sodiray/radash

v10.3.2

22 Dec 21:37
3271d3f
Compare
Choose a tag to compare

What's Changed

  • improve performance by not using spread operator by @Lesiuk in #205

New Contributors

Full Changelog: v10.3.1...v10.3.2

v10.3.1

21 Dec 19:03
48e77f6
Compare
Choose a tag to compare

What's Changed

  • Fix performance issue in the counting function by @rayepps in #204

Full Changelog: v10.3.0...v10.3.1

v10.3.0

16 Dec 19:43
0e51711
Compare
Choose a tag to compare

What's Changed

  • Add index param to select by @rayepps in #198

Full Changelog: v10.2.0...v10.3.0

v10.2.0

16 Dec 19:12
5445226
Compare
Choose a tag to compare

What's Changed

  • remove default ttl from the memo function by @rayepps in #195

Full Changelog: v10.1.0...v10.2.0

v10.1.0

11 Dec 23:38
8fdc2f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

11 Dec 23:16
f8d7b84
Compare
Choose a tag to compare

What's Changed

  • Add new zip and zipToObject methods for arrays by @Nickersoft in #160
  • Make list and range function more dynamic and robust by @rayepps in #152
  • Remove deprecated get function signature by @rayepps in #151
  • Remove deprecated camel alias by @rayepps in #150
  • Make series support non-primitive values by @rayepps in #149
  • Fix return type of tryit by @hovsater in #182
  • Fix return type on group function by @rayepps in #145

New Contributors

Full Changelog: v9.5.0...v10.0.0

v9.5.0

25 Nov 22:37
e9ae1b2
Compare
Choose a tag to compare

What's Changed

  • Add trim function to string module by @rayepps in #171

Full Changelog: v9.4.2...v9.5.0

v9.4.2

23 Nov 22:37
9d7ce47
Compare
Choose a tag to compare

What's Changed

  • Fix group performance: dont reduce + spread by @rayepps in #169

Full Changelog: v9.4.1...v9.4.2

v9.4.1

23 Nov 00:56
ed21a8b
Compare
Choose a tag to compare

What's Changed

  • Fix parallel function's AggregateError hiding the real stacktrace by @rayepps in #164

Full Changelog: v9.4.0...v9.4.1

v9.4.0

23 Nov 00:52
7aa63b7
Compare
Choose a tag to compare

What's Changed

  • Add callable function to curry module by @rayepps in #161

Full Changelog: v9.3.0...v9.4.0