Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 1.41 KB

emitten

0.6.1

Patch Changes

  • 14efeef: Repeat types path in exports object to help mitigate failure to resolve types.

0.6.0

Minor Changes

  • d94307b: Update to Vite 5

0.5.1

Patch Changes

  • cb5c363: Various devDependency bumps.

0.5.0

Minor Changes

  • d15a2a1: Upgrade to TypeScript 5.

0.4.3

Patch Changes

  • 0322cd4: Simplify exported types.

0.4.2

Patch Changes

  • 6326e71: Tweak eslint to prefer interface types.
  • 2a565e0: Revise examples doc.

0.4.1

Patch Changes

  • ad57620: Internally, switch the library values from an object to a Map.

0.4.0

Minor Changes

  • cbf3729: Author test suite and require tests to pass on PRs.

Patch Changes

  • 279282d: Improve some documentation.

0.3.0

Minor Changes

  • 591f16d: Prefer variadic listener arguments.
    • Remove .disposable() method. Now returning the dispose function from .on().

Patch Changes

  • e720e2b: New EmittenCommon for easier extension.

0.2.0

Minor Changes

  • a98bdbc: Implement a workaround for calling super on an accessor.

0.1.0

Minor Changes

  • 0685229: Make all members of EmittenProtected protected.

Patch Changes

  • 1fef81d: Move the changesets packages under devDependencies.
  • b8717af: Adjust the dependency groupings

0.0.2

Patch Changes

  • 2403a01: Force another NPM release

0.0.1

Patch Changes

  • 6dd9b24: Initial package release to NPM