Skip to content

Latest commit

 

History

History
113 lines (69 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

113 lines (69 loc) · 1.99 KB

v2.0.0 - 2020-09-21

Build

  • use git-chglog instead of conventional-changelog-cli

Docs

  • rewrite type-safe to strictly-typed
  • show the size before gzip

Refactor

  • rename type-safe to ST (strictly-typed)

BREAKING CHANGE

all exported item is renamed

v1.0.0 - 2020-09-21

Chore

  • rename package

Docs

  • add CHANGELOG
  • EventTarget is originally type-safe
  • improve information for compatibility
  • high performance is false
  • add compatibility details

v0.1.0 - 2020-09-07

Chore

  • add keyword

Docs

  • improve README
  • add motivation
  • add size badges

Feat

  • support legacy environment
  • allow eventInitDict to be omitted if the type of CustomEvent#detail is undefined

Fix

  • fix type error
  • forbidden to assign undefined to detail field

Refactor

  • rename test-d to test-type

v0.0.1 - 2020-09-06

Build

  • improve ci config
  • prepare release
  • fix deps
  • add config for build
  • improve tsconfig
  • add eslint

Deps

  • bump @types/node from 14.6.2 to 14.6.4

Docs

  • add usage description

Feat

  • implement

Test

  • 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

Pull Requests

  • Merge pull request #1 from mizdra/dependabot/npm_and_yarn/types/node-14.6.4