Skip to content

Releases: PitPik/Schnauzer

v3.0.0

12 Jan 11:58
Compare
Choose a tag to compare
  • New faster parser (2.6 times faster)
  • More compatibility towards Handlebars
  • Cleaner (readable) code
  • Simplified hooks implementation
  • all new and fresh ;)

Faster parsing

29 Dec 10:23
Compare
Choose a tag to compare
  • Optimised regex for more efficient parsing
  • minimal 5x faster (regularly up to 15x faster)

Stable version for blick.js

28 Dec 14:08
Compare
Choose a tag to compare

This version now serves all the needs of blick.js

fixed parents for actives

04 Dec 12:17
Compare
Choose a tag to compare
  • fixes parents in data for use with renderHook
  • minor refactoring

Stable version

29 Oct 14:13
Compare
Choose a tag to compare

Stable version in use with blick.js

Improve active API

23 Jul 13:39
Compare
Choose a tag to compare
  • adjustments to API for active rendering
  • enhanced block partials
  • a bit of cleanup

Better support for "active" API

10 Jul 10:51
Compare
Choose a tag to compare
  • More data for renderHook and loopHelper (track)
  • returned regexps.entity for escapeHtml/escapeExpression
  • optimised rendering
  • fixes @Number
  • flexible inline template
  • added active lock
  • added track to helper functions

New parser

27 Jun 17:48
Compare
Choose a tag to compare

New sequential parser:

  • Allows better variable support
  • Better support for ^ as else, switchTag, etc.
  • Less memory
  • faster
  • Code is better understandable

Faster rendering

18 Jun 22:49
Compare
Choose a tag to compare
  • Some speed updates for rendering (now ~33% faster than HBS)
  • Some internal variable name changes
  • Removes hard-coded {{ }} for partial block detection
  • Better support for in-model-helper-functions
  • Fixes of ^ instead of else; possible path with "this" like ../../this

HBS final functionality; new dynamic engine

15 Jun 14:33
Compare
Choose a tag to compare
  • Added dynamic partials
  • Added block partials
  • new dynamic capturing of data for renderHook, loopHelper
  • Some changes in the API
  • Fixes comments
  • All in all better HBS support
  • Better options support in helper functions