Sha256: aaf0c61e070d8b6683533d44c4cfb99712525268660e24275bb18fd5efde8eb6
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
=== 1.3.0 (2016-12-29) * Support :capture=>:explicit option in tilt support to use Erubi::CaptureEndEngine (jeremyevans) * Add erubi/capture_end containing Erubi::CaptureEndEngine, allowing <%|= and <%|== for opening capture tags, and <%| for closing capture tags (jeremyevans) === 1.2.1 (2016-11-21) * Don't automatically freeze template text strings on ruby 1.9 or 2.0 (jeremyevans) === 1.2.0 (2016-11-21) * Engine#src now returns a frozen string (jeremyevans) * Automatically freeze template text strings on ruby 2.1+, reducing garbage generated (jeremyevans) * Allow overriding of behavior for <%= and <%== tags (ujifgc) (#1) === 1.1.0 (2016-11-14) * Add :ensure option to supporting restoring bufvar to original value (jeremyevans) * Don't have tilt support require erb (jeremyevans) * Support :engine_class option in tilt support to override engine class used (jeremyevans) * Support :capture option in tilt support to use Erubi::CaptureEngine (jeremyevans) * Add erubi/capture file containing Erubi::CaptureEngine, allowing <%|= and <%|== for capture (and escaping) blocks in templates (jeremyevans) * Raise ArgumentError if template source code contains indicators matched by regexp but not handled (jeremyevans) * Add :bufval option to support arbitrary buffer values (jeremyevans) * Add :regexp option to specify regexp used for scanning (jeremyevans) * Add :src option to specify initial template source (jeremyevans) === 1.0.0 (2016-11-10) * Initial Public Release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erubi-1.3.0 | CHANGELOG |