Skip to content

Releases: aleclarson/ee-ts

v1.0.1

18 Jan 15:08

Choose a tag to compare

1.0.1 (2019-01-18)

Bug Fixes

v1.0.0

14 Dec 18:49

Choose a tag to compare

1.0.0 (2018-12-14)

  • 100% test coverage (bab3b28)
  • make "typescript" a peer dependency (22289ab)

Note: Accidental major version caused by semantic-release.

0.1.6

09 Nov 12:57

Choose a tag to compare

  • ci: avoid testing on Node 6 because sucrase only works on Node 8+
  • fix: regression in emit method created in 0.1.5 (8613758)
  • improve test coverage (went from ~80% to ~99%)
  • add "node": ">=6" and "typescript": ">=3" to engines in package.json
  • remove sourcemaps from production build

0.1.5

09 Nov 12:53

Choose a tag to compare

  • fix: stop using for..of in the emit method (fde52d0)
  • fix: error in lib/ee.d.ts that prevented compiling without errors (1237f03)
  • improve the DX for contributors

0.1.4

22 Sep 00:29

Choose a tag to compare

  • feat: pass disposables: Disposable[] as last argument of on, one, or EE.unhandle

0.1.3

16 Sep 00:01

Choose a tag to compare

  • Update docs

0.1.2

14 Sep 17:25

Choose a tag to compare

This version fixes type-checking for all methods (eg: emit, on, off, etc).

When calling a method, you will see the correct type signature for the given event, and errors will make more sense.