Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: cellog/ion-router

Release Version 0.4.0 (alpha)

03 Mar 23:41
Compare
Choose a tag to compare
Pre-release

Fixes #5
Adds current state as a parameter to the stateFromParams converter so it can use existing state to convert url parameters into their state representation.

Release Version 0.3.6 (alpha)

24 Jan 14:55
Compare
Choose a tag to compare
Pre-release

fixes #4

Release Version 0.3.5 (alpha) bugfix

23 Jan 20:47
Compare
Choose a tag to compare
Pre-release

Fixes #3

Release Version 0.3.4

20 Jan 23:17
Compare
Choose a tag to compare
Release Version 0.3.4 Pre-release
Pre-release

This fixes an inadvertant introduction of an immediate error on importing a toggle, as connect() was being called in the outer higher order component generator function, and should have been called inside the HOC itself, after the router has initialized it

Release version 0.3.3

20 Jan 23:15
Compare
Choose a tag to compare
Release version 0.3.3 Pre-release
Pre-release

This release fixes #2 and cleans up some small internal code formatting issues flagged by code climate that don't affect functionality, bringing us to a 4.0 at code climate with 0 issues

Release version 0.3.2 (alpha)

19 Jan 05:15
Compare
Choose a tag to compare
Pre-release

In the fix for #1 we missed usage in Toggle.jsx. This release fixes that oversight.
In addition, the npm releases 0.3.0 and 0.3.1 mistakenly did not rebuild the lib/ directory, and so contained the 0.2.0 code. Oops.

Release version 0.3.0 (alpha)

19 Jan 04:40
Compare
Choose a tag to compare
Pre-release

Fix #1

This release removes react-redux as a direct dependency. Instead, the "connect" function must be passed in to the router upon initialization, much as the sagaMiddleware from redux-saga is passed into the router.

API starting to settle, feature-complete

18 Jan 22:24
Compare
Choose a tag to compare
  • added ENTER_ROUTES/EXIT_ROUTES actions to help write enter/exit hooks
  • streamline things, fully document main principles and coding practices

Initial Release

16 Jan 16:28
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This release addresses packaging errors

Initial Release

16 Jan 05:21
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

A bug in the local npm was not packaging up README.md. This release will package it up