Skip to content

Releases: hypernym-studio/emitter

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

v1.0.2

15 May 13:48
c40f661

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 May 22:08
0ee60bf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 May 18:42
b5bc99d

Choose a tag to compare