Skip to content

v0.1.0 -- adds types and new build variants

Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 14 Jul 00:35

Release

(pub): publish v0.1.0

- no actual API surface changes, but package now includes some new
  things like typings and CJS dev and prod builds
  - ESM build still exists as well and is under the `module` field
    in package.json per convention
  - Typings are automatically generated as the codebase has been
    rewritten in TypeScript

Changelog

  • [66ac4f929f] - (pub): publish v0.1.0 (Anton Gilgur)
  • [b95eab717e] - (docs): add comments for what the badge sections are (Anton Gilgur)
  • [44f4abd4cc] - (docs): add a types badge (Anton Gilgur)
  • [c47523af81] - (types): be more specific in various places (Anton Gilgur)
  • [2b63093353] - (types): enable strict mode (Anton Gilgur)
  • [2255b201eb] - (pkg/types): export typings and CJS builds (Anton Gilgur)
  • [f6ba7205ec] - (types/refactor): refactor code into TypeScript (Anton Gilgur)
  • [7b523ffd8e] - (env): add initial, partial tsdx support (Anton Gilgur)
  • [82bd859195] - (env): add standard Node .gitignore (Anton Gilgur)
  • [bf4eb0159c] - (refactor): export AsyncLocalStorage as object (Anton Gilgur)
  • [b1afcd61a4] - (refactor): move files into src/ to prepare to support tsdx (Anton Gilgur)
  • [349420d6b2] - (refactor): rename localStorageAdaptor to asyncLocalStorage (Anton Gilgur)

v0.0.2...v0.1.0