Skip to content

Releases: 4Catalyzer/found

v0.3.9

12 Apr 15:28
v0.3.9
150d859
Compare
Choose a tag to compare
  • Feature: Add TypeScript definitions (#144)

v0.3.8

17 Feb 06:20
40cf0c9
Compare
Choose a tag to compare
  • Feature: Add accumulateRouteValues to allow traversing matched route trees (#165)

v0.3.7

09 Jan 23:00
b9a57cd
Compare
Choose a tag to compare
  • Feature: Add route hot reloading support (#152)
  • Bugfix: Stop using undocumented Path-to-RegExp feature (#160)

v0.3.6

06 Jan 07:23
f2c991a
Compare
Choose a tag to compare
  • Bugfix: Extend React Hot Loader workaround to support React Hot Loader v4 (#151)

v0.3.5

03 Nov 18:20
5544d62
Compare
Choose a tag to compare
  • Bugfix: Work around React Hot Loader proxying route classes in JSX route configuration (#138)

v0.3.4

09 Sep 06:40
v0.3.4
f865647
Compare
Choose a tag to compare
  • Bugfix: Fix <ElementsRenderer> class name (#122)
  • Bugfix: Fix renderPending with named child routes (#123)

v0.3.3

27 Jul 20:08
v0.3.3
1811df2
Compare
Choose a tag to compare
  • Feature: Add support for named child routes (#113)

v0.3.2

09 Jul 23:31
v0.3.2
07cdb13
Compare
Choose a tag to compare
  • Docs: Warn when routes or links specify component instead of Component (#108)

v0.3.1

19 Jun 17:55
v0.3.1
d0a398f
Compare
Choose a tag to compare
  • Bugfix: Fix isActive logic on undefined query values (#94)
  • Docs: Explicitly warn when path-to-regexp version is wrong (#92)

v0.3.0

02 Jun 22:30
v0.3.0
8b088be
Compare
Choose a tag to compare

This is the same code as v0.3.0-alpha.1. These release notes cover all changes since v0.2.2.

  • Breaking: Merge JSX component classes with normal classes (#68)
  • Breaking: Use a resolver object rather than a function (#85)