Skip to content

Releases: gi/tilt-handlebars

2.0.0

03 Feb 08:47
@gi gi
ddb99bb
Compare
Choose a tag to compare
  • Updated engine to Handlebars::Engine.
  • Updated build/deploy to GitHub Actions:
    • test against macos-latest and ubuntu-latest
    • test against tilt 1.x and 2.x
    • test against ruby 2.6, 2.7, 3.0, and 3.1
    • test coverage
    • lint
  • Updated specs/tests to RSpec.
  • Updated readme/documentation.

1.4.0

24 Apr 14:45
Compare
Choose a tag to compare
  • Updated to Tilt 2.0. It should still work with Tilt 1.3.
  • Updated to Handlebars.rb 0.7.0 and Handlebars.js 3.0.
  • Issue #3: Fix "Template engine not found error"

1.3.1

28 Apr 14:23
Compare
Choose a tag to compare
  • Issue #1: Fix uninitialized constant Tilt::HandlebarsTemplate::Pathname. Thank you, @defeated for the patch.

1.3.0

24 Jan 20:23
Compare
Choose a tag to compare

2014 January 24

  • Uses Handlebars.js 1.3.0, and handlebars.rb 0.6.0.

Note: Tilt Handlebars currently uses Tilt 1.4.x, because Sinatra is not yet compatible with Tilt 2.0. Once Sinatra is updated for Tilt 2.0, I'll release a new version of tilt-handlebars. Alternatively, I could break out Sinatra support into a separate gem. If you use Tilt and Tilt Handlebars without Sinatra, and Tilt 2.0 support is important to you, please file an issue to let me know.

1.2.0

30 Sep 14:09
Compare
Choose a tag to compare

This version is recommend for all users, as it brings support for the release version of Handlebars.

  • Updates to handlebars.rb 0.5.0, which brings with it the 1.0.0 release version version of the JavaScript Handlebars, and an updated Ruby Racer (Ruby-JavaScript bridge). Thanks to Yehuda Katz and Charles Lowell for their continued work on Handlebars and Handlebars.rb, respectively.

  • Backwards compatibility note: If you are using automatic partials loading with an absolute path, you must now quote the path. For example:

    {{> "/the/path/to/partial" }}
    

    This is due to changes in the Handlebars parser.

1.1.0

15 Aug 16:56
Compare
Choose a tag to compare
  • Sinatra support
  • Automatic loading of partials

1.0.0

22 Jul 14:49
Compare
Choose a tag to compare

Initial release of Tilt Handlebars