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 #1820 from TimothyGu/coveralls

Add Coveralls support

b1a858a23f9a8ecb87a0446d1c040094caac24b9 authored almost 10 years ago by Timothy Gu <[email protected]>
Add Coveralls support

51c62406a0f9e149ff799859470019e9ec315111 authored almost 10 years ago by Timothy Gu <[email protected]>
Use a SVG logo

Closes #1809

5945d938b74ee43a9d8d7285dccd04164dcb05fd authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1823 from jadejs/path

Clean up path and fs functions in CLI

2347ff7a621918f29f2b8ae108b3075af8705940 authored almost 10 years ago by Forbes Lindesay <[email protected]>
Clean up path and fs functions in CLI

a0f05e6dd0baaa2b3e0e869a2e39abd5c8bbd4b2 authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1822 from jadejs/cleanup-coverage

Cleanup coverage

fa55a69e8c7ffa0685833c631520496072be840b authored almost 10 years ago by Timothy Gu <[email protected]>
Release 1.9.0

9b0742d51d5ae59facccb2b32d564996811569d4 authored almost 10 years ago by Forbes Lindesay <[email protected]>
Cleanup coverage

This splits the coverage task out by adding “precoverage” and
“postcoverage”. It also deletes t...

b6825a92c9857a6d94cab93353737c143c06b6bd authored almost 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1808 from jadejs/caching-test

Caching and caching tests improvements

d63928ab2eb54003051d5a165a843f47c5ef505f authored almost 10 years ago by Forbes Lindesay <[email protected]>
Refactor to remove handleSrcCache()

781901a4cd08561df3fb7339a449121cb8f0b2dd authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1818 from jadejs/no-process-uncaught-exception

No process uncaught exception

46564bab2eea8b4ed9772c809b09217d200785a6 authored almost 10 years ago by Forbes Lindesay <[email protected]>
Fix watch tests - jade can only detect changes that are at least 1 second apart

b045c4fde94e1ce72b8abbe24f51ebf87fe3529c authored almost 10 years ago by Forbes Lindesay <[email protected]>
Don't rely on `process.on('uncaughtException')`

4244306b3181802f50e03e4f2dc70224069b9bd6 authored almost 10 years ago by Forbes Lindesay <[email protected]>
Travis: add web hooks for Gitter

7a74d8e81affe3f35bafcca70880dfcc075cfc69 authored almost 10 years ago by Timothy Gu <[email protected]>
Some istanbul annotation for hard-to-test cornercases

[ci skip]

a49d63c3cd0aaec26fbd1a6d52947e84a9dc0e77 authored almost 10 years ago by Timothy Gu <[email protected]>
Remove another now-useless special exception handling for watch mode

I have already removed two in 44564b456e30e9825f137aae73e8d9ca317e0b33.

06c4937cb555870b7c929c0692437b9e33aa7fe7 authored almost 10 years ago by Timothy Gu <[email protected]>
Add test for exception handling in CLI watch mode

a32c3b0a46edaf10ae498e14dddb151d44f0b11e authored almost 10 years ago by Timothy Gu <[email protected]>
Make sure all event handlers are removed before a new CLI watch test

cb08be1d253550f333c331e7b27ed1d77b349b7f authored almost 10 years ago by Timothy Gu <[email protected]>
Fix initial rendering in watch mode

Glad travis caught it

13b7a61b8db142c875fe690cd8368e5fd16a8305 authored almost 10 years ago by Timothy Gu <[email protected]>
Fix error handling in watching mode

The try-catch mechanism was added in 0266982ddd9b97abe3bd31c5b55e49fc07c
(remove dependency on m...

44564b456e30e9825f137aae73e8d9ca317e0b33 authored almost 10 years ago by Timothy Gu <[email protected]>
Escape '\' in package.json

ceb1433dbd140b33fb9d61d09d7998ae13209c5c authored almost 10 years ago by Timothy Gu <[email protected]>
Do not output HTML report for parts of the coverage test

Speeds up CLI tests by at most 20%.

4ea28776bc20691888aa0ef1cdf5777e21eb289b authored almost 10 years ago by Timothy Gu <[email protected]>
Use `istanbul report` instead of rolling our own script

Didn't know it could do that until now.

c216e540f7999c262b6eb9039924262151fb7518 authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1805 from jadejs/bin-cov

Improve testing coverage for the Jade CLI application

3e9fc2b7987498d88d68f13b558410101173526c authored almost 10 years ago by Timothy Gu <[email protected]>
Add file extension output test

04bcd59190e452d73b6d5eccc8c71fc92c6003f1 authored almost 10 years ago by Timothy Gu <[email protected]>
Support tracking code coverage in bin/jade.js

Unfortunately, istanbul is not as flexible as I would like it to be:

1. It does not support tra...

0d07882d558de91eeba3ec630dd4c212d4c4a667 authored almost 10 years ago by Timothy Gu <[email protected]>
Add test for setting locals in CLI

fbf209426774a0ca9e14bdd15902e6ddff0bd1de authored almost 10 years ago by Timothy Gu <[email protected]>
bin/jade.js: Exit though process exit handler

This allows testing coverage for watching mode with istanbul.

fa8478e91cdb4cc3e78646528a519fc06e4aa35d authored almost 10 years ago by Timothy Gu <[email protected]>
Add tests for stdin input in CLI

df5c0ef1501f8bb253a6c60f93ca72dc0e238f42 authored almost 10 years ago by Timothy Gu <[email protected]>
Add basic test for CLI HTML output

83f0b9311a9731ebd9a3352383310cbb42e3f4d4 authored almost 10 years ago by Timothy Gu <[email protected]>
Allow stdin input in CLI test runner

7acbfad4bba9ab55548a08562860f207ff9ca5d0 authored almost 10 years ago by Timothy Gu <[email protected]>
bin/jade: Add test for sensible template name

b612c63cbe5c1f16925e33e2dcc456d747bbad40 authored almost 10 years ago by Timothy Gu <[email protected]>
Add an istanbul annotation for an untestable branch

4d03c0e5526a4b82510cb4192a3c7d1405460eb7 authored almost 10 years ago by Timothy Gu <[email protected]>
Factor out caching handling

19b58aaacc83b8f0bb2133f544dcaa8f40070e60 authored almost 10 years ago by Timothy Gu <[email protected]>
Add rudimentary tests for compileClient()

It is already covered by some other tests, but not directly, resulting
in an uncovered branch.

...

82b3a0e8d5cf076ec4474c39668106bb8f6d1f78 authored almost 10 years ago by Timothy Gu <[email protected]>
Fix test suite categorization

fd4dc2c9fa0cf0b45de91c49aa4f043894b46e12 authored almost 10 years ago by Timothy Gu <[email protected]>
Add test for caching for more functions

2b8e96d2e62b0550b301329752a26aa9d30b1d64 authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1806 from jadejs/badge

[VOTE] Better-looking badges

3ebc1e267a848cc1191f7ad6e5ee480e48ac83e7 authored almost 10 years ago by Forbes Lindesay <[email protected]>
Add test for the deprecation notice of `lexer`

88e567b3946eb27782aa37fc1dd51400f1dd2f08 authored almost 10 years ago by Timothy Gu <[email protected]>
Separate tests for deprecated options and locals into its own suite

e0b2abae06e83240e43c5b5d4e86962ac7aaf40f authored almost 10 years ago by Timothy Gu <[email protected]>
Add -E/--extension option

Based on a patch by Nicolas <[email protected]>

Changes:
- Do not pollute options wit...

19deaa8632e803021ef262b4fe75cd3a834098b0 authored almost 10 years ago by Timothy Gu <[email protected]>
Better-looking badges

- Use flat style
- Use badge from shields.io for Gitter

[ci skip]

de90d79b14286755871bc0ddbbcf29d0f4da4250 authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1803 from jadejs/tests

Some more tests

484ab4616150b697bf0ba2d8141ecfec12ffd0e7 authored almost 10 years ago by Timothy Gu <[email protected]>
Add watch mode test

See #1795

455cf47b3c453456898c9fab28623937a1b87263 authored almost 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1802 from jadejs/license-revert

Revert "Updated License."

31b2257dc69cc7cf165086cf0d0a60d448aa46e6 authored almost 10 years ago by hemanth.hm <[email protected]>
Add test for {self: true}

8365947c352777681b9731e66ffc1f32ded55775 authored almost 10 years ago by Timothy Gu <[email protected]>
Revert "Updated License."

This reverts commit b62bc4605619fdc062a8e63845a3c1451f255d9f.

1. It's not 2015 here yet, but it...

0dfe2b8eb9193971361383303ab4e80641e45fa8 authored almost 10 years ago by Timothy Gu <[email protected]>
Revert "Use `-` as file name when using stdin input"

This reverts commit 9bc3d0063e48b7d66cef300fd582e36170a9ff67.

Fixes #1788.

5c45c2434d708b3ad551ac95a746711255e7be87 authored almost 10 years ago by Timothy Gu <[email protected]>
Use fs.watchFile API properly

Based on fix suggested by: Scott McCormack <[email protected]>
Fixes #1795.
Signed-off-by: T...

abff32cd5f5f02df4724031c139003cf56a42c96 authored almost 10 years ago by Timothy Gu <[email protected]>
Updated License.

2015!

b62bc4605619fdc062a8e63845a3c1451f255d9f authored almost 10 years ago by hemanth.hm <[email protected]>
Merge pull request #1801 from ssbunny/master

remove duplicate 'require' on 'utils'.

3727bc5bd4e1920dfa70f07f55d1fb8107ad0b45 authored almost 10 years ago by Timothy Gu <[email protected]>
remove duplicate 'require' on 'utils'.

ec832c8647ca93786c7fb9d0b423145eb5a98d32 authored almost 10 years ago by BuN_Ny <[email protected]>
Release 1.8.2

4c3e3751a807f82456596560ff6180620164726b authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1783 from jadejs/remove-monocle

Remove dependency on monocle

65a1eea89964e9bc89e3429d2df5c4f39ac95c88 authored about 10 years ago by Forbes Lindesay <[email protected]>
Remove dependency on monocle

This is primarily to fix installation of jade on [email protected]

0266982ddd9b97abe3bd31c5b55e49fc07cc3ac5 authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1784 from jadejs/fix-name-cli-option

Only use the name option if it is a string. Fixes #1778

416b57dc146be5aa0f4bcb4cd14c3258dda971bc authored about 10 years ago by hemanth.hm <[email protected]>
Merge pull request #1786 from acidjazz/master

Added the gitter chat icon.

efcc12d8298314eceb38ae14a56437b3b1555ba2 authored about 10 years ago by hemanth.hm <[email protected]>
readme update

4d629e26767689ac018b944cec25f66c57157c57 authored about 10 years ago by kevin olson <[email protected]>
Only use the name option if it is a string

[closes #1778]

8e4c70573393cd8a381e2cf0460a565d68ed2b8d authored about 10 years ago by Forbes Lindesay <[email protected]>
Add chat room to readme

44fee984855ba36d584f54fb0de35b156b18346e authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1767 from jadejs/fix-1761

Fixes #1761.

714d6d3b8355875b35ded7bd7a5b5897e89d17b3 authored about 10 years ago by hemanth.hm <[email protected]>
Remove trimLeft

[coses #1761]

3bb42e3b07adaa6eb65a6fa913bead99dcdbb59f authored about 10 years ago by Forbes Lindesay <[email protected]>
Prevent silencing of error messages

[see #1761]

This also adds a message to the unexpected errors to ask people to
report them on j...

51f0cf43f930eb25184bf02cae32963e389cbf4a authored about 10 years ago by Forbes Lindesay <[email protected]>
docs/api: Use JSDoc syntax `Array.<string>`

This is clearer from a first sight, especially for those who are aquainted
with C++ and Java.

[...

3f0ad233e748c6bf673cd24934c178b74755530d authored about 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1760 from jadejs/package-js

package.json: Use real names and add current maintainers

ab815af998533255f95a982c597aa708fbeedbbe authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1758 from jadejs/stdin

Use `-` as file name when using stdin input

a7b711fdf4d51533b727af8fc41e4ffc8e18bbdb authored about 10 years ago by Forbes Lindesay <[email protected]>
package.json: Use real names and add current maintainers

This makes our npm page look more maintained.

Using real names are specified by https://www.npm...

fdb0be55764239d6122acbc362f2ccb98b57f946 authored about 10 years ago by Timothy Gu <[email protected]>
Use `-` as file name when using stdin input

Signed-off-by: Timothy Gu <[email protected]>

9bc3d0063e48b7d66cef300fd582e36170a9ff67 authored about 10 years ago by Timothy Gu <[email protected]>
Update package.json Git repo

Signed-off-by: Timothy Gu <[email protected]>

20bf2f66d34c3054fcad5f7c68f498853b63e0fa authored about 10 years ago by Timothy Gu <[email protected]>
Release 1.8.1

9ef2f85a5fe730a51688af87af545317e6ed78b5 authored about 10 years ago by Forbes Lindesay <[email protected]>
Move the `lexer` option warning so that it is always correctly outputted

[see #1738]

c16e8b7b26a98331293c3008aea00982450bb209 authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1738 from jadejs/real-lexer-warn

Warn about using `lexer` as a local in `jade.render()`

9849e55befeffd4f275b0adfaac739855b5523bf authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1756 from jadejs/update-deps

Update dependencies

00a20db0f748e91a52fceca9c445c245bfe3a6f4 authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1757 from jadejs/fix-pretty

Use default 2-space indentation for all non-string true-y values

e6c7c1b0aadf3d6630c7bfec56f4f2f9da5175a0 authored about 10 years ago by Forbes Lindesay <[email protected]>
Use default 2-space indentation for all non-string true-y values

Fixes #1755.

Signed-off-by: Timothy Gu <[email protected]>

b63effb439853ea55d4e2405102204086aadba11 authored about 10 years ago by Timothy Gu <[email protected]>
Update express

Signed-off-by: Timothy Gu <[email protected]>

755328d2a670208627c58a2dd5cce14945371ef2 authored about 10 years ago by Timothy Gu <[email protected]>
Update commander

Signed-off-by: Timothy Gu <[email protected]>

26e8ffd272e3d743196530f781eba7dd3271d5df authored about 10 years ago by Timothy Gu <[email protected]>
Release 1.8.0

07c437768a91c55669cd7cb80861474782705fdb authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1746 from rlidwka/text-block-stuff

Fix empty text-only block case.

53cec7493729307f26ea18f6e8d0fdd2c12c0a6a authored about 10 years ago by hemanth.hm <[email protected]>
Fix empty text-only block case

close https://github.com/jadejs/jade/issues/1743

d451082d2cf5d6e1a4c7f78f29e2ae75f3a450b9 authored about 10 years ago by Alex Kocharin <[email protected]>
Merge pull request #1734 from jadejs/date-warn-all

Warn about future change to ISO 8601 style dates

1870f47c99da60622c4fc321ce11d96c2b475d39 authored about 10 years ago by Forbes Lindesay <[email protected]>
Warn about future change to ISO 8601 style dates

See #1062, #1677.

Based on a patch by Forbes Lindesay <[email protected]>.

Signed-off-by: ...

a5dbbb1f6ef2eb2f7214c81f0ab581bfb2f50696 authored about 10 years ago by Timothy Gu <[email protected]>
Warn about using `lexer` as a local in `jade.render()`

Using it as a local in `jade.compile()({lexer: 'blah'})` is still supported.

Signed-off-by: Tim...

ba293857f6d6d922eb35e79bb896087b7aad5e39 authored about 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1736 from skylerzhang/master

Update Readme_zh-cn.md

87554b38fa6fced3ecfadc0eb0b55757fcbb3dac authored about 10 years ago by hemanth.hm <[email protected]>
Merge pull request #1735 from jadejs/ampersand-warn

Add warning if a data attribute value contains ampersand(s)

28cf73593f7aa3a70967709e357fd9c19bd02e54 authored about 10 years ago by hemanth.hm <[email protected]>
Add warning if a data attribute value contains ampersand(s)

Signed-off-by: Timothy Gu <[email protected]>

f4cf1e30c8f45ac6b421abcb4fac04706096929a authored about 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1725 from TimothyGu/contrib

layout: Add "contributed by many others".

559848731b24ad0c6ccf5436b0ccb45278136b57 authored about 10 years ago by hemanth.hm <[email protected]>
Merge pull request #1726 from TimothyGu/pretty

Better `pretty` documentation.

ce563fd2b4f03bce262524b91fd0a1dcc2c91f5d authored about 10 years ago by hemanth.hm <[email protected]>
Merge pull request #1729 from TimothyGu/less

Pin to less <2.0.0

28007f10ba6087d25b348ec71eb0dd9724a38d82 authored about 10 years ago by hemanth.hm <[email protected]>
Pin to less <2.0.0

transformer doesn't support less 2.0.0 yet.

Temporarily fixes the build.

See #1718.

Signed-of...

acada9336feb6b1b12bcb417bac1b4706bda0eb8 authored about 10 years ago by Timothy Gu <[email protected]>
Better `pretty` documentation

Signed-off-by: Timothy Gu <[email protected]>

8fb4272cd7fe73a0e8e9e95e88e6116757363fb9 authored about 10 years ago by Timothy Gu <[email protected]>
layout: Add "contributed by many others"

Signed-off-by: Timothy Gu <[email protected]>

a85c86f143e4f7cd8d99fcf6096f44e53d23115d authored about 10 years ago by Timothy Gu <[email protected]>
layout: Remove commented out cruft

See https://github.com/jadejs/jade/pull/1703#issuecomment-62389102

d8dd7eedd569d64c148a21d4c335d61e5673e086 authored about 10 years ago by Timothy Gu <[email protected]>
Update Readme_zh-cn.md

line 342 , <p> tag is wrong

6181f5dcc460f2aefe6a84966376755246e994f9 authored about 10 years ago by skyler <[email protected]>
Merge pull request #1716 from TimothyGu/globals-doc

Document `globals` option

77b2caa9e5dd45f85a0fbea415513d46c2d56e1c authored about 10 years ago by Forbes Lindesay <[email protected]>
Document `globals` option

See #1222, #1223, #1689, & #1715.

Signed-off-by: TimothyGu <[email protected]>

abca35675b88d88670af242ad9af645ad30811a6 authored about 10 years ago by Forbes Lindesay <[email protected]>
Merge pull request #1703 from chharvey/master

replace .sr-only with img alt attribute
correct nav menu right/left

2314090c37c2a3ff5c5ae62c77cb6680201475fa authored about 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1663 from bfred-it/master

Add option to change indentation used by `pretty` option.

0d873967071475b418917c7de3a9b0a54da25d91 authored about 10 years ago by Timothy Gu <[email protected]>
Merge pull request #1708 from TimothyGu/master

Fix link to Travis CI and GitHub repo

f2d9266e36e76e72f489feb411b4a6dd7dd6d6ac authored about 10 years ago by Forbes Lindesay <[email protected]>
Fix link to Travis CI and GitHub repo

Signed-off-by: Timothy Gu <[email protected]>

45f8f6f4258f77896fc879549586f9d77c26e49a authored about 10 years ago by Timothy Gu <[email protected]>