Tags:
- [New Feature]
- [Bug Fix]
- [Spec Compliancy]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
Note: Gaps between patch versions are faulty/broken releases.
- New Feature
registerFormat
can now accept a tcomb type other than a predicate, closes #29 (@alvaromb)
- Bug fix
- Fix isInteger(null) === true, gcanti#26 (@sastred)
Warning. If you don't rely in your codebase on the property maybe(MyType)(undefined) === null
this is not a breaking change for you.
- Breaking Change
- upgrade to
tcomb
v3.0.0
- upgrade to
- New Feature
- Added possibility to define patterns with regex flags (thanks @emiloberg)
- New Feature
- Added possibility to define enums as objects to carry a value/label pair (thanks @emiloberg)
- Bug Fix
minItems
andmaxItems
have no effect forarray
s of objects, fix #18 (thanks @WeweTom)
- Bug Fix
- IE8 error with 'null' type, fix #17
- New Feature
- Registering a type or structure instead of just a format, fix #13 (thanks @damienleroux)
- Breaking Change
- upgrade to tcomb v2.2
- Internal
- Optimized
integer
type (@chriskjaer idea)
- Optimized
- New Feature
- Support format property for string types #6 (@oliger idea)
- Support integer type #5 (@chriskjaer idea)
- Bug Fix
- Removed
t.util.format
- Removed
- Internal
- Optimized
Null
type
- Optimized
- Polish
- Formatted CHANGELOG
- Internal
- Upgrade to latest
tcomb
- Move
tcomb
topeerDependencies
- Upgrade to latest
- Internal
- Upgrade to latest
tcomb
- Upgrade to latest