Skip to content

Releases: sinha-sahil/type-decoder

v2.0.1

21 Dec 08:13
Compare
Choose a tag to compare

What's Changed

  • fixed issue with exported type declarations in lib package

Full Changelog: ffaafff

v2.0.0

19 Dec 22:04
Compare
Choose a tag to compare

v2.0.0: Release

  • added flag in decodeArray to let user decide if all elements must decode while decoding an array.
  • updated published package format to use dist instead of package

Breaking change: decodeArray behavior changes. Starting this release, decodeArray will only work if all elements decode correctly.

v1.2.0

19 Dec 21:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.2.0

v1.0.0

19 Dec 21:24
Compare
Choose a tag to compare

Initialized project with all required config

  • added ts config with rollup for basic typescript project with eslint, prettier & editorconfig
  • add all required type decoders in index.ts & types
  • generated docs for the project