Skip to content

Releases: hypernym-studio/utils

v3.4.9

Choose a tag to compare

@ivodolenc ivodolenc released this 03 Apr 09:41
4957d8e

Full Changelog: v3.4.8...v3.4.9

v3.4.8

Choose a tag to compare

@ivodolenc ivodolenc released this 03 Mar 09:44
9dcd760

Full Changelog: v3.4.7...v3.4.8

v3.4.7

Choose a tag to compare

@ivodolenc ivodolenc released this 17 Jan 12:55
49fa78d

Full Changelog: v3.4.6...v3.4.7

v3.4.6

Choose a tag to compare

@ivodolenc ivodolenc released this 16 Oct 09:05
7a84977

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

Choose a tag to compare

@ivodolenc ivodolenc released this 17 Aug 09:36
374352b

Full Changelog: v3.4.4...v3.4.5

v3.4.4

Choose a tag to compare

@ivodolenc ivodolenc released this 10 May 09:47
94cf9d1

Full Changelog: v3.4.3...v3.4.4

v3.4.3

Choose a tag to compare

@ivodolenc ivodolenc released this 25 Feb 16:42
f6a91c7

Full Changelog: v3.4.2...v3.4.3

v3.4.2

Choose a tag to compare

@ivodolenc ivodolenc released this 16 Feb 13:45
4dddbae

Full Changelog: v3.4.1...v3.4.2

v3.4.1

Choose a tag to compare

@ivodolenc ivodolenc released this 02 Nov 12:29
e4b70de

Full Changelog: v3.4.0...v3.4.1

v3.4.0

Choose a tag to compare

@ivodolenc ivodolenc released this 20 Sep 11:09
a50537b

What's Changed

New Features

Full Changelog: v3.3.0...v3.4.0