Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: mquandalle/meteor-jade

v0.3.0

21 Nov 18:02
Compare
Choose a tag to compare
  • Remove deprecated :markdown filter
  • Fix +markdown support #13 #55
  • Support block of texts using the jade “dot notation”

v0.2.9

12 Nov 15:14
Compare
Choose a tag to compare
  • 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

28 Sep 00:08
Compare
Choose a tag to compare

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

02 Sep 17:44
Compare
Choose a tag to compare

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

29 Jul 23:58
Compare
Choose a tag to compare
  • Drop support for .html.jade extension
  • Bugfix: Body template runtime error #50
  • Bugfix: Empty tag argument exception

v0.2.5

29 Jul 22:34
Compare
Choose a tag to compare

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

26 May 13:52
Compare
Choose a tag to compare
  • Support the !{ jade } syntax for unescaped HTML insertion #36
  • Bugfix: lexer exception introduced in v0.2.3 #35

v0.2.3

22 May 08:23
Compare
Choose a tag to compare
  • Interpose a new line between tag children #29
  • Bugfix: iframe parsing #33

v0.2.2

30 Apr 23:04
Compare
Choose a tag to compare

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

31 Mar 13:42
Compare
Choose a tag to compare
  • Introduce a new method for testing
  • Bugfix: user components with keyword arguments #19