Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 663 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 663 Bytes

Role-based authorization for react-router - CHANGELOG

Please see below a list of project versions with the description of changes appeared in these versions.

v1.1.4

  • add React 16 as a peer dependency
  • use prop-types package for PropTypes

v1.1.3

  • react-router moved to peerDependencies
  • yarn.lock removed from .gitignore

v1.1.2

  • Contributing file added
  • Unnecessary index.html removed
  • Changelog file added
  • yarn.lock file added to .gitignore

v1.1.1

  • Small code style fixes
  • Readme file fixes

v1.1.0

  • Ability to custom handling of unauthorized role added to AuthorizedComponent

v1.0.0

  • Initial version of the project