Releases: aleclarson/ee-ts
Releases · aleclarson/ee-ts
v1.0.1
18 Jan 15:08
Compare
Sorry, something went wrong.
No results found
1.0.1 (2019-01-18)
Bug Fixes
v1.0.0
14 Dec 18:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
feat: pass disposables: Disposable[] as last argument of on, one, or EE.unhandle
0.1.3
16 Sep 00:01
Compare
Sorry, something went wrong.
No results found
0.1.2
14 Sep 17:25
Compare
Sorry, something went wrong.
No results found
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.