Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

69 lines (57 loc) · 2.33 KB

2.3.0 / 2017-02-23

  • [New] add integer
  • [Dev Deps] update eslint, rimraf

2.2.0 / 2017-02-16

  • [New] add numericString
  • [New] add explicitNull
  • [Dev Deps] update airbnb-js-shims, babel-cli, babel-register, eslint-plugin-react

2.1.1 / 2017-02-09

  • [Fix] childrenOfType: improve the error message
  • [Dev Deps] update eslint, eslint-config-airbnb, eslint-plugin-jsx-a11y

2.1.0 / 2017-02-01

  • [New] add mutuallyExclusiveTrueProps
  • [Dev Deps] update babel-cli, babel-preset-airbnb, babel-register, eslint

2.0.1 / 2017-01-27

  • [Fix] ensure production mocks have .isRequired

2.0.0 / 2017-01-09

  • [breaking] when NODE_ENV is production, export mocks instead of real validators
  • [new] add mocks
  • [New] add uniqueArray/uniqueArrayOf
  • [New] add withShape
  • [Breaking] ensure every export is a function that returns a validator, for consistency (restrictedProp)
  • [Deps] move safe-publish-latest to devDeps
  • [Dev Deps] update eslint, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y, mocha, react; add missing babel-register
  • [Tests] on node v7

1.3.2 / 2016-10-27

  • [enhancement] forbidExtraProps: add the componentName into the error message

1.3.1 / 2016-10-25

  • [Fix] forbidPropTypes: allow propTypes to be processed multiple times
  • [Fix] forbidPropTypes: fix unknown props error message

1.3.0 / 2016-10-24

  • [New] add forbidExtraProps
  • [Dev Deps] update babel-cli

1.2.0 / 2016-10-11

  • [New] add and combinator
  • [New] add isRequired to nonNegativeInteger
  • [Dev Deps] update eslint-plugin-react, mocha

1.1.1 / 2016-10-09

  • [Fix] mutuallyExclusiveProps: include the “current” prop in the exclusives list

1.1.0 / 2016-10-09

  • [Fix] [New] add isRequired to mutuallyExclusiveProps; ensure mutuallyExclusiveProps is not required by default
  • [Fix] [New] add isRequired to componentWithName; ensure componentWithName is not required by default
  • [Deps] update safe-publish-latest

1.0.0 / 2016-10-08

  • Initial release.