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

Merge pull request #1245 from visionmedia/remove/implicit-text-only

Remove implicit text-only for script and style

35f98c70167dc02258c22aef1e8268301cab49f2 authored over 11 years ago
Remove implicit text-only for script and style

78b8493e97700bea9a35f5034a6632c6d9762c5e authored over 11 years ago
Merge branch 'error-reporting'

50aef93131a7e4cdc8959f49b4b2d03fc6a85f50 authored over 11 years ago
Fix error reporting for mixins and layouts with runtime errors

763f96cf37320202207a6510b630167bfbb7126b authored over 11 years ago
Merge pull request #1222 from visionmedia/allow-globals

Allow a list of globals to be passed

a01c4beebe0ba2684722c139ec0a5107f48ca839 authored over 11 years ago
Fixing `element <space>.` is now done

bf30434f0c897d689612f35e98ee5b35e880944e authored over 11 years ago
Merge pull request #1227 from visionmedia/fix/dot

Support `.` literal the way you'd expect

a38aa552f6f53554ac5605299b6b8c7e07cbdf1f authored over 11 years ago
Support `.` literal the way you'd expect

6f715b61ab0df6d7a26a842644ba4bbc03e05879 authored over 11 years ago
Merge pull request #1225 from visionmedia/fix/assignment

Make regex more forgiving for assignment

d687c5cfe53d88de977b94d9d94067d52f19d237 authored over 11 years ago
Merge pull request #1226 from visionmedia/fix/mixins-with-trailing-space

Fix/mixins with trailing space

ae05619deb91072df068ae9d3af86644b1e34f04 authored over 11 years ago
Merge pull request #1224 from visionmedia/pass-extends-block-to-mixin

Pass extends block to mixin

02024c9a02815bb8cca29af3660af3d3777f7df8 authored over 11 years ago
Fix for assignments ending in semicolons

afe1a4eb3db6ec476e81d4f4c1cdd4c4fd85ec7e authored over 11 years ago
Support trailing space after mixin declaration

5b96e5f2f5c28fd2c8f9e2b990bb74b2fb93b658 authored over 11 years ago
Add test case for mixin declaration with a trailing space

See #951

abeb53f9777a6d3eb39b98e77dc198b03d7e1feb authored over 11 years ago
Make regex more forgiving for assignment

Closes #1110 and #1120

ed9cce58ef73e45995e17f6316816964cdf4800f authored over 11 years ago
Do mixins block's properly

They are nothing like extends blocks in reality. It's much easier to
lex, parse and compile the...

d5f28b0e442fb1010ac0f2cee3f43a80674ee271 authored over 11 years ago
Merge branch 'pass-extends-block-to-mixin' of https://github.com/paulyoung/jade into pass-extends-block-to-mixin

0ec3f01752fc6f51e87f527d81a291f0c062fe21 authored over 11 years ago
Merge branch 'master' of https://github.com/visionmedia/jade

2bfdff58083c6440bf869f43377474e29d0a2e2e authored over 11 years ago
Add a roadmap

3b4f97dc86fbe6cc5b18b8826749138a51d2e95b authored over 11 years ago
Merge pull request #1109 from dprentis/feature/parser_update

Update parser to allow easier inheritance of Parser object for custom functionality

bff12a5cef64d5e1ea3fe06833ba53414ab2ed74 authored over 11 years ago
Merge pull request #1138 from qualiabyte/escape-data-attrs

Fix escaping of data-* attributes [closes #1075]

e7498f4b72ec700a4038c92bae93b839bcbdb4b9 authored over 11 years ago
Update with to 2.0.0

5ba2871bb1b124996fd019674aaa709562fe81d8 authored over 11 years ago
Allow a list of globals to be passed

11549a7dc47c85c2823aad5b5a153570ad6d5ec5 authored over 11 years ago
Add instructions on running tests

Suggested by @davidblurton

a6a3e10743b613a36089ba4d66473ea9c0d3c5b8 authored over 11 years ago
Rename binary file to jade.js

e3089148919351a1d67e4b35d0aac1d039cdf2e2 authored over 11 years ago
Delete the make file

I'm not maintaining it so it doesn't belong here

d4ded649770df995919c713ccc431a1979c2a935 authored over 11 years ago
Merge pull request #1208 from danielfeelfine/master

Rename Readme.md to README.md

c1a19b3b2bf9de61a88d6fec2d376e64429f6558 authored over 11 years ago
Rename Readme.md to README.md

b93b71097b2e10a616032783731cb5915afe22ac authored over 11 years ago
#1195: Updated anonymous block to named block.

ad126f6561602c38f125c0f71acaf2083d4236af authored over 11 years ago
#1192: Added failing test for use case.

b393d4c8d5d6af7f7da0794ab708265246daa040 authored over 11 years ago
Update to the latest versions of all dependencies

49bef3756a71c1d12e470c72c5c2f0e8891d535a authored over 11 years ago
Remove support for 0.8

At the moment everything works except for building using browserify. I
don't want to support th...

4032027f1e57913465cd7a722f333ceae0dabb71 authored over 11 years ago
Merge pull request #1176 from visionmedia/fix/error-reporting-in-layouts-and-includes

Fix error reporting in layouts and includes

e69cf9defc502b5e5ee8d0d5fbc583f36f8be591 authored over 11 years ago
Fix error reporting in layouts and includes

a81386895afad90227b88661953aee68572d3c49 authored over 11 years ago
Release 0.35.0

9ee8114899142384bbc445c2ccfb948fb3c6912b authored over 11 years ago
Merge pull request #1163 from kiinoo/master

30590c417899107e13c8ce71d39f2f6b3f6648a6 authored over 11 years ago
Fix parsing file failure encoded "utf-8 with bom"

66dae4350b182e9c2a553f90f9a8ff7a52fbce4e authored over 11 years ago
Merge pull request #1155 from visionmedia/feature/space-separated-values

Support separating attributes with spaces

3270be503c45ddb10d79292cf58761e08c798532 authored over 11 years ago
Support separating attributes with spaces

3c03336cf98fc8f9e8e90782e5bed8bd90ca6a54 authored over 11 years ago
Merge pull request #1153 from visionmedia/fix/unclosed-brackets-in-attributes

Reject code with un-closed open brackets

ace7fd58ceba79b65b1b4e2feed2f17c2fa33129 authored over 11 years ago
Reject code with un-closed open brackets

[closes #1150]

ed9693f6306d636f31693df300791fed8d1602b0 authored over 11 years ago
Merge pull request #1151 from campersander/master

Made empty unescaped attribute names consistent with regular attributes

7a4f7e93f5a0193e562b03fb098dd3d7540cc3ce authored over 11 years ago
Add test case for #1149

This shouldn't produce any warnings

292c729d5ef3fd48e401f65020171b10344caac2 authored over 11 years ago
Empty unescaped attribute names are now consistent

div(=)’s behaviour now matches that of div(!=).

dfb7637fae20a078bd432d5821fa50ce7c26e761 authored over 11 years ago
Merge pull request #1147 from visionmedia/add/more-error-reporting

Add/more error reporting

c80a9588ff4e984c7a187cbe6183b2e938179690 authored over 11 years ago
Prevent minifiers removing constructor names

9061edef3292e495d6eab77ebafcdbb05b0af794 authored over 11 years ago
damn those filters

992130a2aee65f05e44472ce4c89376835f3e482 authored over 11 years ago
Add errors for invalid expressions in locations when we know they should be valid

cfb1dbb8f256b51b182b0ef2aaf55f7ebc1c586d authored over 11 years ago
Fix browser demo

6f27aa06195618a28de651fa565a994277292376 authored over 11 years ago
Make test cases less tolerant

6f21f478533bac57f348dd7db139a88b2729c82c authored over 11 years ago
Update dependencies

a4c72eb87b53b1297838006ba99e705b8f4782d5 authored over 11 years ago
Add test case for #1140

a4f9242cda1bafd84f855e3248d043c26b0e544c authored over 11 years ago
Release 0.34.1

31025fe79ef76c1e1f062992ec549e1423807514 authored over 11 years ago
Fix typo leading to `renderFile` not working with a callback

[closes #1139]

9c18a1cb6479081dceb59dde58e08364c3d1597e authored over 11 years ago
Release 0.34.0

1274eaf2d38193b763dfbb7a00ac69230bfb3fcb authored over 11 years ago
Make the jade readme short and sweet

Language documentation of this level belongs on the website. The readme
is a basic sales pitch ...

09811a42ea16e05c931cd34cc099e89dd4726224 authored over 11 years ago
Fix escaping of data-* attributes [closes #1075]

When objects are used as values for `data-` attributes,
the stringified JSON is delimited by sin...

dbe8b4f729a1bb4e93a6fdb1fef688d260ea42a0 authored over 11 years ago
Allow for empty filter nodes.

This is useful when the only inputs that are needed are better suited to the attributes node.

4b06e294d9630297871b06993bac01d17683f277 authored over 11 years ago
Fix callback being called twice and make it optional

[closes #1104]

57e9169e2c1aa11afce6206083b635cc65e262af authored over 11 years ago
Put output of compilation in a file for inspection

This can make debugging certain problems much easier

acc12175b92e3283ad836e6c7c54c1747956e821 authored over 11 years ago
Merge pull request #1131 from chris-rock/master

Update package.json

23dbc2ffc527b22f7dc6068e9aeb15f4d58b7650 authored over 11 years ago
Update package.json

721bafb17567a88d9ef8f5cb812d1b9f4a5229fc authored over 11 years ago
Merge pull request #1125 from eddiemonge/issue_1124

Cleanup HTML comments formatting

74ffa2ca1e5b5a2d4ee1de2f33275a32227d4001 authored over 11 years ago
Merge pull request #1126 from eddiemonge/patch-1

Comments in readme

3653ead85eb53bcc01ac22b956d438d3db9d21af authored over 11 years ago
Comments in readme

corrected an output for comments in the readme

a751770c5d2bfe0c4d865506523247e37ec9eb5e authored over 11 years ago
Cleanup HTML comments formatting with pretty print enabled. Adds a more comprehensive test

8f578b86140cf3692c8e434b4ccfc952ffbd9f8f authored over 11 years ago
Release 0.33.0

7b68a8d41f1549dbda6905c05298d777f6b8ca55 authored over 11 years ago
Merge pull request #1115 from visionmedia/fix/error-reporting

Fix/error reporting

71ece8b0aecaa23d77d6be9dbd24d55a9ce79d82 authored over 11 years ago
Merge pull request #1114 from visionmedia/fix/prevent-code-with-missing-new-line

Fix/prevent code with missing new line

68cdcfb5342631072cdb0e0801b9da7244cf8461 authored over 11 years ago
More straightforward way to set prototype.constructor

7387607b503687730d6c747b129d0dee7d5558d7 authored over 11 years ago
Bring error reporting up to scratch

[closes #327][closes #1108]

2a32b7ea390ae4c9d6f729493ac2f0cd45f125ea authored over 11 years ago
Test the error reporting functionality

46b5b052d64e229870f08b102b7fc6e905b94954 authored over 11 years ago
Add tests for syntax that should produce compile time errors

21dfac6039c3223d7f92fedd060e6d785034cd38 authored over 11 years ago
Add a warning for tags with multiple attributes

3d01aa475c513aace8c852be851fe972abb66b87 authored over 11 years ago
Be strict about requiring new-lines after a tag

e6d1e55bac0189ecc682dbf3a7f9626a18deda3a authored over 11 years ago
Fix escaping of `class` so it can be disabled

2df2a93410d597078c4fcb273291030424ca0cde authored over 11 years ago
Fixed missing constructor due to overwritten prototype object

1dc698c2541dcd369cb0e6da8be8120a0994a900 authored over 11 years ago
Use 'new this.constructor' to make it easier to inherit the parser object correctly

b221dd9902560ab8afbf176543a66e198ef6b325 authored over 11 years ago
Release 0.32.0

976ced795d930e448a1e14bc08b24da46e1a0db2 authored over 11 years ago
Use linify instead of win-spawn for line endings

f318c522331f4b77f78560a285e92b287a80857b authored over 11 years ago
Merge pull request #1101 from paulmillr/topics/update-deps

Update commander to 1.2.0.

18810b45e288fc98eeb3fa121c419881bc6a6806 authored over 11 years ago
Update commander to 1.2.0.

bb11be9bf9710a5e0d6aa8a26b83752ac2aeaefc authored over 11 years ago
Merge pull request #1095 from visionmedia/feature/constantinople

Use constantinople to handle detecting constants

4df228407f16162b081e8135cb38f91cf9fddc43 authored over 11 years ago
Show build status of master branch only

e8f0fd81440dec056e58c217cec1ce76c9446cdf authored over 11 years ago
Use constantinople to handle detecting constants

fcd3d179aaee9d40102650c15117219bcfa29117 authored over 11 years ago
Merge pull request #1092 from 8ig8/patch-1

Fixes tag in Template Inheritance example code

7857fa50650c553a59cf3fc843cf60adcb05f2c3 authored over 11 years ago
Fixes tag in Template Inheritance example code

3533ec828eff3d3c89ed4d9ee8712ed17b979854 authored over 11 years ago
Merge pull request #1081 from jenius/master

Add filename and line number for implicit textOnly warning

5f6d8f3d10e66bebbb1b1ee6e4c3a63e53dcc597 authored over 11 years ago
add filename and line number to implicit textOnly warning as discussed in #1036

b9fce6a4a583c4af4477e549360f8933509ea55b authored over 11 years ago
Merge

0c996d0429ba58f95049730636564ae3e4dd7196 authored over 11 years ago
Merge pull request #1072 from zhangyaochun/patch-1

Update Readme_zh-cn.md

2c19c329c25667fa2d92c7130ef05408125872d1 authored over 11 years ago
Update with

4653160484392a1a4482d34f9190b11fabd8ce5c authored over 11 years ago
Add a test to ensure compilation performance

3cf08b16bea22cad7827f0f8d120a82f6845e200 authored over 11 years ago
update readme

better Chinese docs

some small tweaks

add tutorials

some more sentences

fix lang.com

many t...

8ed5649d965ca62cf5fed1e7b0cd32977eb06e40 authored over 11 years ago
Update Readme_zh-cn.md

修复 “jade 同样很好的支持条件注释:”后面加一个空行,使后面变为代码形式,而不是标签

bca5d18cf357c2b9da9b62514928f5c9b0d781b0 authored over 11 years ago
Merge pull request #1068 from visionmedia/fix/version

Remove `jade.version` property and read from pkg

2a2e6c4808a92adb788e4e7f6e2984a93da5e6ba authored over 11 years ago
Remove test for `jade.version`

9525d5742f3f21efc1f011053b554dcd03a370d3 authored over 11 years ago
Remove `jade.version` property and read from pkg

[closes #1065]

533d79bd55973db6087b8e250dad8a5fed2a6028 authored over 11 years ago
Release 0.31.2

665a6257c7b61f126c4bd59e4d15dbeec92f659c authored over 11 years ago
Add test cases for inline scripts

96a26bbbf442d6f640006caf5f6ad43f566c341f authored over 11 years ago