Ecosyste.ms: OpenCollective

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

github.com/pugjs/pug

Pug – robust, elegant, feature rich template engine for Node.js
https://github.com/pugjs/pug

Added template inheritance docs

8897d31ed83134fccb352712c3c80020d9bfc66e authored over 13 years ago
include docs

31937ef800f7339b4f92eb955475bac2d9a59df2 authored over 13 years ago
Fixed attributes example

509083d88fca4a849f1fa224c14a24dbc2498913 authored over 13 years ago
Fixed code example

5b54edc9798bdd35bf31e0f52841321a43f77697 authored over 13 years ago
Removed conditionals example

27b7bac329b680176bb3214607aa504f25be0ff4 authored over 13 years ago
Fixed each example

673635d86ddcf9f84d1d6c2cb048d7404f776332 authored over 13 years ago
Refactored form example

3711a66614927c7053ea759511a57bfb4e6c36cc authored over 13 years ago
Fixed form example

db70ad070dfba29a0e24c5c12160196f470a5811 authored over 13 years ago
Fixed includes example

f6924d199882c6e86451262535ca8c179069a63e authored over 13 years ago
Fixed layout example

421594f793a87b93a68f4952787c062f4782b0c9 authored over 13 years ago
Fixed mixins example

171c7ad28944e61b32dba005687cab588f56712d authored over 13 years ago
Fixed whitespace example

35d00d2f431b09596fab153dec618d31bb5be909 authored over 13 years ago
Fixed text example

a37305e935dd9f6634e8fb00c54bd91a32217834 authored over 13 years ago
Fixed rss example

010834448f45bcb1d5733b65de47666812260b32 authored over 13 years ago
added title to extend example

aa400f7616f4d80b33463a45b473c681e4c34d38 authored over 13 years ago
Added extend example

9aa4fd22a075abfbf1afcfc98a4320a5a0fdbb8c authored over 13 years ago
moved error down

ebac409378beca057854c47714ede56b496c2564 authored over 13 years ago
pass options to child Parser instances

46f47996d4cf27d179331a6fee1af5f337553dbf authored over 13 years ago
throw the error when no filename is present

09d2b356da67f39f2a45d3a99696416d63fa4850 authored over 13 years ago
throw when no filename is given to rethrow()

75c1c9a73fdf178696230180a0dc2122b76bee2e authored over 13 years ago
Merge branch 'master' of github.com:visionmedia/jade

c382e1a04175ca8a90b7c14a8e8cac7197610214 authored over 13 years ago
Renamed magic "index" to "$index". Closes #350

e19325114f80b71f5925cc0da61dc7150995aa60 authored over 13 years ago
Merge pull request #348 from davidbanham/patch-1

Fixes:

aeb469eb0692bc6bcab30759b12fda7eda70614f authored over 13 years ago
Fixes:

/bin/sh: Syntax error: redirection unexpected

On OS X and Ubuntu Natty

9fb1cafeed6f8fedee7aee20e0e4cf65202a8c23 authored over 13 years ago
Fixed runtime.js `Array.isArray()` polyfill. Closes #345

2ae93ff832e2e85d310d6f0ae94a791b1d12bdd7 authored over 13 years ago
Make jade's client-side script play nice with RequireJS.

https://github.com/visionmedia/jade/issues/247

a5fd4b0a8cb7bc3cf502acac3882a8a756d87322 authored over 13 years ago
Merge branch 'master' of github.com:visionmedia/jade

3ddc31e4f0dbddcb20763b29803a59983f3720c6 authored over 13 years ago
Added 'uglifyjs' as an explicit devDependency.

ce0fa62a8454655a6c59a45285f73daec10945be authored over 13 years ago
Added 'type="text/css"' to the style tags generated by filters.

419827cb48de514361b97a29ce6280749ffc974a authored over 13 years ago
Expose Lexer

4b0baefc224b2188e94570dc6d032c705a39f2a9 authored over 13 years ago
Merge pull request #338 from mlazarov/patch-1

Edited package.json via GitHub

9b028bae396883df4d5beb7ac3d8eb7a10d1d313 authored over 13 years ago
Edited package.json via GitHub

ac9b382a1811c392945f82a2681e984f4b67567f authored over 13 years ago
misc refactoring

3a60d2765847b6f7cc60053e43d184a385ae37cf authored over 13 years ago
Fixed: set .filename option in jade(1) when passing filenames

4467f1c66a2257b49ae9e7f5e4773ec895ce58e8 authored over 13 years ago
Updated readme to show that you can use --path over stdio

a0370c306df8ba173ff17a0fa8ecf753b328b81b authored over 13 years ago
Added -p, --path <path> flag to jade(1)

c8eb94d6aa7838c6be98493b6d77a4b0e7781afd authored over 13 years ago
Added support for any arbitrary doctype

098eebec437138fc63af911f3b2f96583b73f09f authored over 13 years ago
Fixed `jade.render()` (typo)

a1bd613402e90d750025045e5985981ee155cf99 authored over 13 years ago
docs

e3ddc344d0c593c9759268080030c10a269c7322 authored over 13 years ago
more tests

47a615cdd25139f2ec78f61dd01fec26dde9dce8 authored over 13 years ago
misc refactoring

f730fb7a63e3b226007e1dfb52463f1b8dfeaa35 authored over 13 years ago
Added `jade.render(str[,options], fn)` back

17d834c03b60c1f77ab2ade63eb6c11d19fad8b7 authored over 13 years ago
Fixed `Object.keys()` polyfill typo. Closes #331

ddf9783f40288a99d5fc123bc60484087d6ce6d7 authored over 13 years ago
Added first-class `while` support

n = 5
while n--
p whatever

f79423ab35d943cce091ae2debbaf77d054f8efa authored over 13 years ago
Added first-class assignment support

a(href="#")= user.name

etc is a tag, whereas:

n = 5
- while (n--)
p stuff

is no...

010992213c943bc19aa007b8d753bed9e26f5f5d authored over 13 years ago
Fixed - else bug introduced with new error context stack

df6845e6fb600efa69509940c9eeebaf88ab4544 authored over 13 years ago
typo

c74ad7eecff32d225decddbe69240345a3683b71 authored over 13 years ago
Fixed js error reporting

6fb04a96357120aae021d8aa66ae64a489a711fe authored over 13 years ago
no need for __.input

c0f373d467bc9ebede53243ad434fc180e582fc8 authored over 13 years ago
fixing js error reporting support

9141b62479317d2bc65360a90774f06fb6df2f23 authored over 13 years ago
gray debug output

4f2e368e749c14320b2fcd362588edbcb58ec6f3 authored over 13 years ago
removed broken error handling

faecd8af01f54a9f8f2ddb4e6eaa32c12a19f4e8 authored over 13 years ago
removed old cache object

c887fda7d3353fcfea2300b0f6e65822c2385e18 authored over 13 years ago
Fixed error reporting for inheritance. Closes #326

26323d4a64ef7a3d12ae9cd41e36624dc4390199 authored over 13 years ago
Fixed `include` error context

4d9c72ff3f7645524c79bd8940ffbfe4b02d874b authored over 13 years ago
Added basic inheritance support via `extends` / `block`. Closes #242

f48ceae15812b3d9d327fbb32197edad2221789a authored over 13 years ago
typo. Closes #321

012304655c7b793daacab3941be1204c7a773d97 authored over 13 years ago
Release 0.15.4

7221444b2fd4496832c0489b0b2cd40f60df763c authored over 13 years ago
Fixed script template html. Closes #316

9f7f1434d4438ce1aa0f50a23f0508d736e4e823 authored over 13 years ago
Revert "Fixed script() tag with trailing ".". Closes #314"

This reverts commit 6d805aa91e1e92bdf8beb9127ded6e0d63bf5dbe.

6d7e4736987387dda7b855e42d8f9297c64f1d8f authored over 13 years ago
Release 0.15.3

6805325a37dbd26e8261a3e34adfbf37b35b6644 authored over 13 years ago
Fixed script() tag with trailing ".". Closes #314

6d805aa91e1e92bdf8beb9127ded6e0d63bf5dbe authored over 13 years ago
docs

5283b4f6f3b493359bb7a0f3c5c62a7effad8b6f authored over 13 years ago
Added Makefile example. Closes #312

fcec60f84cafa825d43cae4802626407e1b6ab06 authored over 13 years ago
typo

8c0ef4c938e582ef388cacd2d1e56fbdfc0a8af3 authored over 13 years ago
rebuild

1699c2887fa5e31133c520207664efffa9ed359e authored over 13 years ago
Release 0.15.2

80fa3e6dd76b435e7af6db1ef28a8f751b00d483 authored over 13 years ago
Fixed new conditional boundaries. Closes #307

a1dbebd53ac1f2a7a00b2b64d91bb4f8fb67e474 authored over 13 years ago
Release 0.15.1

21096beba885ff7d8430e885d8be163ff74fc14f authored over 13 years ago
added jade(1) --out support back

7e5ee149292201d28c829cfa4e6b44df23de0a8c authored over 13 years ago
docs

0db8f01c44c8666a5f05b76b9c90b9b285991db3 authored over 13 years ago
added back options support to jade(1)

1413e7e8bc4a2018de9f3c47ab7b6e61760d013d authored over 13 years ago
fixed jade(1) rendering of files and dirs. Closes #306

a1c60bc3adea0c04cb58c6f92a55828a9ef4a228 authored over 13 years ago
fixed jade(1) stdin

38fc7b449dddbcbe361074cc4238f716543af53d authored over 13 years ago
jade(1) examples

19ca1f295763d3d6917a9b8ba6cc9411cccf39b5 authored over 13 years ago
Removed --watch support (use a makefile....)

09b7abcf7d7c487a4492fb54e2a3f3eb8c1810e2 authored over 13 years ago
Added commander dep

7cbe8fd3da1a6e0bbfb0a9ebe211a873f32cbb41 authored over 13 years ago
Release 0.15.0

81baa3ced842851aeb078187d3c4c3c910e1f982 authored over 13 years ago
rebuild

3cfc3f1a73b627ec45b83adef3c1d2c269ae8dc7 authored over 13 years ago
docs

3bf3612b271fc7c565d1f8360a7d9790d00d1604 authored over 13 years ago
Added `client` option to reference runtime helpers

a22ce629690576ceb0f764780d0bf3b0baf78802 authored over 13 years ago
Removed `Parser#debug()`

5ea12ef913e344053e116b8758452c9ed495d44c authored over 13 years ago
fixed a test since "if" is already supported

b3f4c1d83fe4345b5e958308095b21f89b917a25 authored over 13 years ago
test indentation

efe487485f44d8b339bd617ac75d377a7a85811b authored over 13 years ago
test indentation

1861b1082bd81ae32ab277c4aafc7fe12da46c50 authored over 13 years ago
Merge branch 'remove-inlining'

8b4562d5652b72b430c789127103dc287f37e157 authored over 13 years ago
Removed `jade.render()` and `jade.renderFile()`

these are basically just lame sugar on `jade.compile()`
which is ultimately much more flexible, ...

34966f60f73b8b7dec709fb9396e50613b977db2 authored over 13 years ago
fixed `jade.render()`

54f034136d5cbfe78e2b059a190bc318c6faebc2 authored over 13 years ago
Removed `inline` support

a29568cec438dac4cc82f5f977af94a9f57e5490 authored over 13 years ago
Removed docs for `inline` option`

74583ae74178c04943e84a02a7930d3cd8bea331 authored over 13 years ago
docs

d1818784fa1b8d0e33940aca3b87dd6879126376 authored over 13 years ago
Fixed runtime.js `escape()` bug causing window.escape to be used

465057ecf18401e877af7faac49d4d22067fe6fe authored over 13 years ago
wrong file

4174f65d6c2aa6a41dff11d460b1029752416405 authored over 13 years ago
semi

601eb2935275ab6a14e2f93e961a536c2ada9f4c authored over 13 years ago
Added `Array.isArray()` for runtime.js as well

bb41b26687f724d8fb2118b42d05d7652e7c1cf2 authored over 13 years ago
rebuild

dff55a57cf1b180d667ad60225a3ec4e36e0ad67 authored over 13 years ago
Added `Object.keys()` for the client-side runtime

we can get rid of the need for this but
for right now this is just a quick fix

48cc48a96cb7bfaab412697fa1799bd5e4b5ebef authored over 13 years ago
Added first-class `if`, `unless`, `else` and `else if` support

d1ce9d9052f54bdbddc8b3e5b1a340c4ab1323ce authored over 13 years ago
docs for previous commit

617acb780907387f85bde4a850e9311f0657bd2f authored over 13 years ago
Added first-class `each` / `for` support

e16bc02e6a38b8a9c33f0bf77abf140dc1fee578 authored over 13 years ago