- fix the new React 15.3.x PropType warnings
- Aldredcz made map key validation happen
- Lexicality added support for Immutable > 3.6.2
- jsdf gave us a nice performance boost by only generating error messages when they are needed
- thanks to Monday Chen for adding this new feature.
- thanks to Brian Emil Hartz for adding this long requested feature.
- thanks to Alon Gubkin for writing the
stackOf
type checker.
- try to specify which Immutable data structure was provided instead of saying
object
.
- added support for orderedSetOf and orderedMapOf
- added support for record and recordOf type checkers.
- 1.2.3 Nik Butenko provided a better .npmignore file
- allows devs who want to compile the code to do so
- better excludes files that are not needed for distribution
- 1.2.2 Nik Butenko gave us some nice updates ()
- 1.2.1 updated documentation to reflect that Immutable object instantiation does not require
new
- 1.2.0 moved react from peer dependency to dev dependency since React is only used internally to test. This will allow the prop type validators to work on beta/rc versions of react.
- 1.1.0 added
contains
to replaceshape
validator.shape
is deprecated and will be removed in v 1.2.0 - 1.0.0 marked as stable, no other changes
- 0.1.8 added
setOf
checker. Thanks to Don Abrams! - 0.1.7 added convencience checkers for "primitive" immutable types (map, list, etc...)
- 0.1.6 added
iterableOf
- 0.1.4 added
mapOf
- 0.1.3 updated package.json to support React v0.11.0+ (including 0.13.1). Thanks Andrey Okonetchnikov!