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: sunng87/handlebars-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: sunng87/handlebars-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 14, 2024

  1. docs: fix formatting

    mrnossiom committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e1fd22b View commit details
    Browse the repository at this point in the history
  2. docs: other issue

    mrnossiom committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c10a028 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #668 from mrnossiom/master

    docs: fix code examples formatting
    sunng87 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    84e85fc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 in /playground/www

    Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.76.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f318092 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #671 from sunng87/dependabot/npm_and_yarn/playgrou…

    …nd/www/webpack-5.94.0
    
    chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 in /playground/www
    sunng87 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ecef974 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. implement floating point and string comparisons (#673)

    * implement floating point and string comparisons
    
    fixes #672
    
    * clippy
    lovasoa authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7a99eea View commit details
    Browse the repository at this point in the history
  2. chore: update changelog

    sunng87 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6c51b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ba3eff View commit details
    Browse the repository at this point in the history
Loading