Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pug

A powerful templating engine for node.js and the browser
Collective - Host: opensource - https://opencollective.com/pug - Code: https://github.com/pugjs/pug

Fixed try/catch issue with renderFile(). Closes #227

github.com/pugjs/pug - 29b661053e82dfe3fe902394b19e5c038ff0223a authored over 13 years ago
Merge branch 'master' of github.com:visionmedia/jade

github.com/pugjs/pug - d1d2c276c2ef759688de7532a592d0ea6065e0c5 authored over 13 years ago
updated readme

github.com/pugjs/pug - 237380d9a4f7a9083edad62c61937842343567da authored over 13 years ago
Removed attribute ":" support, use "="

github.com/pugjs/pug - f97e03793d486d22e65758ed6f1778329432acd6 authored over 13 years ago
Merge pull request #219 from masylum/patch-1

fix for `compile`

github.com/pugjs/pug - bab2d5a2dc5d342e0c83de3294c7d058ad38c00f authored almost 14 years ago
fix for `compile`

github.com/pugjs/pug - 5e8717bf79815b9c19bf67cb22b431c5a8b5b5ce authored almost 14 years ago
Release 0.11.0

github.com/pugjs/pug - 02f6fa456fb6866f7646131ad2ec406fe87ddabc authored almost 14 years ago
misc refactoring of bm script

github.com/pugjs/pug - 3a957efa46f7de1dfea91ac09c7ed6d7e5ae2ed0 authored almost 14 years ago
fix cols

github.com/pugjs/pug - 90811681a5b2c51631afb251dfebcdd5ce531ada authored almost 14 years ago
Merge pull request #217 from masylum/master

Optional `self` object to avoid poor `with` performance

github.com/pugjs/pug - 5a4cba97bd52aa0eba35b0f7b5b8e020db12bdf4 authored almost 14 years ago
Optional `self` object to avoid poor `with` performance

github.com/pugjs/pug - 2b979517810049507d9f5a1159f51b825cb11eaa authored almost 14 years ago
removed HTML test

lets just assume people are not crazy :D

github.com/pugjs/pug - db3f8f7cde58a41c8fbc538253e639965d54dbfe authored almost 14 years ago
refactored previous commits

github.com/pugjs/pug - 9a2057fc6bda93b03921dc85761e0ec301a1373d authored almost 14 years ago
Fixed case-sensitive tag name for doctype injection

Signed-off-by: Tj Holowaychuk <[email protected]>

github.com/pugjs/pug - e03e11fda9ffd422c3754c5e43f4fd0ad8fe2d28 authored almost 14 years ago
Removed forceDoctype, changed default doctype

With the forceDoctype option removed, the compiler now gives presedence
to the doctype set in th...

github.com/pugjs/pug - e7f2efbf6d4ec34c90d371b0c3fc8cce7fd69484 authored almost 14 years ago
Added default rendering of doctype declaration

The doctype will now be rendered if missing if the option isTopLevel or
isLayout is set in the o...

github.com/pugjs/pug - 6c115e746b8c759e8e81bac6f551c5bd49049d03 authored almost 14 years ago
Added doctype options to Compiler

The doctype option adds a default doctype to the compiler which can be
overridden by a doctype d...

github.com/pugjs/pug - b7ffb97f882d31febcb53a0c845336cb2046c83f authored almost 14 years ago
Added test assertion for html self-closing tag

Signed-off-by: Tj Holowaychuk <[email protected]>

github.com/pugjs/pug - d7e5f0cd348318b85df722fc3c1785aa4621f31e authored almost 14 years ago
Changed the terse mode assessment

Signed-off-by: Tj Holowaychuk <[email protected]>

github.com/pugjs/pug - 050e37eecd46b552a18a78023fac817b6148bae2 authored almost 14 years ago
Release 0.10.7

github.com/pugjs/pug - 655e60bb9c37661e02d8e6add9890a2f5d8b0ef5 authored almost 14 years ago
expose Parser

github.com/pugjs/pug - 1c2a1176783f2cdbbec02cd39799c92cad8814e6 authored almost 14 years ago
Thread options into stylus filter

Signed-off-by: Tj Holowaychuk <[email protected]>

github.com/pugjs/pug - 86b3fb378233ec7ebf3aa79d69c5185f1677bed2 authored almost 14 years ago
build

github.com/pugjs/pug - 337e310710f3ed7b3d0a8e95006ad27b453ac763 authored almost 14 years ago
Release 0.10.6

github.com/pugjs/pug - 8bc9f5ec0142abaf8f1d7824451b9fec62a66a13 authored almost 14 years ago
Fixed CS Object.keys() [reported by robholland]

github.com/pugjs/pug - b8c9a49b1ed1938b5b7023a130f86d41170114cf authored almost 14 years ago
link to html2jade

github.com/pugjs/pug - 3d5bd9e3f5d126658f61e72dac1622a66e5d0de4 authored almost 14 years ago
Release 0.10.5

github.com/pugjs/pug - fe392f304f400cb52d433cca185a9e3339995a7e authored almost 14 years ago
Fixed attr strings when containing the opposite quote. Closes 207

github.com/pugjs/pug - b66c7c36460a6fc6ecd46755548a5c7d81916e61 authored almost 14 years ago
add error context after the lineno

no clue why I did not have this before, silly me :D

github.com/pugjs/pug - ef4b11443701b6d705097ec90b618755bff4ce37 authored almost 14 years ago
indicate the lineno with ">"

github.com/pugjs/pug - eee173e287d040963af88efd47ea7fc92abcbb98 authored almost 14 years ago
tweak error reporting output a little

github.com/pugjs/pug - 7532a5cdc3ffded52eda6ee1ca32cfbc83cbb938 authored almost 14 years ago
Fixed attr issue with js expressions within strings

previously "foo {" would fail since the attr state machine is
trying to match }

github.com/pugjs/pug - bdeb8b9fb403123387e020532b401cf5ce8b6604 authored almost 14 years ago
Added Object.keys() for the client-side

github.com/pugjs/pug - 87440c67a80777c85dec335da3096afb910334c4 authored almost 14 years ago
updated ejs

github.com/pugjs/pug - 4def3994f9c35e8fbf30920535a55eefd8bcc5db authored almost 14 years ago
block comment doc typo

github.com/pugjs/pug - 1c0dd942b65b8ce804a755e69d6f92e0b85728c7 authored almost 14 years ago
Fixed single-quote filter escape bug. Closes #196

escape quotes _after_ passing to filter

github.com/pugjs/pug - d63a6da4a8c163fba705b90e7adc7317627601b9 authored almost 14 years ago
Release 0.10.4

github.com/pugjs/pug - 8995a0b148feb15b0662ddcf614a389dd07f4989 authored almost 14 years ago
Fixed pre, no longer text-only

duh.. not sure why I did this

github.com/pugjs/pug - 95969e8b3283bbbb63e19d356587dee10613794f authored almost 14 years ago
Added "html" doctype, same as "5"

github.com/pugjs/pug - 6cbaa9ca9fdbb5b8f44b8d612bf1e9d80b6a959e authored almost 14 years ago
Release 0.10.3

github.com/pugjs/pug - 6ee30718ac3060795510efbfadd70aacf6fb76b6 authored almost 14 years ago
Fixed support for quoted attribute keys ex `rss("xmlns:atom"="atom")`

github.com/pugjs/pug - 8162161e04ef9d569f6a13d9b9df19e8c556efb5 authored almost 14 years ago
Release 0.10.2

github.com/pugjs/pug - 37cd0d8fe6eee04eace74bc19ff18366f68435b1 authored almost 14 years ago
textPipe = false -> pipeless = true

github.com/pugjs/pug - c465a34f1007235fcd125f2a01ce44f94b711b4b authored almost 14 years ago
Fixed pipeless text bug with missing outdent

github.com/pugjs/pug - a07eca28b5990baa434ae1dfca0e325174ae8f55 authored almost 14 years ago
removed unused var

github.com/pugjs/pug - 2c9bb4b607df03e4f1f20b30f350c3c963c1212a authored almost 14 years ago
added text EOS issue

github.com/pugjs/pug - 45be2d06868c4e9b56ff72ccc5d9ec59015ff650 authored almost 14 years ago
Release 0.10.1

github.com/pugjs/pug - 9ec358e0f15804c3ddd65450bc38df18ea0e4d87 authored almost 14 years ago
fixed support/compile.js to exclude browser js in node

duhhHHHH

github.com/pugjs/pug - 2dab77276d8e6d9e1639f74a064bd7e2d2b05667 authored almost 14 years ago
misc refactor

github.com/pugjs/pug - 69872e5a448e025231183efe929452c2e6746058 authored almost 14 years ago
moved class: -> "class": replacement to Compiler#visitAttributes()

github.com/pugjs/pug - 1d7780870816d0d60589062ae3a756f31734af74 authored almost 14 years ago
wrap IE stuff in "if browser"

github.com/pugjs/pug - f005a719fb6e2f6a17fafe40eea329345ca0bf65 authored almost 14 years ago
fixes for IE

* `class` is a reserved word
* Object.constructor.name is non-standard javascript
* String.trimL...

github.com/pugjs/pug - eaa62a611cf335b318cd88ec5f422b9d132b50d3 authored almost 14 years ago
Release 0.10.0

github.com/pugjs/pug - 86c72b9f0fc199cb6f4a8036ba8bf8f874d2c51f authored almost 14 years ago
fixed nested-filters example

github.com/pugjs/pug - 81c8b6df20672d19b7416e156010323fa33066c5 authored almost 14 years ago
fixed model example

github.com/pugjs/pug - 9004a789dcf7b915406825dda25b53bc469c3fa8 authored almost 14 years ago
fixed conditionals example

github.com/pugjs/pug - d5fd6811ba876a39d3c054b8f7360d076f738f85 authored almost 14 years ago
Added AST-filter support back

in the form of:

<tag>[attrs]<:><indent>

ex:

conditionals:
if true
p yay
els...

github.com/pugjs/pug - fc4ed8bfb43efb344d641eae9342ab027beaac8c authored almost 14 years ago
Release 0.9.3

github.com/pugjs/pug - 13e7d347b823b002df4735a62ba650a29e30ebac authored almost 14 years ago
Add client-side compatible jade.js and jade.min.js to the repo

github.com/pugjs/pug - 699a3ae92c6d6644920fee9d731dde9edaf12dc9 authored almost 14 years ago
changelog

github.com/pugjs/pug - 87473d4e985e780c9eee336a6dc25539b5bcb659 authored almost 14 years ago
text example

github.com/pugjs/pug - 936de40395dfb98c0860acfc5765f215ba977069 authored almost 14 years ago
Added Block#unshift(node)

github.com/pugjs/pug - a972a597bc4f7a2a7362b84dd1d0f8576726e072 authored almost 14 years ago
fixed tests

github.com/pugjs/pug - b723896f87724087f0281cae039afe3ae169001f authored almost 14 years ago
fixing tests

github.com/pugjs/pug - 240090fef8571301c4a0cd8918353d5f0b9c1f2a authored almost 14 years ago
fixing filter tests

github.com/pugjs/pug - fa833633bf2b67fb3edcb8ac927836d96b36516e authored almost 14 years ago
removed filter pipes in readme

github.com/pugjs/pug - 56b8d6810b28fa2ed5f3b2cafbe33297326d7967 authored almost 14 years ago
Removed need for pipes in filters. Closes #185

filers that act on the AST will need a different syntax

github.com/pugjs/pug - edef39dbc8341d3f377a6527906568e2022a188b authored almost 14 years ago
added attr test with quotes

github.com/pugjs/pug - 4d7f0d92ca851a42cf18d7407d9738495bdb4a21 authored almost 14 years ago
Added stylus submod for testing

github.com/pugjs/pug - 65650e1e8b87feebbb009845ee1ff929eab456af authored almost 14 years ago
Release 0.9.2

github.com/pugjs/pug - eda9d9ac55696df5a8f8d762ce4144571d879f22 authored almost 14 years ago
Added jade --version

github.com/pugjs/pug - ceab59b15cbc48b15ebf503c209c4b9792972e4c authored almost 14 years ago
Removed "${}" interpolation support, use "#{}"

jQuery uses ${} so its annoying for people to
escape this all the time

github.com/pugjs/pug - 0d50ee64441f1f5d342d37cf55fe9d13af451807 authored almost 14 years ago
test for hyphenated attr key without quotes

github.com/pugjs/pug - 499dce2aa1877117dbfca161918509d336ded437 authored almost 14 years ago
Release 0.9.1

github.com/pugjs/pug - 13e48f7dfa108a1343050c2606d66d2dc61e77b2 authored almost 14 years ago
Fixed invalid .map() call due to recent changes

github.com/pugjs/pug - ae3d2c19b150690f13f03bd0c5aa78179f14907f authored almost 14 years ago
Release 0.9.0

github.com/pugjs/pug - 723a9eb1bf1df570b338a065d214d436b3973ac1 authored almost 14 years ago
fixed inheritance typo

github.com/pugjs/pug - 00c4fa59f050b1ae78b28c83fdef63fd29ffa5bd authored almost 14 years ago
Removed Array inheritance for Node (Block / Text)

block.push() / block.nodes
text.push() / text.nodes

instead of the old block[] / text[]

github.com/pugjs/pug - 50cebe85a49192cbdb2286adbb600094c35aca68 authored almost 14 years ago
converting __proto__ for browser support

github.com/pugjs/pug - 8273aff0b94fec18e718455bed17eddd0f333280 authored almost 14 years ago
Added disk usage stats to `make jade.min.js`

github.com/pugjs/pug - 07fa0842ba5d275a0a1c71a1ce4115395f71d5c3 authored almost 14 years ago
removed uglifyjs note

github.com/pugjs/pug - 8395258da304656a79b051f821284ecda8af2725 authored almost 14 years ago
Added .hasOwnProperty() in - each for the client-side

github.com/pugjs/pug - a87b3f4e2a988a173d3526163dc69da2b41a9b8a authored almost 14 years ago
docs for new client-side support

github.com/pugjs/pug - 7bd4b47b9d0564190f7c67df03c8191f246c4874 authored almost 14 years ago
Added client-side support

via:

$ make jade.js
$ make jade.min.js

github.com/pugjs/pug - 04204b1440e68fc0da4c0e39321bcc76b2071d1e authored almost 14 years ago
Release 0.8.9

github.com/pugjs/pug - 6763ce29551ea97d451c0f58e5b1d6816a2ba346 authored almost 14 years ago
Fixed preservation of newlines in text blocks

only really important for pre

github.com/pugjs/pug - a2fa15cc4eadd9dbc03f6749bd2638bd84904ee3 authored almost 14 years ago
Release 0.8.8

github.com/pugjs/pug - dfb74e60dd45be63f3dc980bf4ff5aaa45824ed5 authored almost 14 years ago
Fixed jade(1) stdio

github.com/pugjs/pug - 2da316df6c1e04a63b189537f88fd430a6de3ff0 authored almost 14 years ago
Release 0.8.7

github.com/pugjs/pug - 26c3f25232b2a1e01b02801f13ff93d147f5e882 authored almost 14 years ago
Fixed pipe-less text newlines

github.com/pugjs/pug - 5b883b4411f088735a4a2d96eb38ab6df78459c0 authored almost 14 years ago
fixed the last getter

github.com/pugjs/pug - c83d3b835f29f4337f0e6274e677ac5ca20d2e2b authored almost 14 years ago
removing accessors

github.com/pugjs/pug - bbcd1add3042aaf0503db16c794017f6ef67457f authored almost 14 years ago
misc refactor

github.com/pugjs/pug - 71156ad03185e42b5a0d1f4aacec012a8f4ab57c authored almost 14 years ago
added mkdirs() to jade(1)

github.com/pugjs/pug - dc8b9e77bfeda717187734266d9dd7eeffafba40 authored almost 14 years ago
misc refactoring

github.com/pugjs/pug - b13fd13a5151481220b49e54b65df733df8d87e5 authored almost 14 years ago
Removed the -r (walk) case, so now always walks the subdirectories.

github.com/pugjs/pug - 2b250000b9925bd07a3c397f4887b629d4891ea6 authored almost 14 years ago
Removed watchdir option, now watching whatever is passed or CWD.

github.com/pugjs/pug - 68fdd4d840d894a0f0c68d9401b0e6834fe348c1 authored almost 14 years ago
Changed usage, to reflect changes.

github.com/pugjs/pug - dafc245aaaef94553adf295e649218587db6b6c2 authored almost 14 years ago