Skip to content

Releases: Arcath/etch-router

0.3.0-beta

23 May 12:05
ae05a44
Compare
Choose a tag to compare
0.3.0-beta Pre-release
Pre-release

Beta release with the following changes:

  • #8 Wrapper Component
  • #9 Props from Route

0.2.2

22 May 08:14
760077b
Compare
Choose a tag to compare

Removes lodash as a dependency as it was only there for 2 functions that can be easily replicated in vanilla JS.

0.2.1

17 May 13:14
b715af8
Compare
Choose a tag to compare

Quick bug fix release which fixes a problem where the MissingRoute was rendering its content before the router was attached, or it was needed.

0.2.0

17 May 13:13
6a8e285
Compare
Choose a tag to compare

Another move towards a stable release.

New Features:

  • #5 Error Handling
  • #6 Active Path Checks

Bug Fixes:

0.1.1

16 May 09:49
3730752
Compare
Choose a tag to compare

A quick bug fix release to fix an issue with nested routes having params.

0.1.0

16 May 09:04
d9aff64
Compare
Choose a tag to compare

The first stable release of Etch-Router.

This version features a couple of improvements over the initial commit

  • #1 Hooks
  • #2 Browser State Management
  • #4 Route Params