Releases: hypernym-studio/utils
Releases · hypernym-studio/utils
v3.4.7
v3.4.6
What's Changed
Breaking Changes
If you use Hyperutils from a CDN via a script tag, the default ESM (minified) file extension is now .js.
ESM (minified)
<script type="module">
- import { isNull, isString, ... } from 'https://unpkg.com/@hypernym/utils/dist/index.min.mjs'
+ import { isNull, isString, ... } from 'https://unpkg.com/@hypernym/utils/dist/index.min.js'
</script>Full Changelog: v3.4.5...v3.4.6
v3.4.5
Full Changelog: v3.4.4...v3.4.5
v3.4.4
Full Changelog: v3.4.3...v3.4.4
v3.4.3
Full Changelog: v3.4.2...v3.4.3
v3.4.2
Full Changelog: v3.4.1...v3.4.2
v3.4.1
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
New Features
- feat: add new fs readdir util by @ivodolenc in #21
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
New Features
- feat: add new fs read util by @ivodolenc in #20
Full Changelog: v3.2.1...v3.3.0
v3.2.1
Full Changelog: v3.2.0...v3.2.1