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

Use handlebars 1.3.0 on latest master upstream #1

Open
wants to merge 99 commits into
base: master
Choose a base branch
from

Commits on May 27, 2014

  1. Update version to 0.16

    OmarSkalli committed May 27, 2014
    Configuration menu
    Copy the full SHA
    09ea110 View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#98 from Chetane/update-version

    Update version to 0.16
    AlexRiedler committed May 27, 2014
    Configuration menu
    Copy the full SHA
    59d899e View commit details
    Browse the repository at this point in the history
  3. Fix typo in README

    OmarSkalli committed May 27, 2014
    Configuration menu
    Copy the full SHA
    3cc92f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request leshill#99 from Chetane/update-version

    Fix typo in CHANGELOG
    AlexRiedler committed May 27, 2014
    Configuration menu
    Copy the full SHA
    25a69c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. Configuration menu
    Copy the full SHA
    9e8e3f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f6cf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request leshill#101 from langalex/regex_bugfix

    fixes regex matching template names
    AlexRiedler committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    33df24d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dbf88f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. step 1, refactor

    AlexRiedler committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    84a0949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828d46e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef5084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11a53e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32846d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b6bf7f View commit details
    Browse the repository at this point in the history
  7. Fix extension handling.

    AlexRiedler committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    e73b0ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29eea86 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2014

  1. Configuration menu
    Copy the full SHA
    7c3d948 View commit details
    Browse the repository at this point in the history
  2. Release v0.17

    AlexRiedler committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    5f61e04 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

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

Commits on Aug 18, 2014

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

Commits on Sep 8, 2014

  1. Merge pull request leshill#108 from blainekasten/master

    Allows assets to precompile properly in Ruby 1.8
    AlexRiedler committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    66386a7 View commit details
    Browse the repository at this point in the history
  2. Update version to 0.17.2

    AlexRiedler committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    4950dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e981f View commit details
    Browse the repository at this point in the history
  4. Release v0.18

    AlexRiedler committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    2b90c53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70e3bac View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2014

  1. Register extension on Sprockets.

    The `app.assets` instance is `nil` in Rails 4.1.
    dgraham committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    b09f1e3 View commit details
    Browse the repository at this point in the history
  2. Extensions must begin with a period separator.

    Rails 4.1 can't locate the .hbs files without the separator.
    dgraham committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    6fcb5fb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Merge pull request leshill#112 from dgraham/rails-4.1

    Rails 4.1 fixes
    AlexRiedler committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    b4a4744 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Configuration menu
    Copy the full SHA
    59771ba View commit details
    Browse the repository at this point in the history
  2. Release v0.18.1

    Alex Riedler committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    72575e2 View commit details
    Browse the repository at this point in the history
  3. Update minitest to latest.

    Alex Riedler committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    6d6f196 View commit details
    Browse the repository at this point in the history
  4. Update to handlebars v3.0.0

    Alex Riedler committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    084ee4a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. should be asset version.

    Alex Riedler committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    dcf3147 View commit details
    Browse the repository at this point in the history
  2. fix a few things if window is not defined.

    Alex Riedler committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    4343582 View commit details
    Browse the repository at this point in the history
  3. Release v0.19

    Alex Riedler committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    9497c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Fix extension handling error and refactor.

    Alex Riedler committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    b2df60d View commit details
    Browse the repository at this point in the history
  2. Release v0.19.1

    Alex Riedler committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    4871883 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2015

  1. Fix some issues with dependencies.

    Alex Riedler committed Feb 22, 2015
    Configuration menu
    Copy the full SHA
    128ee0c View commit details
    Browse the repository at this point in the history
  2. Release v0.19.2

    Alex Riedler committed Feb 22, 2015
    Configuration menu
    Copy the full SHA
    7d8cae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Add window workaround for compiler context.

    Alex Riedler committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    e1102a7 View commit details
    Browse the repository at this point in the history
  2. Release v0.20

    Alex Riedler committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    ee873f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Release v0.20.1

    Alex Riedler committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    1cf5256 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Add chomp for partials

    Andrew committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c5306b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c9884 View commit details
    Browse the repository at this point in the history
  3. Merge pull request leshill#124 from seomoz/chomp_underscore_option

    Add chomp underscore flag for partials
    AlexRiedler committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e86b735 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. relax sprockets dependency

    rounders committed May 8, 2015
    Configuration menu
    Copy the full SHA
    ca0a578 View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#128 from rounders/master

    relax sprockets dependency
    AlexRiedler committed May 8, 2015
    Configuration menu
    Copy the full SHA
    0a9357a View commit details
    Browse the repository at this point in the history
  3. Release v0.20.2

    Alex Riedler committed May 8, 2015
    Configuration menu
    Copy the full SHA
    d2f1006 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Update handlebars to v4.0.2

    Alex Riedler committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    4ef0ac4 View commit details
    Browse the repository at this point in the history
  2. Bump version.

    Alex Riedler committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    3a50c94 View commit details
    Browse the repository at this point in the history
  3. Missing requires needed for tests.

    Alex Riedler committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    a07cc3b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Update to Handlebars v4.0.5

    Alex Riedler committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    53443fa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Sprockets 4 support

    tjgrathwell committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    b08c93c View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#135 from tjgrathwell/sprockets4

    Sprockets 4 support
    AlexRiedler committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    50ebc8b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Add Apprails for testing multiple versions.

    Alex Riedler committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    5dc1fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5df919 View commit details
    Browse the repository at this point in the history
  3. Cleanup for next release, fix issues with Sprockets 3.x, slimbars + h…

    …amlbars for Sprockets 3.x
    Alex Riedler committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    6abfbfa View commit details
    Browse the repository at this point in the history
  4. Handle when asset compilation is off in rails.

    Alex Riedler committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    f717415 View commit details
    Browse the repository at this point in the history
  5. Only load if asset compilation is enabled.

    Alex Riedler committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    a579164 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Fix Railties typo in gemspec

    zorbash committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    fd29451 View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#147 from Zorbash/gemspec_typo

    Fix Railties typo in gemspec
    AlexRiedler committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    03cb3ed View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Release v0.23.0

    Alex Riedler committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    2001056 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Update CHANGELOG.md for v0.23.0

    Alex Riedler committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    f7779a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Fixes a bug that was preventing Rails app startup

    Error was:
    
    ```
    'method_missing': undefined method `assets' for #<Rails::Engine::Configuration:0x007fca48b60e58> (NoMethodError)
    from handlebars_assets/lib/handlebars_assets/engine.rb:5:in 'block in <class:Engine>'
    ```
    disbelief committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    70a738c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Merge pull request leshill#151 from disbelief/bugfix-engine-config-as…

    …sets
    
    Fixes a bug that was preventing Rails app startup
    AlexRiedler authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    013c15a View commit details
    Browse the repository at this point in the history
  2. Release 0.23.1

    Alex Riedler committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a76c885 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Remove dependency on json, multi_json

    JSON is built in to ruby since 1.9, and multi_json isn't used.
    jhawthorn committed May 7, 2017
    Configuration menu
    Copy the full SHA
    7a92daa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Merge pull request leshill#158 from jhawthorn/remove_json_deps

    Remove dependency on json, multi_json
    AlexRiedler authored May 8, 2017
    Configuration menu
    Copy the full SHA
    a303ca9 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.23.2

    Alex Riedler committed May 8, 2017
    Configuration menu
    Copy the full SHA
    fb07330 View commit details
    Browse the repository at this point in the history
  3. Update Changelog for v0.23.2.

    Alex Riedler committed May 8, 2017
    Configuration menu
    Copy the full SHA
    a171d6c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Update Handlebars to v4.1.0

    There is a security warning with any version <4.0.13
    https://www.npmjs.com/advisories/755
    mobilutz committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d826c61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#166 from mobilutz/patch-1

    Update Handlebars to v4.1.0
    AlexRiedler authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c9cd643 View commit details
    Browse the repository at this point in the history
  3. Use v4.1.0 as grabbed from main source instead of PR.

    Alex Riedler committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d13421b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

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

Commits on May 31, 2019

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

Commits on Jun 1, 2019

  1. Merge pull request leshill#168 from nickpith/patch-1

    Update handlebars to v4.1.2
    AlexRiedler authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    90b0fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27bc4b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Update CHANGELOG.md

    AlexRiedler committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    8715830 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

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

Commits on Jun 5, 2019

  1. Merge pull request leshill#170 from SrinandanPai/update_change_log

    Corrected 0.23.4 version in CHANGELOG.md
    AlexRiedler authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0000563 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    5011aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7742a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Fixed typo in README

    elainefang committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    dd35c8e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    7c9ac16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d187d92 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    1aeeb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c89bb3 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    AlexRiedler committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9d86ef1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    ed98741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365bd0e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Updating handlebars.js and handlebars.runtime.js to version 4.7.7

    KL079208 authored and KL079208 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a90a00f View commit details
    Browse the repository at this point in the history
  2. Merge pull request leshill#177 from klewis0555/update_handlebars_4.7.7

    Updating handlebars.js and handlebars.runtime.js to version 4.7.7
    AlexRiedler authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1117d94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0582cf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84bd95d View commit details
    Browse the repository at this point in the history
  5. Merge pull request leshill#173 from elainefang/update_readme

    Corrected typo in README.md
    AlexRiedler authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ca7ea77 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Apr 2, 2021

  1. Merge pull request leshill#178 from SrinandanPai/patch-1

    Corrected 0.23.9 version in CHANGELOG.md
    AlexRiedler authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6d5c64d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Bring back handlebars 1.3.0 on latest master upstream

    We need the latest changes for sprockets compatibility, but do not want
    to upgrade handlebars to 4.7.7 yet.
    benjaminwood committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b8b042a View commit details
    Browse the repository at this point in the history