Releases: sodiray/radash
Releases · sodiray/radash
v9.3.0
v9.2.0
v9.1.0
TLDR;
This version adds a toggle
function to the array module and officially supports using radash via the jsdeliver CDN by referencing our version tagged commits.
<script src="https://cdn.jsdelivr.net/gh/rayepps/radash@v9.1.0/cdn/radash.js"></script>
What's Changed
- chore(update rollup-plugin-esbuild to support rollup v3) by @matteosacchetto in #141
- chore(add build and ci support for cdn) by @rayepps in #143
- chore(bump chai from 4.3.6 to 4.3.7) by @dependabot in #142
- chore(bump rollup-plugin-esbuild to 5.0.0) by @matteosacchetto in #147
- chore(add CI/CD step to check cdn files are up to date) by @rayepps in #148
- chore(bump prettier-plugin-organize-imports from 3.1.1 to 3.2.0) by @dependabot in #153
- feat(add toggle function to array module) by @rayepps in #144
Full Changelog: v9.0.2...v9.1.0
v9.0.2
v9.0.1
What's Changed
- allow null default in toFloat and toInt by @rayepps in #134
Full Changelog: v9.0.0...v9.0.1
v9.0.0
What's Changed
- Make license in package.json BSD-3-Clause by @rayepps in #122
- Drop support for node 12 by @matteosacchetto in #132
New Contributors
Full Changelog: v8.1.0...v9.0.0
v8.1.0
v8.0.3
What's Changed
- Bugfix/snake camel dash by @MarlonPassos-git in #114
New Contributors
- @MarlonPassos-git made their first contribution in #114
Full Changelog: v8.0.2...v8.0.3
v8.0.2
What's Changed
- Bump esbuild from 0.15.11 to 0.15.12 by @dependabot in #113
- fix: address pick issue when key not in object by @matteosacchetto in #112
Full Changelog: v8.0.1...v8.0.2
v8.0.1
What's Changed
- fix: diff function when root is [] by @matteosacchetto in #111
Full Changelog: v8.0.0...v8.0.1