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: v5.1.1
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: v5.1.2
Choose a head ref
  • 19 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    f45c3b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #632 from sunng87/revert-630-fix/turn-off-chain-fi…

    …eld-of-helper-template
    
    Revert "refactor: turn off pub access of chain in HelperTemplate"
    sunng87 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    63c3a4e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. chore: update msrv to 1.72

    sunng87 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6426df0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update lib.rs documentation for escape characters

    Looks like you forgot to update the documentation comment when adding the new escape characters.
    jmt-lab authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e2c1438 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge pull request #634 from jmt-lab/patch-1

    Update lib.rs documentation for escape characters
    sunng87 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    daec45a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Mar 3, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 13, 2024

  1. chore(deps): update heck requirement from 0.4 to 0.5

    ---
    updated-dependencies:
    - dependency-name: heck
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6913f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. chore(deps-dev): bump follow-redirects in /playground/www

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b86a66a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

    …nd/www/follow-redirects-1.15.6
    
    chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /playground/www
    sunng87 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    590f1ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #635 from sunng87/dependabot/cargo/heck-0.5

    chore(deps): update heck requirement from 0.4 to 0.5
    sunng87 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d37613c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. chore(deps-dev): bump webpack-dev-middleware in /playground/www

    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4079121 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #637 from sunng87/dependabot/npm_and_yarn/playgrou…

    …nd/www/webpack-dev-middleware-5.3.4
    
    chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /playground/www
    sunng87 authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dea0ed9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. improve error messages on parse errors

    see sqlpage/SQLPage#275 (comment)
    
    error messages not specifying what the error is make it hard to debug the problem
    
    this also renames some grammar rules to make them easier to understand
    lovasoa committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2a93400 View commit details
    Browse the repository at this point in the history
  2. fmt

    lovasoa committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    231a3f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #638 from lovasoa/better_error_messages

    improve error messages on parse errors
    sunng87 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e1c9ec2 View commit details
    Browse the repository at this point in the history
  4. chore: changelog housekeeping

    sunng87 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3458be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47bc650 View commit details
    Browse the repository at this point in the history
Loading