Ecosyste.ms: OpenCollective

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

github.com/stylus/stylus

Expressive, robust, feature-rich CSS language built for nodejs
https://github.com/stylus/stylus

removed tab completion for now, nodes API doesnt make much sense

4499919a5d33b29a10c20a6af86f37c133215ec0 authored almost 14 years ago
stylus(1) REPL using readline

9d38f501c21f4cf16d7bbaa45ff60d3d6b7ed59b authored almost 14 years ago
highlight hex

f6145a294bb6ab620e377465890ad758b749afeb authored almost 14 years ago
fixed REPL BIFs

9e430b7a1379a97e43ddf2a19d466cacebdd8a87 authored almost 14 years ago
moved Evaluator#setup() to Evaluator#evaluate()

ccd2734b6dce8a5451f61e3605204142a2928d03 authored almost 14 years ago
removed try/catch from stylus(1)

338272724a267f791749af58d9680214fa3cc485 authored almost 14 years ago
Merge branch 'features/repl'

c3d5bd07795a21035f474c7fe835ea6d1d9a622c authored almost 14 years ago
fixed [class*="foo"]

f7a019fc1bcc924d4d4a4ab9740518c4546f216c authored almost 14 years ago
Added VIM link

be61fb07999c57678923addf2ab536a7fcdbb8ac authored almost 14 years ago
misc

a3fcb3cccb888528b265c2175193f6c9d1b5699c authored almost 14 years ago
ret

30c000f89766ad4f13a676d3c1c91ee18e0a2eee authored almost 14 years ago
ignore errors

6f9731710ce26b6dc75f3dc169f104e5447856aa authored almost 14 years ago
expression state

62babd97ba070aee917f9dad4b91220e11ad0488 authored almost 14 years ago
ignore empty lines

7af8c45d6c92f51bfc252fe10092abdecf6ff886 authored almost 14 years ago
more repl work

8b1ca8ce980027d93442373b04ad3a6deb798ce2 authored almost 14 years ago
more join() docs

9eadddea35e4a81ae492b920c07a78a3492d36b9 authored almost 14 years ago
Fixed; preserve rest-arg expressions. Closes #194

this changes how expressions work slightly, but for the better IMO

29a7058051f6741b0c06909af96d5e9ee6eacedc authored almost 14 years ago
fixed docs due to ronn retarded mess

1bb4635d922c13c167c156017ec655192fadd92a authored almost 14 years ago
Changed p() built-in to display parens

for example:

p(foo (bar baz (raz jaz (1 2 3))))

will output:

inspect: foo (bar baz (raz...

aa1f4a8e2942fe4639cf52b9affcd4ac553c21fa authored almost 14 years ago
growl 1.1.0. Closes #188

lack of growlnotify causes crash due to old version not supporting
optional callbacks

4f1a32d6aaad0ca8af3084c1ca78472bbef3b6a2 authored almost 14 years ago
Added unit compression tests

2555c2a6c86c4bef0944a137e828e4731d6e2b6b authored almost 14 years ago
Fixed negative floats when compressed. Closes #193 [reported by ludicco]

0be4e7ea0c5e3f36b8bb3152384f326c57f07c72 authored almost 14 years ago
Changed --compress -C to -c, and -css -c is now -C

910246859718e1817c9a76683f9a892e4cad4965 authored almost 14 years ago
fixed length() docs

308a0ad1649996dd1789690bc11bfc6be2398cdc authored almost 14 years ago
docs

7be46062d7bfbd44695cc1dcb2b18ed265dfb8d3 authored almost 14 years ago
updated

1e3557d214839da5fd604e19d39dd4060b3be8f8 authored almost 14 years ago
docs

31349fa453116b3a9bffef6610c14469ec4180ca authored almost 14 years ago
removed `make docs`

ce57d14690f8b0637d29e2af52075086c26cf9a1 authored almost 14 years ago
docs

0af78d7b91ffe4770daade72caa5bff810c15508 authored almost 14 years ago
note about / in prop value usage

dcdfc80c1ccff4170c129d1050556a80247908a7 authored almost 14 years ago
Release 0.8.0

61180db8c36ef0a17a9678efb875fdd5b2c7bf63 authored almost 14 years ago
misc

9741e687c5cb851b9d086fd6b4cc9505d9939947 authored almost 14 years ago
docs for postfix iteration

d44462feff3b077ea14d81006b0b28e8c1c9d056 authored almost 14 years ago
new function examples

59f0c72d8f2b3b0e9552d7d7f61390a00cb7b91c authored almost 14 years ago
docs for opacity mixin

73d50422c5b66f5909d2fb1c0bb6c51ab3ed730f authored almost 14 years ago
join() docs

9c869637f6718f38cceafb5300b3890d86d287fa authored almost 14 years ago
sum() / avg() docs

d331aa8a1d60dd3dd83c551a8d60ad150cdbac0c authored almost 14 years ago
docs for last()

5309e582d5a9444f974089439407ff63cf6d9f3e authored almost 14 years ago
misc

18e9387d761aebd0bb70970827aab125336aab1f authored almost 14 years ago
more implicit examples

8470cbfed62415806a068c7d5497f6d06843d220 authored almost 14 years ago
fixed url() which had issues due to earlier commits

18872aa35a9a86d1f08e8d77394c02e7ef099026 authored almost 14 years ago
better function examples

c3fea0f2307d7fe297bed9a0ae424166df98070c authored almost 14 years ago
better BIF examples

1c72f5afe5563a9e8382ff2d8534d17fbba1450c authored almost 14 years ago
Added join(delim, vals...) BIF

ef8b1149ea5e926b141d22d09ba067982a7c2e44 authored almost 14 years ago
fixed implicit return from for loop with conditional

90a15db9904c0c4fa670a9b6b3038a27c207095d authored almost 14 years ago
Added sum() and avg() BIFs

fa7fd30a335ef6c8def443d236c4e3bc003a3584 authored almost 14 years ago
Merge branch 'refactor-mixin'

f66ff36a5a8c92bdb38e6a935fc491decbaf6429 authored almost 14 years ago
fixed a test

23b39e81abbc1238a6364869082e753af681b1d6 authored almost 14 years ago
fixed a test

16432c2a5b0aff71a4fe6e949632ba1de248adb4 authored almost 14 years ago
fixed a test

eabf812843fea40c8d17b2f61b6deaf0fbd93a73 authored almost 14 years ago
more postfix conditional tests

b163d042d4dd7cb61b451786fd4d663c6cac0791 authored almost 14 years ago
fixed a test

5f8f774a6b2f0d4ca5ed9163c1ca11e798de7247 authored almost 14 years ago
fixed else block scope

07b86c408a493f0904dd9169053e26e73f5c9e7a authored almost 14 years ago
fixed return value of postfix conditionals

1eac5de84c06e9743a39ffa8b6beb33b7d354261 authored almost 14 years ago
fixed a test

9d9b4fc58b344a1cfad16fcab277e8bb213e37ae authored almost 14 years ago
fixed return scope

forgot to pop

83947eb8fc5743537a527b7fa9ab105ade521509 authored almost 14 years ago
fixed function argument block references

7a14e3d21efc70282a0fb89515ce9255e62ea087 authored almost 14 years ago
misc

2aec57d5f9d217775299daaee330f8bb448db9c8 authored almost 14 years ago
added more mixin ordering tests

58d01aa61db8692375648f6a8da98c32d823f71a authored almost 14 years ago
removed scope usagefor if/unless/for

we defer to the parent scope

f24334ecd8e2fe6c3f9f1270593b5814e9ed0f88 authored almost 14 years ago
removed block scope from if/unless/for again

03ec9a544febd760a5202782f60e92ffdd71918e authored almost 14 years ago
Added last() BIF

9be7d2296a8ad08a5c111d944e6a7669b3626dda authored almost 14 years ago
fixed mixins

7f9abb336acdb2e373f01ac3b83114e1addfa2d8 authored almost 14 years ago
more tests

965427ddd1cee0e25b79d25612ea061e43241a11 authored almost 14 years ago
more tests

c82858e3efa48377d37238c1367f4488da34b00d authored almost 14 years ago
fixed return in for-loop

8e51643cd6bc4afd9f5798cdbabdc9a2ba9e303d authored almost 14 years ago
fixed eval return

b664e0302c414872e2152a239fa0525355701bc3 authored almost 14 years ago
fixed for.function tests

7f0978ab38859205377de0ddeab9bf41c2b5c6d9 authored almost 14 years ago
fixed if / block retval

fde80013e9c160af591112b0bfd51524fe87b325 authored almost 14 years ago
fixed Evaluator#eval()

b0bb13bbdce5829c2f6a07b106ae6cf87e2d0523 authored almost 14 years ago
fixed function call stack issue

a928acb32937189693b938eff68b9d0c81c6649f authored almost 14 years ago
evaling if/blocks

4fe9fab28b754c587c17dd3006da7d5876b90a1d authored almost 14 years ago
fixed mixin from for block

bee8129e4246545e8af569b8fdde87124a104955 authored almost 14 years ago
Fixed evaluation return value ordering

be26d2814da8f4539f2bfce8d774bef0e647b0c2 authored almost 14 years ago
Added support for several trailing conditionals

this can ready pretty awesome sometimes, and sometimes really terrible :D

use with caution!

aa2c36b011345003fa7ea1f57622bc2fe69aa984 authored almost 14 years ago
enable block scope for conditionals, ridding of cascading mixin bugs

b9c599f3d154df7e62409b682488d568c334b687 authored almost 14 years ago
fixed mixin of postfix

28c72b5a594e544b0ba62823a9b1aa400077ec0f authored almost 14 years ago
Added nested conditional mixin tests

f6424c6cbdfd3633c03869bd7ae945e033b25c2d authored almost 14 years ago
Fixed nested mixin ordering

78d7f2203c63056e28209073219ad2ff611a43fa authored almost 14 years ago
better mixin order tests

d7d3a3f4f6967c8ec53fd51edb637b03b9498c4c authored almost 14 years ago
Added Evaluator#{currentScope,currentBlock}

49bc8078f214ef1024b1e3e6170adf850ad6a204 authored almost 14 years ago
misc

a7184ca99de452ae5a4eb660f1d1c050222423bd authored almost 14 years ago
misc

b562f64061800a962ef7304afc412b55bc230ee8 authored almost 14 years ago
Added Evaluator#currentBlock

d73e3e80050a861e3818f945b19c4108d7c2ac79 authored almost 14 years ago
Added mixin.order test

940f4dfed34d850eee1506cc1a62d81d9893be8c authored almost 14 years ago
Fixed; mixin to current block, cascading

c72aaa2a75f4e2407af5e7f4411de5d89833757a authored almost 14 years ago
Added Evaluator#_mixin()

2f3515fa1c78f5f18249b3f1f5692d9b01ca63cf authored almost 14 years ago
Added truthfulness docs

23bdc89cfdf63a5f4c5e3588d51484d29b446795 authored almost 14 years ago
0 is falsey, 0%, 0em, 0px etc truthy. Closes #160

less surprising in this case, more so in other cases
so this is a decent compromise

8f5e02c544011e39bcf33c477916da08d6640350 authored almost 14 years ago
Added property hack docs

bca78d3fa3a425a00945702c1a02b577b63455c6 authored almost 14 years ago
Added multi-line function definition support

trailing ) must be on the same line currently

a07384c6d6ad53f980a8ba93d517df918125789e authored almost 14 years ago
numberString no longer used

0b844982184cfdfc055e79a0b34ee3df387d2871 authored almost 14 years ago
Release 0.7.4

474167ec98f810f7ebbf03a66abe08b76173db76 authored almost 14 years ago
fixed issue with stylus(1) adding several watchers

f0e60b16cc5f99a2181e1bde03c4e435c2f86ec5 authored almost 14 years ago
Fixed stylus(1) --watch support due to dynamic @import support. Closes #180

54e31ebd59f4c19d0b7b8f5fc2c498df21c6120a authored almost 14 years ago
larger bm

92e24d62e520b656c86ebd70526ccb8f007eb050 authored almost 14 years ago
Removed all Parser getters, increases performance another 50%

8e4b59c961f7abcf1bf84c913995c945f637882b authored almost 14 years ago
Removed some more Lexer getters, performance increase

38d7038f1bbf69b58f5929a27b2d9e2556646467 authored almost 14 years ago
Lexer getters removed, ~45% speedup

65520e5e30c5ff57519bfe24b268845d9b741b8b authored almost 14 years ago
Added `make benchmark`

292a529c0f585eb8ff282408bd2437b2482c0e30 authored almost 14 years ago