Socket
Socket
Sign inDemoInstall

io-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
810
12Next

0.9.8

Diff

Changelog

Source

0.9.8

  • New Feature
    • add decode and deprecate top level validate (@gcanti)
  • Internal
    • when checking validations use methods instead of top level functions (@gcanti)
gcanti
published 0.9.8-rc •

gcanti
published 0.9.7 •

Changelog

Source

0.9.7

  • New Feature
    • add taggedUnion combinator (@gcanti, @sledorze)
gcanti
published 0.9.6 •

Changelog

Source

0.9.6

  • New Feature
    • recursive combinator
      • add support for mutually recursive types, closes #114 (@gcanti)
      • make it safer: RT now must extend Type<mixed, A> (@gcanti)
gcanti
published 0.9.5 •

Changelog

Source

0.9.5

  • New Feature
    • add mixed type (@gcanti)
    • replace any with mixed in all input type parameters (@gcanti)
      -export class StringType extends Type<any, string> {
      +export class StringType extends Type<mixed, string> {
      }
      
gcanti
published 0.9.4 •

Changelog

Source

0.9.4

  • Bug Fix
    • strict: should succeed validating an undefined field, closes #106 (@gcanti)
gcanti
published 0.9.3 •

Changelog

Source

0.9.3

  • Bug Fix
    • revert 37c74a5e2038de063a950f9ba8d18b1f132ef450, closes #8 (@gcanti)
gcanti
published 0.9.2 •

Changelog

Source

0.9.2

  • New Feature
    • add Decoder / Encoder interfaces (@sledorze, @gcanti)
  • Internal
    • perf optimizations (@sledorze, @gcanti)
gcanti
published 0.9.2-dev.20171215 •

gcanti
published 0.9.1 •

Changelog

Source

0.9.1

  • Bug Fix
    • make all classes "dumb", fix #95 (@gcanti)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc