Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 428 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 428 Bytes

Changelog

1.1.0

  • Add optional errorBoundary to Routes, which will wrap all Route instances.
  • Update dependencies.
  • Delint.

1.0.0

Breaking Changes

  • Erroroneous setups render an empty <div/> with instructive CSS classes.
  • All files export named only and no defaults. Imports via index.js are unaffected.

Non-Breaking Changes

  • Fixed path match scoring counting leading "/".

0.0.0

First version.