Releases: sinha-sahil/type-decoder
Releases · sinha-sahil/type-decoder
v2.0.1
v2.0.0
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
v1.0.0
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