Releases: hypernym-studio/utils
Releases · hypernym-studio/utils
v3.4.9
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.8...v3.4.9
v3.4.8
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.7...v3.4.8
v3.4.7
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.6...v3.4.7
v3.4.6
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.4...v3.4.5
v3.4.4
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.3...v3.4.4
v3.4.3
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.2...v3.4.3
v3.4.2
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.1...v3.4.2
v3.4.1
Compare
Sorry, something went wrong.
No results found
Full Changelog : v3.4.0...v3.4.1
v3.4.0
Compare
Sorry, something went wrong.
No results found
What's Changed
New Features
Full Changelog : v3.3.0...v3.4.0