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: haml/haml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: haml/haml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 15 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 23, 2022

  1. Update references that may be obsolete

    Sorry, I don't have bandwidth to make this perfect immediately.
    If you want to resurrect some contents, please file a pull request.
    
    However, removing Haml helpers was intentional in Haml 6. Mentions of
    helpers are not supposed to be resurrected.
    k0kubun committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    83ccbee View commit details
    Browse the repository at this point in the history
  2. Update README about haml CLI

    k0kubun committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c6e3f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Bring back :doc task

    which has been removed at 11bb811
    but still in need for generating a complete set of haml.info docs
    amatsuda committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7727346 View commit details
    Browse the repository at this point in the history
  2. Bring .yardopts back

    which has been removed at 11bb811
    amatsuda committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    f8a96a4 View commit details
    Browse the repository at this point in the history
  3. No such files anymore

    amatsuda committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    80d9b02 View commit details
    Browse the repository at this point in the history
  4. ERB is not Erb

    amatsuda committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6e96b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a716e44 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    9a96492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff918e View commit details
    Browse the repository at this point in the history
  3. Note about BOOLEAN_ATTRIBUTES

    k0kubun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0ab98ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9de23ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4e2bf6 View commit details
    Browse the repository at this point in the history
  6. Some more information for custom filters

    Close #1089
    k0kubun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    dc86d1f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Call escape_once only if not html_safe?

    Close #1088
    
    As to how I implemented this, I didn't want to introduce a private
    method because that'll be also visible in user templates. I didn't
    bother using refinements for this either just yet.
    k0kubun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b55b277 View commit details
    Browse the repository at this point in the history
  2. Version 6.0.2

    k0kubun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fb86181 View commit details
    Browse the repository at this point in the history
Loading