swig v1.0.0-pre2 Release Notes

Release Date: 2013-08-18 // almost 11 years ago
    • ๐Ÿ”„ Changed Binary: Allow --method-name to be a shortcut for --wrap-start var setting.
    • ๐Ÿ”„ Changed Make reverse filter an alias for sort(true).
    • โž• Added Allow asyncronous compileFile and renderFile operations. gh-283
    • โž• Added Filter: sort.
    • โž• Added Allow {% end[tag] tokens... %}. gh-278
    • โž• Added Built source map for minified browser source.
    • โž• Added Contextual support for object method calls. gh-275
    • โž• Added parser.on('start'|'end'... options. gh-274
    • โž• Added Allow object prototypal inheritance. gh-273
    • ๐Ÿ›  Fixed Prevent circular extends. gh-282
    • ๐Ÿ›  Fixed Throw an error if reserved word is used as var. gh-276
    • ๐Ÿ›  Fixed Add filename to errors if possible. gh-280
    • ๐Ÿ›  Fixed Filters work over arrays/objects if possible. gh-259
    • ๐Ÿ›  Fixed Allow {% parent %} to work in middle parent templates. gh-277
    • ๐Ÿ›  Fixed Allow newlines in tags/vars/comments. gh-272