Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 576 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 576 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.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