-
Notifications
You must be signed in to change notification settings - Fork 0
V1.0.0 Release #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
V1.0.0 Release #13
Changes from 54 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
ad5cfec
chore: update versions
AngelMunoz f6266af
Refactor Router and RouteContext for improved modularity
AngelMunoz 6125ffc
Replace ValueTask with CancellableValueTask
AngelMunoz cab1981
Refactor Route module and add cancellation support
AngelMunoz 971c89e
chore: run fantomas
AngelMunoz 98bff0f
fix: use renamed function
AngelMunoz 1538026
fix: ensure the dictionary is not null (Some null) when coming from C#
AngelMunoz ef64065
Refactor navigation to handle cancellation tokens
AngelMunoz f507b90
chore: set language version to preview
AngelMunoz 23258aa
chore: bump version
AngelMunoz 266d3cd
docs: update docs
AngelMunoz 0171412
docs: update router to use async activation and deactivation
AngelMunoz 1c8aabe
chore: update CI configs
AngelMunoz 3cc82b5
chore: remove unneded parens
AngelMunoz 4fc2519
feature: make redirection work after the refactor
AngelMunoz 16eda00
bump version
AngelMunoz 95afc41
chore: update CI
AngelMunoz 45aa80e
.
AngelMunoz b4ebcc3
chore: update fsproj files
AngelMunoz 2fc84bd
feat: add new Navs.Terminal.Gui library under the umbrella
AngelMunoz 8ec742a
refactor: remove unused history stuf, will revisit later
AngelMunoz 451ab98
feat: fix nullability warnings in Navs.Avalonia
AngelMunoz 9fc3b36
samples: add TGUI sample
AngelMunoz 0f3bd64
feat: add missing outlet
AngelMunoz acd41e8
chore: run fantomas
AngelMunoz 020bcce
chore: add debug targets for TGUI sample
AngelMunoz 1678180
chore: bump version
AngelMunoz 89ad8cf
docs: add Navs.Terminal.Gui wip
AngelMunoz 200ff8f
chore: update devcontainer settings
AngelMunoz bc32c71
feat: add convenience methods and fns to get query params
AngelMunoz bcb20a9
chore: run fantomas
AngelMunoz 9db5261
chore: bump version
AngelMunoz 9b14290
docs: update docs to reflect changes introduced in rc 005
AngelMunoz 704d751
docs: enable build from vnext
AngelMunoz 45fc8ef
docs: update index docs
AngelMunoz 5dc5e6c
Merge branch 'vnext' of github.com:AngelMunoz/Navs into vnext
AngelMunoz 3d44c26
chore: attempt to fix docs generation
AngelMunoz d6aceeb
chore(projects): update Avalonia and NXUI package versions
AngelMunoz 4f776ee
bump version
AngelMunoz bc8eb37
chore: update tool versions and enable nullable types
AngelMunoz 68f3d51
Merge branch 'vnext' of github.com:AngelMunoz/Navs into vnext
AngelMunoz dae4866
feat(logging): add logging support to router implementations
AngelMunoz 3675cff
feat(router): add logging capabilities to navigation
AngelMunoz 0efc651
samples(Routerish): add console logging to Program.fs
AngelMunoz 8d82403
feat(samples): add NxuiDeclarative project and build task
AngelMunoz 0560cb7
fix(routes): ensure all route handlers return Control type
AngelMunoz 369da11
feat(routes): enhance route definitions and add guard types
AngelMunoz 9913e4d
samples(csharptoo): handle null routeParams in NavigateByName
AngelMunoz f4db4e0
samples: fix samples
AngelMunoz d58c622
feat(routes): enhance Routes and RouterOutlet initialization
AngelMunoz cee0838
chore: bump version
AngelMunoz 6c0236b
chore: bump avalonia dependency version
AngelMunoz e99d44d
chore: bump version
AngelMunoz fe0b96c
chore: upgrade dependencies and migrate to central package management…
AngelMunoz c9ea8b6
chore: modernize workflows
AngelMunoz 7b2396e
fix: address review findings - dispose ordering, redirect cycle/depth…
AngelMunoz 9c8d3b5
refactor: rename maxRedirectDepth to maxCyclicRedirects, fix xmldoc
AngelMunoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <Solution> | ||
| <Folder Name="/src/"> | ||
| <Project Path="src/Navs.Avalonia/Navs.Avalonia.fsproj" /> | ||
| <Project Path="src/Navs.FuncUI/Navs.FuncUI.fsproj" /> | ||
| <Project Path="src/Navs.Terminal.Gui/Navs.Terminal.Gui.fsproj" /> | ||
| <Project Path="src/Navs/Navs.fsproj" /> | ||
| <Project Path="src/UrlTemplates/UrlTemplates.fsproj" /> | ||
| <Project Path="src/Navs.Tests/Navs.Tests.fsproj" /> | ||
| <Project Path="src/UrlTemplates.Tests/UrlTemplates.Tests.fsproj" /> | ||
| </Folder> | ||
| </Solution> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.