Skip to content

Releases: podNET-Hungary/PodNet.Blazor.TypedRoutes

v1.0.0

26 Aug 12:19
Compare
Choose a tag to compare

🚀🚀🚀 First release! 🚀🚀🚀

This is the first "stable" release! Read the README on how to use this initial version.

v1.0.0-beta6

23 Jan 13:44
9f67f5f
Compare
Choose a tag to compare
v1.0.0-beta6 Pre-release
Pre-release

Updated list of authors to be consistent throughout podNET packages.

v1.0.0-beta5

23 Jan 12:41
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release

This release contains no new features or fixes.

The sole change is to update the links to point to the repo's new URL.

v1.0.0-beta4

03 Jan 14:21
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release
  • The NuGet package now specifies .NET 8 as a requirement instead of .NET Standard 2.0.
    • This reflects the runtime support more clearly, as even though the code generator runs on .NET Standard 2.0 (in the IDE, like Visual Studio), the generated code depends on the C# 11 feature static abstracts on interfaces, or "generic math", which was introduced in preview with .NET 6 (C# 10) and made GA with .NET 7 (C# 11). If you're using .NET 7, you can still make do with v1.0.0-beta3, but support is ending soon, and you're encouraged to migrate to .NET 8.
  • Moved the common interfaces (IRoutableComponent, INavigableComponent) to a Core assembly that is automatically referenced for compilation and runtime.
    • The analyzer (code generator) is still only referenced by the IDE at design-time, not by the user's app. This enables the user to have pages defined in multiple assemblies and not have conflicting definitions for these symbols.

v1.0.0-beta3

03 Jan 13:39
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

Fixed dashes not being replaced in .razor files.

v1.0.0-beta2: Fix: singular parametered route not generating;

16 Jun 13:06
Compare
Choose a tag to compare

Fixed singular primary route not generating method

v1.0.0-beta1

16 Jun 09:39
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release
Initial version