Skip to content

Latest commit

 

History

History
224 lines (127 loc) · 8.65 KB

File metadata and controls

224 lines (127 loc) · 8.65 KB

v1.0.24

No significant changes detected since v1.0.24.

v1.0.24 (patch)

Changes since v1.0.23:

v1.0.23 (patch)

Changes since v1.0.22:

v1.0.22 (patch)

Changes since v1.0.21:

v1.0.21 (patch)

Changes since v1.0.20:

v1.0.20 (patch)

Changes since v1.0.19:

  • Fix KTSU0001: add System.Memory and System.Threading.Tasks.Extensions references for netstandard targets [patch] (@matt-edmondson)

v1.0.19 (patch)

Changes since v1.0.18:

v1.0.18 (patch)

Changes since v1.0.17:

v1.0.18-pre.1 (prerelease)

No significant changes detected since v1.0.18.

v1.0.17 (patch)

Changes since v1.0.16:

v1.0.16 (patch)

Changes since v1.0.15:

v1.0.15 (patch)

Changes since v1.0.14:

v1.0.14 (patch)

Changes since v1.0.13:

v1.0.13 (patch)

Changes since v1.0.12:

v1.0.12 (patch)

Changes since v1.0.11:

v1.0.11 (patch)

Changes since v1.0.10:

v1.0.10 (patch)

Changes since v1.0.9:

v1.0.9 (patch)

Changes since v1.0.8:

  • feat: Introduce NavigationStackFactory and SimpleUndoRedoProvider (@matt-edmondson)

v1.0.8 (patch)

Changes since v1.0.7:

v1.0.7 (patch)

Changes since v1.0.6:

v1.0.7-pre.3 (prerelease)

Changes since v1.0.7-pre.2:

  • Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
  • Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])

v1.0.7-pre.2 (prerelease)

Changes since v1.0.7-pre.1:

v1.0.7-pre.1 (prerelease)

No significant changes detected since v1.0.7.

v1.0.6 (patch)

Changes since v1.0.5:

  • Refactor interfaces to enforce class constraints and update package references (@matt-edmondson)

v1.0.6-pre.4 (prerelease)

Changes since v1.0.6-pre.3:

  • Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])

v1.0.6-pre.3 (prerelease)

Changes since v1.0.6-pre.2:

v1.0.6-pre.2 (prerelease)

Changes since v1.0.6-pre.1:

v1.0.6-pre.1 (prerelease)

No significant changes detected since v1.0.6.

v1.0.5 (patch)

Changes since v1.0.4:

v1.0.4 (patch)

Changes since v1.0.3:

  • Fix using directive placement in NavigationStackTests.cs for consistency with coding standards (@matt-edmondson)
  • Enhance project documentation and metadata (@matt-edmondson)

v1.0.3 (patch)

Changes since v1.0.2:

v1.0.2 (patch)

Changes since v1.0.1:

  • Refactor navigation-related classes for clarity and performance (@matt-edmondson)

v1.0.1 (patch)

Changes since v1.0.0:

  • Refactor NavigationStackTests to use INavigation interface instead of INavigationStack. Updated test methods to reflect changes in navigation service implementation, ensuring consistency and improved readability. (@matt-edmondson)
  • Refactor navigation services and contracts to enhance code quality. Updated accessibility modifiers to public for several members, moved using directives inside namespace declarations, and renamed NavigationStack to Navigation for consistency. Improved structure in InMemoryPersistenceProvider, JsonFilePersistenceProvider, and other service files. (@matt-edmondson)
  • Refactor navigation interfaces and models to improve code quality and adhere to coding standards. Updated INavigationStack to INavigation, modified event handlers to use EventHandler pattern, and ensured public accessibility modifiers are applied. Moved using directives inside namespace declarations to comply with IDE0065 rules across multiple files. (@matt-edmondson)

v1.0.0 (major)

  • Enhance coding standards in derived cursor rules and add testing discussion documentation. Updated derived cursor rules to enforce namespace usage for using directives, require explicit accessibility modifiers, and adhere to .NET naming conventions. Included common build error guidelines to improve code quality and maintainability. (@matt-edmondson)
  • Add Directory.Packages.props and global.json for centralized package management and SDK configuration. Update Navigation.Core project to handle nullability with default(T?) in NavigationStack. Modify .specstory to include derived cursor rules backup and add testing procedures discussion documentation. (@matt-edmondson)
  • Add initial implementation of Navigation Stack Library with core features including navigation management, undo/redo support, and persistence. Introduced contracts, models, and services architecture, along with comprehensive documentation and examples. (@matt-edmondson)
  • Initial commit for Navigation (@matt-edmondson)