Meteor Jade Versions Save

The Jade template engine for Meteor/Blaze

v0.4.9

8 years ago
  • Recompile jade files when their name change #199

v0.4.8

8 years ago
  • Fix a critical bug when running meteor build on 0.4.{6,7} #195 (again)

v0.4.7

8 years ago
  • Fix a critical bug when running meteor build on 0.4.6 #195

v0.4.6

8 years ago
  • Fix file caching on the new “Batch Plugin” API

v0.4.5

8 years ago
  • Support Meteor 1.2 “Batch Plugin” API

v0.4.4

8 years ago

requires Meteor 1.2

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

v0.4.3

9 years ago
  • Support body attributes #121
  • Support reactive mustaches in “style” tags #102
  • Fix char reference handling in tag attributes #106

v0.4.2

9 years ago
  • Fix tags support inside “dot-notation” blocks #92 #109

v0.4.1

9 years ago
  • Fix a package dependency issue #104

v0.4.0

9 years ago
  • 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