swig v1.0.0-rc1 Release Notes

Release Date: 2013-08-28 // over 10 years ago
    • โž• Added include tag now accepts only (and is preferred, if possible). gh-240
    • โž• Added swig.version and -v to cli
    • ๐Ÿ”„ Changed Deprecated raw filter. Use safe.
    • ๐Ÿ”„ Changed Allow import and macro tags to be outside of blocks. gh-299
    • ๐Ÿ”„ Changed Don't escape macro output. gh-297
    • ๐Ÿ”„ Changed (Custom) Filters can be marked as safe to disable auto-escaping. gh-294
    • ๐Ÿ›  Fixed {% for k,v ... %} tag syntax assigned variables backwards.
    • ๐Ÿ›  Fixed Filters being applied to empty functions throwing errors. gh-296
    • ๐Ÿ›  Fixed include paths on windows. gh-295