Skip to content

Releases: sodiray/radash

v8.0.0

19 Oct 15:15
Compare
Choose a tag to compare

What's Changed

  • fix isEmpty test case for string class by @rphlmr in #47
  • Add readonly types by @aki77 in #51
  • Fix camel function mispelling by @rayepps in #58
  • Fix isEmpty returning incorrect value by @rayepps in #52
  • add isEqual function for deep equality check by @rayepps in #53
  • fix: getGroupId params typo in group by @yakovmeister in #59
  • Add support for PascalCase by @Yeswing in #63
  • Improve typings for lowerize and upperize return value by @phanghos in #65
  • Updated Vulnerable npm Packages by @shakil-aibees in #73
  • add test and fixed comments for strings by @giuliocaccin in #64
  • Improve the typing or tryit function by @hugo-clemente in #76
  • fix: Replace zues > zeus in README.md by @rocioDEV in #89
  • Update README.md by @marcio-porto-dev in #80
  • extend get function to get by string path by @rayepps in #57
  • Improve the type of group when using union type key by @ktmouk in #88
  • array: add shift function by @vchikalkin in #97
  • Bump chai from 4.3.4 to 4.3.6 by @dependabot in #100
  • Bump typescript from 4.8.2 to 4.8.4 by @dependabot in #101
  • Add CJS/ESM module exports by @matteosacchetto in #81
  • Fix pr template format by @rayepps in #105
  • feat: add type guards by @matteosacchetto in #103
  • change sift return type from T to NonNullable by @rayepps in #99
  • Add node engine to package.json by @rayepps in #110

New Contributors

Full Changelog: v7.1.0...v8.0.0

v7.1.0

01 Sep 05:29
Compare
Choose a tag to compare
  • fixed the isNumber function issue reported in #43 and add more granular isInt and isFloat

v7.0.1

01 Sep 05:27
Compare
Choose a tag to compare
  • improved omit function performance