Releases: 4Catalyzer/found
Releases · 4Catalyzer/found
v0.3.9
- Feature: Add TypeScript definitions (#144)
v0.3.8
- Feature: Add
accumulateRouteValues
to allow traversing matched route trees (#165)
v0.3.7
- Feature: Add route hot reloading support (#152)
- Bugfix: Stop using undocumented Path-to-RegExp feature (#160)
v0.3.6
- Bugfix: Extend React Hot Loader workaround to support React Hot Loader v4 (#151)
v0.3.5
- Bugfix: Work around React Hot Loader proxying route classes in JSX route configuration (#138)
v0.3.4
- Bugfix: Fix
<ElementsRenderer>
class name (#122)
- Bugfix: Fix
renderPending
with named child routes (#123)
v0.3.3
- Feature: Add support for named child routes (#113)
v0.3.2
- Docs: Warn when routes or links specify
component
instead of Component
(#108)
v0.3.1
- Bugfix: Fix
isActive
logic on undefined
query values (#94)
- Docs: Explicitly warn when
path-to-regexp
version is wrong (#92)
v0.3.0
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)