Lines Matching refs:support
4 * Added block code support ([@alephyud](https://github.com/alephyud))
13 …of embedded languages such as Coffee-Script, and deprecated Transformers support in filters - to b…
34 …* Clean up path/fs functions in CLI as we no longer support node@0.6 ([@TimothyGu](https://github.…
75 …* Add support for an object in the style attribute ([@ForbesLindesay](http://www.forbeslindesay.co…
76 …* Add support for an object in the class attribute ([@ForbesLindesay](http://www.forbeslindesay.co…
87 * Fix support for unicode newlines (\u2028, \u2029) ([@rlidwka](https://github.com/rlidwka))
139 …* Updated with to support automatically detecting when a value is "global" and removed redundant `…
205 * No longer support node@0.8 ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
213 …* Stop parsing comments and remove support for conditional comments ([@ForbesLindesay](http://www.…
233 …* Add support for space separated attributes (thanks to [@ForbesLindesay](http://www.forbeslindesa…
285 * add "component.json" for component (runtime) support
299 * add support for 'include' and 'extends' to use paths relative to basedir
390 * add preliminary `each` `else` support. Closes #716
421 * Added package.json __component__ support
422 * Added explicit self-closing tag support. Closes #605
430 * Added preliminary mixin block support. Closes #310
443 * Added data-attr json stringification support. Closes #572
444 * Added unescaped attr support. Closes #198
498 * Added block `append` / `prepend` support. Closes #355
541 * Added `include` block support. Closes #303
546 * Added support for any arbitrary doctype
548 * Added first-class `while` support
549 * Added first-class assignment support
576 * Fixed pug(1) support due to `res.render()` removal
577 * Removed --watch support (use a makefile + watch...)
585 * Added first-class `if`, `unless`, `else` and `else if` support
586 * Added first-class `each` / `for` support
597 * Added `include` support for non-pug files
617 * Added `mixin` support
618 * Added `include` support
619 * Added array support for the class attribute
629 * Fixed empty strings support. Closes #223
648 * Added attribute interpolation support
657 * Removed attribute ":" support, use "=" (option for ':' coming soon)
695 * Fixed support for quoted attribute keys ex `rss("xmlns:atom"="atom")`
705 * Fixed `support/compile.js` to exclude browser js in node
711 * Added AST-filter support back in the form of `<tag>[attrs]<:><block>`
728 * Removed `${}` interpolation support, use `#{}`
738 * Added client-side browser support via `make pug.js` and `make pug.min.js`.
754 * Added pug(1) stdio support
768 * Added pipe-less text support with immediate ".". Closes #157
769 * Fixed object support in attrs
770 * Fixed array support for attrs
780 * Added markdown, discount, and markdown-js support to `:markdown`. Closes #160
786 * Added `pre` pipe-less text support (and auto-escaping)
791 * Added block-expansion support. Closes #74
792 * Added support for multi-line attrs without commas. Closes #65
803 …* Added pipe-less text support. Tags that only accept text nodes (`script`, `textarea`, etc) do no…
806 * Added conditional-comment support. Closes #146
807 * Added block comment support
820 * Added `each` support for Array-like objects [guillermo]
827 * Fixed self-closing col support [guillermo]
866 * Fixed code block support to prevent multiple buffer openings [Jake Luer]
867 * Fixed nested filter support
897 * Added filter attribute support. Closes #79
915 * Added support for arbitrary indentation for single-line comments. Closes #71
921 * Added tab naive support (tabs are converted to a single indent, aka two spaces). Closes #24
922 * Added unbuffered comment support. Closes #62
923 * Added hyphen support for tag names, ex: "fb:foo-bar"
930 * Added single line comment support. Closes #25
938 * Added Buffer support to `render()`
951 * Added support for `pug.renderFile()` to utilize primed cache
961 * Added support for node-discount and markdown-js
964 * Added support for tags to have blocks _and_ text.
973 * Added `- each` support for readable iteration
974 * Added [markdown-js](http://github.com/evilstreak/markdown-js) support (no compilation required)
975 * Removed node-discount support
980 * Added `${}` support for interpolation. Closes #45
981 …* Added support for quoted attr keys: `label("for": 'something')` is allowed (_although not requir…