- Use UnboundMethod#bind_call on Ruby 2.7+ for better performance (#380, jeremyevans)
- Add Tilt::Template#freeze_string_literals? for freezing string literals in compiled templates (#301, jeremyevans)
- Use Haml::Template for Tilt::HamlTemplate if available (Haml 6+) (#391, ntkme)
- Deprecate BlueCloth, Less, and Sigil support (#382, jeremyevans)
- Add Template#compiled_path accessor to save compiled template output to file (#369, jeremyevans)
- Add Mapping#unregister to remove registered extensions (#376, jeremyevans)
- Add Mapping#register_pipeline to register template pipelines (#259, jeremyevans)
- Remove Tilt::Dummy (#364, jeremyevans)
- Ensure Mapping#extensions_for returns unique values (#342, mojavelinux)
- Remove opal support, since the the opal API changed (#374, jeremyevans)
- Remove .livescript extension for LiveScript (#374, jeremyevans)
- Set required_ruby_version in gemspec (#371, jeremyevans)
- Fix #extensions_for for RedcarpetTemplate (judofyr)
- Support the new sass-embedded gem (#367, ntkme)
- Add Tilt::EmacsOrg support (#366, hacktivista)
- Improve rendering of BasicObject instances (#348, jeremyevans)
- Fix Ruby 3.0 compatibility (#360, voxik)
- Remove test files from bundled gem (#339, greysteil)
- Fix warning when using yield in templates on ruby 2.7 (#343, jeremyevans)
- Use new ERB API in Ruby 2.6 (#329, koic)
- Support the new sassc gem (#336, jdickey, judofyr)
- Register .tsx for TypeScript (#315, backus)
- Use Haml 5's new API (#312, k0kubun)
- Use correct parser options for CommonMarker (#320, rewritten)
- Suppress warnings when no locals are used (#304, amatsuda)
- Haml: Accept
outvar
(#317, k0kubun)
- Do not modify BasicObject during template compilation on ruby 2.0+ (#309, jeremyevans)
-
Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
-
Add support for Sigil (#302, winebarrel)
-
Add support for Erubi (#308, jeremyevans)
-
Add support for options in Liquid (#298, #299, laCour)
-
Always sort locals by strings (#307, jeremyevans)
-
Fix test warnings (#305, amatsuda)
-
Fix indentation (#293, yui-knk)
-
Use SVG badges in README (#294, vasinov)
-
Fix typo and trailing space (#295, #296, karloescota)
- Add support for reST using Pandoc (#284, mfenner)
- Make lazy loading thread-safe; remove warning (judofyr)
- Fix regression in BuilderTemplate (#283, judofyr)
- Add Pandoc support (#276, jmuheim)
- Add CommonMark support (#282, raphink)
- Add TypeScript support (#278, nghitran)
- Work with frozen string literal (#274, jeremyevans)
- Add MIME type for Babel (#273, SaitoWu)
- Pass options to Redcarpet (#250, hughbien)
- Haml: Improve error message on frozen self (judofyr)
- Add basic support for Babel (judofyr)
- Add support for .litcoffee (#243, judofyr, mr-vinn)
- Document Tilt::Cache (#266, tommay)
- Sort local keys for better caching (#257, jeremyevans)
- Add more CSV options (#256, Juanmcuello)
- Add Prawn template (kematzy)
- Improve cache-miss performance in Tilt::Cache (#251, tommay)
- Add man page (#241, josephholsten)
- Support YAML/JSON data in bin/tilt (#241, josephholsten)
- Fix Tilt::Mapping bug in Ruby 2.1.0 (9589652c569760298f2647f7a0f9ed4f85129f20)
- Fix
tilt --list
(#223, Achrome) - Fix circular require (#221, amarshall)
- 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)
- 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)
- Move #allows_script and default_mime_type to metadata (#187, judofyr)
- Introduce Tilt::Mapping (#187, judofyr)
- Make template compilation thread-safe (#191, judofyr)
- Support Arrays in pre/postambles (#193, jbwiv)
- Better encoding support
- Erubis: Check for the correct constant (#183, mattwildig)
- Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
- Accept Hash that implements #path as options (#180, lawso017)
- Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
- Fixed extension for PlainTemplate (judofyr)
- Improved local variables regexp (#174, razorinc)
- Added CHANGELOG.md
- 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)
- 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)