Skip to content

History

Revisions

  • fix(wiki): correct signatures and remove implementation details from core pages - clone.md: route tree is rebuilt from definitions, not shared/frozen - removeActivateGuard.md: remove internal lifecycleNamespace method name leak - replaceRoutes.md: remove isFromDefinition/skipValidation internal field references - addActivateGuard.md: fix wrong claim that canActivate in route config uses ActivationFn and can redirect; both use GuardFnFactory

    @greydragon888 greydragon888 committed Mar 1, 2026
    5198b9b
  • docs: remove meta.options references, use state.transition API instead

    @greydragon888 greydragon888 committed Mar 1, 2026
    ddd9eb2
  • docs: add replaceRoutes wiki page and update related docs - Add replaceRoutes.md — full API docs with HMR patterns (Webpack, Vite, guards, React) - Update clearRoutes.md — add replace() as preferred alternative - Update migration-guide.md — add replace() entries - Update _Sidebar.md — add replaceRoutes link

    @greydragon888 greydragon888 committed Feb 28, 2026
    55452b7
  • docs: update wiki for AbortController API integration (#188) - NavigationOptions: remove index signature, add signal property - navigate: add AbortController/timeout examples, signal option - addActivateGuard/addDeactivateGuard: update GuardFn with signal param - navigateToState: update pipeline diagram with AbortController step - navigateToDefault: update options table with signal - stop: mention AbortController abort on stop - error-codes: add signal abort to TRANSITION_CANCELLED triggers - State: note signal stripping from meta.options - breaking-changes: add NavigationOptions index signature removal Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @greydragon888 greydragon888 committed Feb 28, 2026
    0d44c89
  • docs: full wiki audit — migrate all pages to standalone API architecture

    @greydragon888 greydragon888 committed Feb 27, 2026
    98bc837
  • docs: update wiki for StateMeta.redirected and StateMeta.source removal (#121) Update all wiki pages to reflect removal of StateMeta.redirected and StateMeta.source fields. Changes: - Removed redirected and source fields from StateMeta interface documentation - Updated examples to use state.meta.options.redirected instead of state.meta.redirected - Removed source parameter from matchPath() documentation - Updated migration guide with breaking change information Ultraworked with Sisyphus

    @greydragon888 greydragon888 committed Feb 20, 2026
    d107c1a
  • docs: update wiki for Promise-based navigation API Update 47 wiki articles to reflect the Promise-based navigation API: - Navigation methods return Promise<State> instead of using callbacks - ActivationFn simplified (no done callback parameter) - DoneFn, CancelFn types removed - successCallback/errorCallback removed from BaseLink/Link/ConnectedLink - Guards use addActivateGuard/addDeactivateGuard (not canActivate/canDeactivate) - Observable API uses observable(router) from @real-router/rx - All code examples use await for router.start() and router.navigate() - Migration guide and breaking changes updated with Promise API section

    @greydragon888 greydragon888 committed Feb 14, 2026
    fffa76b
  • docs: fix Documentation Structure to match all 45 public methods - Rename canActivate/canDeactivate to addActivateGuard/addDeactivateGuard - Add removeActivateGuard, removeDeactivateGuard, canNavigateTo - Add getOption, buildNavigationState - Remove Symbol.observable (moved to @real-router/rx)

    @greydragon888 greydragon888 committed Feb 12, 2026
    944cde0
  • docs: expand installation section with package managers

    @greydragon888 greydragon888 committed Feb 12, 2026
    876eac1
  • docs: update wiki for PRs #46 #53 #57 #59 #69 #72 #75 #78 #80 - Add buildNavigationState page, remove skipTransition references - Add guard method pages (addActivateGuard, addDeactivateGuard, removeActivateGuard, removeDeactivateGuard) - Add Symbol.observable moved-to-rx banner, fix rx-package state$ options - Add setOption/lock/unlock removal to breaking-changes and migration-guide - Add noValidate and limits options to RouterOptions and createRouter - Add legacy method removals to breaking-changes - Fix createRouter forwardTo type to include ForwardToCallback - Update migration checklist with all new entries

    @greydragon888 greydragon888 committed Feb 12, 2026
    87e5c8b
  • docs: update wiki for getNavigator standalone extraction (#83) - Rewrite getNavigator.md: method → standalone function, remove caching, add migration section - Add getNavigator to sidebar under "Factory & Standalone Functions" - Update canNavigateTo.md: fix getNavigator reference - Add HIGH breaking change entry for getNavigator extraction

    @greydragon888 greydragon888 committed Feb 12, 2026
    3237a66
  • docs: add dynamic forwardTo callback documentation (#43) Update wiki pages for dynamic forwardTo feature (ForwardToCallback): - Route: forwardTo type, dynamic redirect example, important notes - addRoute: dynamic forwardTo examples, async rejection error, validation - updateRoute: ForwardToCallback in RouteUpdates, string↔function transitions - forwardState: dynamic/mixed chain resolution, per-navigation semantics - getRoute: function reference returned for dynamic forwardTo - clone: forwardFnMap copied - removeRoute: forwardFnMap cleanup

    @greydragon888 greydragon888 committed Feb 12, 2026
    6f8fc5f
  • add dynamic defaultRoute/defaultParams callback support

    @greydragon888 greydragon888 committed Feb 9, 2026
    06e66fc
  • remove setOptions from API

    @greydragon888 greydragon888 committed Feb 9, 2026
    f6d9a5f
  • update refactored documentation

    @greydragon888 greydragon888 committed Jan 29, 2026
    7895618
  • actualise logger-plugin documentation

    @greydragon888 greydragon888 committed Jan 23, 2026
    3bb2ebe
  • initial commit

    @greydragon888 greydragon888 committed Jan 23, 2026
    be04378
  • Initial Home page

    @greydragon888 greydragon888 committed Jan 22, 2026
    753b812