Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update io-ts to the latest version 馃殌 #97

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 14, 2019

The dependency io-ts was updated from 1.5.2 to 1.5.3.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 1.5.3
  • Bug Fix
    • missing context info while decoding an intersection, fix #246 (@gcanti)
  • Experimental
    • add intermediary interfaces, closes #165 (@gcanti)
      • NullC
      • UndefinedC
      • VoidC
      • AnyC
      • UnknownC
      • NeverC
      • StringC
      • NumberC
      • BooleanC
      • UnknownArrayC
      • UnknownRecordC
      • ObjectC
      • FunctionC
      • RefinementC
      • LiteralC
      • KeyofC
      • ArrayC
      • TypeC
      • PartialC
      • RecordC
      • UnionC
      • IntersectionC
      • TupleC
      • ReadonlyC
      • ReadonlyArrayC
      • StrictC
      • TaggedUnionC
      • ExactC
  • Polish
    • use rest elements in tuple types (typescript@3.0.1 feature) (@gcanti)
    • union should handle zero types (@gcanti)
    • intersection should handle zero / one types (@gcanti)
  • Deprecation
Commits

The new version differs by 13 commits.

  • 03e8c24 Polish: use rest elements in tuple types (typescript@3.0.1 feature)
  • d5e75c3 fix IntersectionC typings
  • 5a3674d Polish: intersection should handle zero / one types
  • 03d42b0 Polish: union should handle zero types
  • 5b23891 extractors: re-add Any as constraint
  • b0b295f Intersection typings: use unknown as default case
  • 6ea7a99 fix tuple typings
  • faf3641 Polish: improve type-level tests
  • 2c4c94c Internal: upgrade prettier
  • 580f70a deprecate clean and alias functions
  • 462778a Experimental: add intermediary interfaces
  • 9abfe1d Test: add declaration test
  • 6c4cd33 Bug Fix: missing context info while decoding an intersection, fix #246

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Jan 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 14, 2019

  • The dependency io-ts was updated from 1.5.2 to 1.6.0.

Update to this version instead 馃殌

Release Notes for 1.6.0

Important. This version requires typescript@3.2.2+

  • New Feature
    • leverage typescript@3.2.2 (@gcanti)
      • TypeC
      • PartialC
      • RecordC
      • UnionC
      • ReadonlyC
      • StrictC
      • TaggedUnionC
Commits

The new version differs by 5 commits.

  • 0148999 Polish: do not use deprecated types
  • f1977b8 Docs: add typescript compatibility table
  • 5190595 New Feature: leverage typescript@3.2.2
  • b896bae Polish: m -> u
  • 17fc765 Polish: mixed -> unknown

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 15, 2019

  • The dependency io-ts was updated from 1.5.2 to 1.6.1.

Update to this version instead 馃殌

Release Notes for 1.6.1
  • Bug Fix
    • taggedUnion should handle sub unions / tagged unions correctly, closes #257 (@gcanti)
  • Experimental
    • optimize union with the same algorithm used in taggedUnion (@gcanti)
Commits

The new version differs by 2 commits.

  • b97d62a Bug Fix: taggedUnion should handle sub unions / tagged unions correctly, closes #257
  • dc5ccc4 test refactoring

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 15, 2019

  • The dependency io-ts was updated from 1.5.2 to 1.6.2.

Update to this version instead 馃殌

Release Notes for 1.6.2
  • Polish
    • make isIndexableCodec more strict (@gcanti)
Commits

The new version differs by 1 commits.

  • 139200e Polish: make isIndexableCodec more strict

See the full diff

@greenkeeper greenkeeper bot deleted the greenkeeper/io-ts-1.5.3 branch January 16, 2019 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant