Skip to content

@tanstack/router-core@1.171.20

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:06
Immutable release. Only release title and notes can be modified.
6f8f534

Patch Changes

  • #8006 44a8c3e - skip impossible JSON parse attempts

  • #8010 5253e70 - perf: speed up structural sharing (replaceEqualDeep) by computing enumerable own keys with Object.keys + a length compare instead of getOwnPropertyNames followed by a propertyIsEnumerable call per key. This runs on every selector result on every state update when defaultStructuralSharing is enabled, and is ~1.3-1.5x faster on typical router state objects with identical behavior.