Skip to content

Releases: hypernym-studio/emitter

v3.0.1

16 Dec 12:09
f745c29

Choose a tag to compare

v3.0.0

15 Dec 18:27
18ea67b

Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: v2.3.4...v3.0.0

v2.3.4

06 Dec 13:30
32ba7f9

Choose a tag to compare

Full Changelog: v2.3.3...v2.3.4

v2.3.3

13 Oct 14:43
94c37fa

Choose a tag to compare

What's Changed

Breaking Changes

If you use Emitter from a CDN via a script tag, the default ESM (minified) file extension is now .js.

ESM (minified)

<script type="module">
-  import { createEmitter } from 'https://unpkg.com/@hypernym/emitter/dist/index.min.mjs'
+  import { createEmitter } from 'https://unpkg.com/@hypernym/emitter/dist/index.min.js'
  const emitter = createEmitter()
</script>

Full Changelog: v2.3.2...v2.3.3

v2.3.2

09 Jun 11:05
a498f74

Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.3.1

30 May 10:50
3af624c

Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

12 May 12:40
53a0888

Choose a tag to compare

What's Changed

New Features

Full Changelog: v2.0.2...v2.3.0

v2.0.2

10 May 11:06
36b8d94

Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Oct 16:29
8f929ad

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Sep 09:58
84423ee

Choose a tag to compare

What's Changed

Breaking Changes

  • breaking-change: drop support for cjs (now it's esm-only)

Other

  • chore: add rolli module bundler

Full Changelog: v1.0.2...v2.0.0