Releases: mquandalle/meteor-jade
Releases · mquandalle/meteor-jade
v0.3.0
- Remove deprecated
:markdown
filter
- Fix
+markdown
support #13 #55
- Support block of texts using the jade “dot notation”
v0.2.9
- Support JavaScript string expressions #68
- Support multilines components with parenthesis #79
- Support parentheses in component text attribute #85
- Fix
Template.dynamic
#75
v0.2.8
requires Meteor 9.1
- Support non-standard tags #61
- Clean the output in case of a syntax error #67
- Update the code generated to instanciate templates
- Update the leaderboard example #72 #73
v0.2.7
requires Meteor 0.9
- Deprecate markdown server-side filter (this will be handled by meteor server-side rendering when available)
- Modifications for the new packaging system
v0.2.6
- Drop support for
.html.jade
extension
- Bugfix: Body template runtime error #50
- Bugfix: Empty tag argument exception
v0.2.5
requires Meteor 0.8.3
- Interpose a new line between component children #44
- Optimize arrays in the generated javascript
- Special case for
<textarea>
handling
v0.2.4
- Support the
!{ jade }
syntax for unescaped HTML insertion #36
- Bugfix: lexer exception introduced in v0.2.3 #35
v0.2.3
- Interpose a new line between tag children #29
- Bugfix:
iframe
parsing #33
v0.2.2
requires Meteor 0.8.1
- Deprecate
.html.jade
extension. Always use .jade
, there is no more load order issue
- Bugfix: support for optional brackets wrapping component arguments #22
- Bugfix: dynamic helper with the
$dyn
keyword #24
v0.2.1
- Introduce a new method for testing
- Bugfix: user components with keyword arguments #19