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

Changed jade.php link

github.com/pugjs/pug - a74428afcf62a813a26685bc184020b68bbf1358 authored over 14 years ago
Release 0.2.3

github.com/pugjs/pug - a1003068c6de8c7c242e0d0584b79a9d645b9f04 authored over 14 years ago
Removed seed.yml

github.com/pugjs/pug - eb9698180b07d3a5ff3b282c489c023478e5a967 authored over 14 years ago
Merge branch 'fix-newlines'

github.com/pugjs/pug - 14b2052b64f224504a93ef98f31f32d226748243 authored over 14 years ago
Fixed newlines before block

This would cause an infinite loop:

"ul"
" "
" li foo"

github.com/pugjs/pug - 5fe72ae6fb3d215d070b1d8811d94e0138ec95de authored over 14 years ago
Uncommented failing newline test

github.com/pugjs/pug - c89fb09aa05027daeaf23c53f52ba2301949c8cf authored over 14 years ago
Implementations section

github.com/pugjs/pug - dcbc04f1484a2b66755ef2668caa133fb7b7abc5 authored over 14 years ago
Rebuilt docs

github.com/pugjs/pug - 43412a227ae158b643b66423831808ea3eaab102 authored over 14 years ago
Tag text allowing arbitrary trailing whitespace

github.com/pugjs/pug - 88630cb89fe2d5699bdb9f35a7355c997c6bdcba authored over 14 years ago
Release 0.2.2

github.com/pugjs/pug - ae20212f10bb4158f6bb5165c0bda64bf3468ae9 authored over 14 years ago
jade.renderFile() utilizes primed cache

github.com/pugjs/pug - 04602b412bc2c5c2b52d368feb1e56dfa9b8a204 authored over 14 years ago
Added link to textmate bundle

github.com/pugjs/pug - 0accfe71d7d10d9fb3f043eac7e81e6c3b1295af authored over 14 years ago
Fixed jade link

github.com/pugjs/pug - b8c5c1a62f1e5e5162070607be7b4764b621b59a authored over 14 years ago
Added linkto browser compatible jade

github.com/pugjs/pug - 90cd37a0039c09c9704611ce93da09fbfe696415 authored over 14 years ago
Fixed filter issue with single quotes

github.com/pugjs/pug - 7b2233252e14c2832788a114ce6f8639d1921ddf authored over 14 years ago
Added failing :javascript test

github.com/pugjs/pug - 78a93fab8347c7bac48931d257d63433e2e21416 authored over 14 years ago
Fixed hyphenated attr bug

github.com/pugjs/pug - 6680751c606308ab29b99a93377d2630a42aa4bf authored over 14 years ago
Fixed interpolation single quotes. Closes #28

github.com/pugjs/pug - fd21db1edaedaa7113b31e6b796471dd80f22854 authored over 14 years ago
Fixed global

github.com/pugjs/pug - a290c8537e0fc772e208af555607aa548689f844 authored over 14 years ago
Merge branch 'fix-comma-attrs'

github.com/pugjs/pug - c1817827c08fbf69c0d4443ff85b35f20fc2d134 authored over 14 years ago
Fixed issue with comma in attrs

This will never be entirely fixed unless we ditch =
support (not a huge issue), or we can scan t...

github.com/pugjs/pug - 574502f0544b8e3140df69257f50d8899d20a20a authored over 14 years ago
Added failing attr comma test

github.com/pugjs/pug - 57a940d49064363db5f5c47be6f67e20cb654260 authored over 14 years ago
Updated expresso

github.com/pugjs/pug - 62de10680cf814e845bb9f9180732c176b0c97cb authored over 14 years ago
Release 0.2.1

github.com/pugjs/pug - e48b032f458d1feb34bfb59b0d6f6ef1a0b04968 authored over 14 years ago
Removed a todo item

github.com/pugjs/pug - 3301ba07894c029f94751ba72f4fbbe0d1942a4e authored over 14 years ago
Caching generated functions. Closes #46

No reason not to

github.com/pugjs/pug - 0203a598a6b8dac1e6aba7d992502faf8add1f31 authored over 14 years ago
Added node-discount in readme

github.com/pugjs/pug - efafcfe1cd03b7ef0b7d7951299093710f5ea8b5 authored over 14 years ago
Test for cache exceptions

github.com/pugjs/pug - 08a30c2ef863985c3a8e2e5eff657eaf68439c20 authored over 14 years ago
Added support for tags to have blocks AND text

github.com/pugjs/pug - 7724780ceaa5c7f5d435a0fae5b165f5935559eb authored over 14 years ago
Added iteration example using - each

github.com/pugjs/pug - 82875ee35ac2e8ee24b37f7583bbacea2189e626 authored over 14 years ago
Added support for node-discount

Works with markdown-js as well still :)

github.com/pugjs/pug - 5c1c213b3438189df81dd555d5699cd0f28e604b authored over 14 years ago
Release 0.2.0

github.com/pugjs/pug - 347729f3821a578e8fb939c15b496199904c5af1 authored over 14 years ago
Added -each docs

github.com/pugjs/pug - 77fa5ca3a857c294956b3eea571734752a8a8d38 authored over 14 years ago
Merge branch 'each'

github.com/pugjs/pug - e8b14084dda635aa6c3e529e2cec114a5363a95d authored over 14 years ago
Added nested -each test

github.com/pugjs/pug - 1d711c8267dddcf679cd2390710f9b1261bb1f6d authored over 14 years ago
Finished -each implementation

github.com/pugjs/pug - 5e402496908c6d82f03a0ceb4318504053e894ed authored over 14 years ago
Started -each implementation

github.com/pugjs/pug - a471c1b65d54e77e6931d414be2dd19d73cda482 authored over 14 years ago
Merge branch 'integration'

github.com/pugjs/pug - 00be1520841e26bf68304074d5438cff528f254c authored over 14 years ago
Fixed markdown support

We should only relative require when
we are installing the package along with jade. Here
we use ...

github.com/pugjs/pug - edc190bdf5507c4b2665e13194de73b7fbb9505e authored over 14 years ago
Missing semicolon

omggGG!!

github.com/pugjs/pug - b27df74c4f382bb085fad2c7c023c3b937f17350 authored over 14 years ago
Fixed :markdown tests

github.com/pugjs/pug - d2be31489bc09afc464e18d43a77294633799637 authored over 14 years ago
Switch to markdown-js library to prevent bleeding

github.com/pugjs/pug - afd2b46ea4cac3f103d081174b30bd85bc253dd8 authored over 14 years ago
Release 0.1.0

github.com/pugjs/pug - c5a9ddb7bf22521c03e2b5b265c16322570f7833 authored over 14 years ago
Support ${} for interpolation. Closes #45

github.com/pugjs/pug - c11a790c0d709ead8241cdfeaa4c5d2d649771b1 authored over 14 years ago
Few style fixes

github.com/pugjs/pug - 348cf60e9660fc34b1aab1ad81b2654da4803056 authored over 14 years ago
Merge branch 'integration'

github.com/pugjs/pug - 60c652775084a36ee6e5598625c9a94b9a74e1ed authored over 14 years ago
Merge remote branch 'jakeluer/less' into integration

github.com/pugjs/pug - 488190ed94852e4d3ab04626920e564ceefe0a7f authored over 14 years ago
Single regexp for string attr keys

github.com/pugjs/pug - 28f244ca401d071730968cf95767b8a01d0723a0 authored over 14 years ago
Single and double quotes support in keys

github.com/pugjs/pug - 848cf1d563066973a9c9c42d2efa3e1e33da015f authored over 14 years ago
Commented out test for now

github.com/pugjs/pug - c148df8ede31ba289fced03e1682f3c61ce1c958 authored over 14 years ago
Whitespace fix

github.com/pugjs/pug - a187d91c6c4c03f5b8922c3f2cd560e9365b6e6a authored over 14 years ago
Added failing attr val with commas

github.com/pugjs/pug - c56cafcb82193fdd5428b625decfebabc32cc0d5 authored over 14 years ago
Added less to readme

github.com/pugjs/pug - d339edb7ba7fa0fd8f58c4d7feba41cd24777855 authored over 14 years ago
less integration and tests

github.com/pugjs/pug - b58e246795aa8bfe0fc09e5115cc45b42d5780c6 authored over 14 years ago
starting less integration...

github.com/pugjs/pug - f73f64fea8f1ac96f3f0ca9542f2ec1bcddccdda authored over 14 years ago
Added another attr test

github.com/pugjs/pug - 1862d44c1b6c554793ed531b72062c3db03f690b authored over 14 years ago
Release 0.0.2

github.com/pugjs/pug - 5933d0347e5997b3f258ee79eb5be79327bb04e5 authored over 14 years ago
Updated expresso submodule

github.com/pugjs/pug - 237cbcf1ddb773da20f9a9ed39509759a0ef40f0 authored over 14 years ago
Fixed issue with attrs containing ()

github.com/pugjs/pug - 826f6e4dc0da5fde16437c7b2dd31bbe7fa891cb authored over 14 years ago
Fixed attr splitting

We now just split on the first occurrence of : or =
bit of a hack but it works just fine :)

github.com/pugjs/pug - 21f855d744ceb04047029397f6a726863875b834 authored over 14 years ago
Added more attr tests

github.com/pugjs/pug - 1a096cdf7042ff02a8701865434459605ffa8eda authored over 14 years ago
Merge remote branch 'guille/master' into integration

github.com/pugjs/pug - 5b2833456b5a19294326b4ff108e347a56599edb authored over 14 years ago
Offending test

github.com/pugjs/pug - 4ac79d6b474428102b6aea2741bbdf0c9ec371d3 authored over 14 years ago
\s replaced with

github.com/pugjs/pug - ea0c6998e1882422972ebd79454f6fbd3626ae3c authored over 14 years ago
Added `scope` synonym context

github.com/pugjs/pug - 1152a44978fd42af8d34f2bd5f9a3b168b696ac4 authored over 14 years ago
Better reporting for js syntax errors

Big hack, but if we could catch the syntax errors,
we could apply a real lineno to the stack tra...

github.com/pugjs/pug - 0fa6466a5d202dea57390dc1bc6722a37259aef3 authored over 14 years ago
Fix for attributes with spaces + test

github.com/pugjs/pug - f9af0f482418cd300718b2c140475bd8ac4e9a87 authored over 14 years ago
Added feature to list

github.com/pugjs/pug - cd677806ff457618f854149a3a2f6120757f0a6f authored over 14 years ago
Added docs for changing default doctype

github.com/pugjs/pug - f168fb8a06805aa60ccb2b3bd7c67e554b129c7b authored over 14 years ago
Typo in docs

github.com/pugjs/pug - 13b2346084b22753ab3ca7561f6bb14fa830b4d4 authored over 14 years ago
Give whitespace example list items some text

github.com/pugjs/pug - 3a52ec32d3ed3679fa2a0b66f97712e46badd194 authored over 14 years ago
Added *.seed to gitignore

github.com/pugjs/pug - 94cac4e25f7bd3cfeac1e799b124e927807dd097 authored over 14 years ago
Added install docs / seed.yml

github.com/pugjs/pug - a9a5fd52c45c219dc995732f7cb57f72817d0db9 authored over 14 years ago
More docs

github.com/pugjs/pug - a0ee2c084e136871f4f97674ef470b2076ed3b02 authored over 14 years ago
Added better newline support. Closes #5

github.com/pugjs/pug - 489db14673ed34388a38eac0094030d4cdd425e8 authored over 14 years ago
Added debug option to readme

github.com/pugjs/pug - f57202e29f66827d18677beee043d78aefe0d0a8 authored over 14 years ago
Added CNAME back

github.com/pugjs/pug - 18512864220e3ce7976100252bb009623f38a3ce authored over 14 years ago
Revert "Added CNAME"

This reverts commit 2f97211c8aacdddfafb82385aa6033398de9cf5d.

github.com/pugjs/pug - 37c54b2fa7a0faa1b7cb9fdd07f065a711170a50 authored over 14 years ago
Added CNAME

github.com/pugjs/pug - 2f97211c8aacdddfafb82385aa6033398de9cf5d authored over 14 years ago
Fixed attr values of undefined, null, and "". Closes #34

github.com/pugjs/pug - b581af1bda5e2ca4e17e321799a1e56f16e18adf authored over 14 years ago
Docs for render()

github.com/pugjs/pug - 77b32643f2bf05b29da2c7b1a075185c4733ca70 authored over 14 years ago
Code docs

github.com/pugjs/pug - dedd519c0e3d0a7660e74d3eae5764d57e33dedb authored over 14 years ago
Filter docs

github.com/pugjs/pug - e10486733a28395908c3a67205a15d7081c41847 authored over 14 years ago
Interpolation escape docs

github.com/pugjs/pug - 01f4f621e9f3115e81a034188ff4def5d417eabd authored over 14 years ago
Added interpolation docs

github.com/pugjs/pug - 90e0ebd8f10fc29f4898612fbc8ed1309f8964b3 authored over 14 years ago
Tag text docs

github.com/pugjs/pug - 346bda81b4bb1017a082bfdd31523d92013e72de authored over 14 years ago
More tag docs

github.com/pugjs/pug - f61bf53154bd36669acd44687e90d321d2622a81 authored over 14 years ago
Tag docs

github.com/pugjs/pug - 8c6488fcd722d1eda345586b55db0789a9e3f905 authored over 14 years ago
Doctypes

github.com/pugjs/pug - 58ed759f8e84976906b5e46be9d64313d788face authored over 14 years ago
Doc typo

github.com/pugjs/pug - 6c2333ba93ccc059dd5e1e88a4b6ecab521352a5 authored over 14 years ago
More docs

github.com/pugjs/pug - 39ca646d1576e937798aa28051f22a77fb610642 authored over 14 years ago
Public api docs

github.com/pugjs/pug - 7ece7e6a9ec31a35bd192f367ae84d6a9ef81b87 authored over 14 years ago
More features

github.com/pugjs/pug - 690f9153ffbe16094152a036f171b53e2753b397 authored over 14 years ago
Removed benchmarks

github.com/pugjs/pug - eb62e7490c8a68874d60c761d4f06c41b620fc53 authored over 14 years ago
Added features

github.com/pugjs/pug - 2849e1116624bbed796ee0d9bfb63b35a94bc63f authored over 14 years ago
Added users example

github.com/pugjs/pug - c996382021cf3702799f856866694746ed417fd6 authored over 14 years ago
Renamed app.js to run.js

github.com/pugjs/pug - c25297922620e3cd6b1d35c566f90ab87ed0bde6 authored over 14 years ago
Started readme

github.com/pugjs/pug - 61eee299d2490d62c014adaefe708807b2f0234f authored over 14 years ago
Merge branch 'bin'

github.com/pugjs/pug - 95f4596946d79ea4689d760f54a22b0165384c17 authored over 14 years ago