All Versions
18
Latest Version
Avg Release Cycle
141 days
Latest Release
2065 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    November 30, 2013
    • ๐Ÿ‘Œ Support Pathname in Template#new (#219, kabturek)
    • โž• Add Mapping#templates_for (judofyr)
    • ๐Ÿ‘Œ Support old-style #register (judofyr)
    • โž• Add Handlebars as external template engine (#204, judofyr, jimothyGator)
    • โž• Add org-ruby as external template engine (#207, judofyr, minad)
    • ๐Ÿ“š Documentation typo (#208, elgalu)
  • v2.0.0.beta1 Changes

    July 16, 2013
    • ๐Ÿ“š Documentation typo (#202, chip)
    • ๐Ÿ“š Use YARD for documentation (#189, judofyr)
    • โž• Add Slim as an external template engine (judofyr)
    • โž• Add Tilt.templates_for (#121, judofyr)
    • โž• Add Tilt.current_template (#151, judofyr)
    • Avoid loading all files in tilt.rb (#160, #187, judofyr)
    • Implement lazily required templates classes (#178, #187, judofyr)
    • 0๏ธโƒฃ Move #allows_script and default_mime_type to metadata (#187, judofyr)
    • Introduce Tilt::Mapping (#187, judofyr)
    • ๐Ÿ‘‰ Make template compilation thread-safe (#191, judofyr)
  • v1.4.1 Changes

    May 08, 2013
    • ๐Ÿ‘Œ Support Arrays in pre/postambles (#193, jbwiv)
  • v1.4.0 Changes

    May 01, 2013
    • ๐Ÿ‘ Better encoding support
  • v1.3.7 Changes

    April 09, 2013
    • Erubis: Check for the correct constant (#183, mattwildig)
    • Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
  • v1.3.6 Changes

    March 17, 2013
    • Accept Hash that implements #path as options (#180, lawso017)
    • ๐Ÿ”„ Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
  • v1.3.5 Changes

    March 06, 2013
    • ๐Ÿ›  Fixed extension for PlainTemplate (judofyr)
    • ๐Ÿ‘Œ Improved local variables regexp (#174, razorinc)
    • โž• Added CHANGELOG.md
  • v1.3.4 Changes

    February 28, 2013
    • ๐Ÿ‘Œ Support RDoc 4.0 (#168, judofyr)
    • โž• Add mention of Org-Mode support (#165, aslakknutsen)
    • โž• Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
    • โž• Add PlainTextTemplate (nathanaeljones)
    • Restrict locals to valid variable names (#158, thinkerbot)
    • ๐Ÿ‘ ERB: Improve trim mode support (#156, ssimeonov)
    • โž• Add CSVTemplate (#153, alexgb)
    • โœ‚ Remove special case for 1.9.1 (#147, guilleiguaran)
    • โž• Add allows_script? method to Template (#143, bhollis)
    • 0๏ธโƒฃ Default to using Redcarpet2 (#139, DAddYE)
    • ๐Ÿ‘ Allow File/Tempfile as filenames (#134, jamesotron)
    • โž• Add EtanniTemplate (#131, manveru)
    • ๐Ÿ‘Œ Support RDoc 3.10 (#112, timfel)
    • ๐Ÿšš Always compile templates; remove old source evaluator (rtomayko)
    • ๐Ÿ“œ Less: Options are now being passed to the parser (#106, cowboyd)