Skip to content
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

refactor: update serialization namespace #24

Merged
merged 6 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. refactor: update serialization namespace

    The namespace for the serialization classes has been updated from `Htmxor.Configuration.Serialization` to `Htmxor.Serialization`. This change affects multiple files including `HtmxHeadOutlet.cs`, `HtmxResponse.cs`, and `HtmxJsonSerializerContext.cs`.
    tanczosm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c1beecf View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    0987247 View commit details
    Browse the repository at this point in the history
  2. refactor: remove unused serialization import in HtmxConfig

    Removed an unnecessary import from the HtmxConfig file, specifically the Configuration.Serialization namespace which was not being used. This helps to keep the codebase clean and efficient.
    tanczosm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    af8b30e View commit details
    Browse the repository at this point in the history
  3. refactor: remove unused import in _Imports.razor

    Removed the unnecessary Htmxor.Configuration import from the _Imports.razor file in the HtmxBlazorSSR project. This simplifies the code and reduces dependencies.
    tanczosm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cc75f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a1bedd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e8b09a View commit details
    Browse the repository at this point in the history