Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lambda-fairy/maud Loading
base: v0.25.0
Choose a base ref
...
head repository: lambda-fairy/maud Loading
compare: v0.26.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 8 contributors

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca7b93c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    1ab01cc View commit details
    Browse the repository at this point in the history
  2. Impl Render for Arc<Render> (#380)

    * Arc
    
    * Changelog
    imbolc committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b7e5768 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Fix #382 (#383)

    * Properly group splice expressions
    
    * Add test for fix
    mattfbacon committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    79259ab View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    0d4d194 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    811c740 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    bfc3a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cfde5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Accept literals in attribute names (#396)

    * Accept literals in attribute names
    
    * Accept literals in attribute names
    
    * Propper handling of literals in name_to_string()
    RedPhoenixQ committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8c47208 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Upgrade to syn 2.0.0 (#400)

    * Upgrade syn
    
    * Disable proc-macro-error syn 1.0.0 dependency
    
    * Update docs lockfile
    sgued committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    8318963 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Support axum v0.7 through axum-core v0.4 and http v1 (#401)

    * chore: bump `axum-core` for use with new `axum` 0.7 release
    
    * chore: bump doctest axum too
    
    * chore: update changelog
    
    * chore: fix changelog
    
    * fix: doctest
    
    * fix: import right resp type
    
    * fix: bump http as well
    
    * fix: doctest
    
    * Update CHANGELOG.md
    vidhanio committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d3b8711 View commit details
    Browse the repository at this point in the history
  2. Update rocket support to v0.5 (#406)

    * update rocket support to v0.5
    
    * added rocket upgrade to CHANGELOG.md
    
    * fix documentation code for rocket v0.5
    
    ---------
    
    Co-authored-by: Chris Wong <[email protected]>
    SenojLuap and lambda-fairy committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0de60b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Parse many literals along side idents in names (#398)

    * Parse many literals along side idents in names
    
    * Accept ints as literals
    
    We will not accept floats because `123.123` is a float literal,
    but `123 .123` is a int literal followed by a class called `123`.
    This could be confusing so it will not be accepted.
    
    Ints can have leading zeros, like `0123`, but this is not guarranteed by
    the rust compiler to always work, which could cause future errors.
    An example would be truncating `001` to `1`.
    
    * Limit accepted literals using existing function
    
    * Update error output for non-string-literal
    
    * Test output of ints with specified type
    
    This outputs exactly what is written, which is the obvious behaviour
    
    * Use nightly version to generate output
    
    Previous verison was not using nightly, causing errors in the automated
    test that are using nightly
    
    * Replace "byte_string" with "raw_string" in test
    
    ---------
    
    Co-authored-by: Chris Wong <[email protected]>
    RedPhoenixQ and lambda-fairy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b3a98c9 View commit details
    Browse the repository at this point in the history
  2. Warp Integration: Yet another web framework support (#404)

    * Add warp integration.
    
    * Add warp to docs
    
    * Update changelog
    
    * Please the mighty rustfmt \o/
    
    * Enable warp feature in doctest
    
    ---------
    
    Co-authored-by: Chris Wong <[email protected]>
    thatguydoru and lambda-fairy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    320add8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    26a9d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Release 0.26.0 (#417)

    lambda-fairy committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6e50e67 View commit details
    Browse the repository at this point in the history
Loading