Comparing version 0.6.0 to 0.6.1
@@ -15,6 +15,11 @@ # Changelog | ||
# 0.6.1 | ||
- **Internal** | ||
- handle latest fp-ts (0.4.3) (@gcanti) | ||
# 0.6.0 | ||
- **Breaking Change** | ||
- upgrade to latest fp-ts (@gcanti) | ||
- upgrade to latest fp-ts (0.4.0) (@gcanti) | ||
- **Internal** | ||
@@ -21,0 +26,0 @@ - allow for infinite unions (@gcanti) |
import { Either } from 'fp-ts/lib/Either'; | ||
import { Option } from 'fp-ts/lib/Option'; | ||
import { Predicate } from 'fp-ts/lib/function'; | ||
declare global { | ||
interface Array<T> { | ||
_A: T; | ||
} | ||
} | ||
export interface ContextEntry { | ||
@@ -5,0 +10,0 @@ readonly key: string; |
{ | ||
"name": "io-ts", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "TypeScript compatible runtime type system for IO validation", | ||
@@ -38,3 +38,3 @@ "files": ["lib"], | ||
"tslint-config-standard": "4.0.0", | ||
"typescript": "2.4.1", | ||
"typescript": "2.4.2", | ||
"typings-checker": "1.1.2" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52415
618