Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.09 KB

@masknet/kit

0.4.2

Patch Changes

  • e5ea13c: fix: type error in lazy

0.4.1

Patch Changes

  • 5e91dda: add warnOnce
  • 167e689: chore: support typescript 5.7.0
  • 167e689: fix: lazy decorator does not work for multiple class instances

0.4.0

Minor Changes

  • 71f479f: remove defer, use Promise.withResolvers instead

Patch Changes

  • f77a11e: add support for AbortSignal.any and match behavior of combineAbortSignal to it

0.3.0

Minor Changes

  • 3dc15d1: add getDimensionByDOM

Patch Changes

  • 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
  • 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG

0.2.0

Minor Changes

  • 3c25f47: add todo and unimplemented

0.1.3

Patch Changes

  • 31f1dea: fix package.json
  • 3ce78d7: optimize lazy decorator

0.1.2

Patch Changes

  • da5b0b9: fix lazy decorator type signature

0.1.1

Patch Changes

  • c441e50: add lazy decorator

0.1.0

Minor Changes

  • b59461a: remove getCookieValue
  • b59461a: remove blobToText
  • b59461a: remove AbortSignal.timeout
  • b59461a: remove dependency to lodash