v2.0.0 - 2020-09-21
- use git-chglog instead of conventional-changelog-cli
- rewrite
type-safe
tostrictly-typed
- show the size before gzip
- rename type-safe to ST (strictly-typed)
all exported item is renamed
v1.0.0 - 2020-09-21
- rename package
- add CHANGELOG
EventTarget
is originally type-safe- improve information for compatibility
- high performance is false
- add compatibility details
v0.1.0 - 2020-09-07
- add keyword
- improve README
- add motivation
- add size badges
- support legacy environment
- allow
eventInitDict
to be omitted if the type ofCustomEvent#detail
isundefined
- fix type error
- forbidden to assign
undefined
todetail
field
- rename
test-d
totest-type
- improve ci config
- prepare release
- fix deps
- add config for build
- improve tsconfig
- add eslint
- bump @types/node from 14.6.2 to 14.6.4
- add usage description
- implement
- ignore test for node because node do not implement
EventTarget
yet - add test for node
- add test with jest
- fix failed test
- fix implicit any warning
- add npm-script for test
- fix eslint error
- add test for type
- Merge pull request #1 from mizdra/dependabot/npm_and_yarn/types/node-14.6.4