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.4.9

01 Feb 11:30
Compare
Choose a tag to compare
  • Recompile jade files when their name change #199

v0.4.8

26 Dec 22:28
Compare
Choose a tag to compare
  • Fix a critical bug when running meteor build on 0.4.{6,7} #195 (again)

v0.4.7

26 Dec 22:28
Compare
Choose a tag to compare
  • Fix a critical bug when running meteor build on 0.4.6 #195

v0.4.6

26 Dec 22:28
Compare
Choose a tag to compare
  • Fix file caching on the new “Batch Plugin” API

v0.4.5

25 Oct 11:19
Compare
Choose a tag to compare
  • Support Meteor 1.2 “Batch Plugin” API

v0.4.4

25 Oct 10:50
Compare
Choose a tag to compare

requires Meteor 1.2

  • Add a missing runtime dependency, blaze
  • Fix Meteor 1.2 compatibility #175

v0.4.3

29 Apr 12:59
Compare
Choose a tag to compare
  • Support body attributes #121
  • Support reactive mustaches in “style” tags #102
  • Fix char reference handling in tag attributes #106

v0.4.2

25 Apr 23:03
Compare
Choose a tag to compare
  • Fix tags support inside “dot-notation” blocks #92 #109

v0.4.1

16 Dec 01:53
Compare
Choose a tag to compare
  • Fix a package dependency issue #104

v0.4.0

15 Dec 20:03
Compare
Choose a tag to compare
  • Split the jade package in two parts jade-compiler and jade (the source handler) so that the compiler can be used by third parties packages (as meteorhacks:ssr).
  • Support the new .tpl.jade source handler for unwrapped jade templates