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

Updated documentation for strings

I went ahead and reordered some of the functions to put all the string bifs together to make it ...

6c7e8024860e1d82ee847ffe9859056ff2bed690 authored almost 9 years ago by Tyler Benton <[email protected]>
misc fixes

fb296c59f4639733e654317d4426807418e6b83f authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Docs and History up

57589a242fee5fd635a7fd1e94ce76cff12f8039 authored almost 9 years ago by Roman Komarov <[email protected]>
SelectorParser: Added initial reference selector

abeba8321edfceda3d85e2297c24877261fca743 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
BIFs: expose "url" function by "embedurl"

a476c34ab2d1324659265352d987ba2afe62edd3 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Updated history

af228c657c538d196487fb7cfdbe134f8c2558d6 authored almost 9 years ago by Roman Komarov <[email protected]>
Bump version

e26ae3d9bfece5152fa065148c846b3d6ba8a8e7 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
BIFs: Added "index" function

e2e1d295b13dbc05f4005509f5ced7f6df5a2da2 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
BIFs: Added "global" flag to define function

4019ca9751e173cbcc2769bceada54c01ce406f4 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
misc fixes + docs

1b10a6807ce1b4df5c5449b145abce9a8ba17527 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Merge pull request #2079 from iDev0urer/feature-percentage-function

Add percentage function to built in functions

b65c42295e03a81db3c2a92f9675337086c1db3a authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Merge pull request #2084 from the0neWhoKnocks/feature/utf8-encoding-support

Added support for UTF-8 encoding

3e36124dd5417ebb2e3bfa73e3676d74e957ac47 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Renderer: don't cache parsed AST for deps-resolver. Fixes #2108

200aae4f78c5bac28ceb34aa28d1d5b01b374c7c authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Extend length method to work with strings

Author: Ian O'Dea <[email protected]>

b36ef092d2d60a8b467f06fa9cd39caaae1ae8af authored almost 9 years ago by Ian O'Dea <[email protected]>
Merge pull request #2109 from tjbenton/issue-2103

Updating the match function

61a68281775e61cea7988285a068f8eaf30715cd authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Updated documentation

cdd30779d4a163626f19f450ca6f640ba32e23e8 authored almost 9 years ago by Tyler Benton <[email protected]>
Updated test cases

904c489bb5eff8aa585d497c299f119df8bb1aa9 authored almost 9 years ago by Tyler Benton <[email protected]>
Updated `match` function

The `match` function now returns the matched values instead of a boolean. In addition you can no...

ca0b24406e2513963cf5acaeafa18814e7bc8de6 authored almost 9 years ago by Tyler Benton <[email protected]>
Merge pull request #2107 from Delapouite/typo

docs(selectors): fix typo Exploder → Explorer

a641efe8c3f6a9ef9fcd7b0fcc294151072caea2 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
docs(selectors): fix typo Exploder → Explorer

412b8d873a69232f6ac25dcda6f6a9b6d10bd809 authored almost 9 years ago by Delapouite <[email protected]>
Docs: update information about error reporting. Fixes #2092

197421813d7a67e4ea2824fdf52dc0445fc33e0d authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Evaluator: bug with function as default argument. Fixes #2091

2a8ae8a685e6b342d1cb20fd933ddeeb0ef40772 authored almost 9 years ago by Mikhail Korepanov <[email protected]>
add quiet flag to have a more "quiet" output.

48f36f24acb52f1411a81cf1d71bd40e6def8853 authored almost 9 years ago by Ronai David <[email protected]>
Added support for UTF-8 encoding

I was working on a mixin to inline SVG's with the ability to set `fill` colors. Inlining of SVG'...

7ad33ab800b99bc7af0da46b49e6394bd3a5aeb6 authored almost 9 years ago by Trevor Lemon <[email protected]>
Update .npmignore

bf6d1f8d341d74f452902c5bb46549a00580554c authored almost 9 years ago by Mikhail Korepanov <[email protected]>
Add new test for percentage()

9c59f2746202b60b1e23fb62c577baeeca066472 authored about 9 years ago by Chris Watson <[email protected]>
Change percentage function to use unit()

Use unit((num * 100, '%') instead of (num * 100) + '%'

1cfeb2abdef9745f44925b6874cc902f7f857555 authored about 9 years ago by Chris Watson <[email protected]>
Add percentage function to built in functions

The percentage function will simply turn a given number into a percent. SASS has a similay funct...

efa18feda46f6c737c5c24c1a360b92e3c69363f authored about 9 years ago by Chris Watson <[email protected]>
Merge pull request #2078 from tomhughes/should

Update tests for newer versions of should.js

1fdb38e1b8ea54c1b320ce5a43c763a81ea55527 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Update tests for newer versions of should.js

25b4076a62f7e477c62a915dbbe97f44294992f0 authored about 9 years ago by Tom Hughes <[email protected]>
Update gulp plugins in 'getting started'

f3e15bbf156f0bfcc8f39a84462621e84131d9b7 authored about 9 years ago by Jan Wirth <[email protected]>
Add 'Getting started' to readme

#2071

bbcde26fc939bc6f7f2e531ae0e62464f5ed916d authored about 9 years ago by Jan Wirth <[email protected]>
Lexer: bug with multiline comments inside multiline expressions. Fixes #2074

af802a060212f1c0e5bdd3ced2bd684200518d58 authored about 9 years ago by Mikhail Korepanov <[email protected]>
JS API: bug with variables from options object inside expressions. Fixes #2072

a0041bddaf3d4fbff0072afe310bea61e39d0634 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Bug with relative paths in sourcemaps if --out flag is set to a file name. Fixes #2070

cb3fb4fbaac2a651bc9236618f78159f7250f4f1 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Bug with conditional assignment and "define" method. Fixes #2068

0cecce5b615f06b827bca1fc8d287ab26162d5be authored about 9 years ago by Mikhail Korepanov <[email protected]>
Changed links from old to new site url

c6feb20706911421b8ebf8d08fbac246f890fc63 authored about 9 years ago by Roman Komarov <[email protected]>
Fixed global variable leak

47c8df374734ade55d9a0e554058aab249e93ae4 authored about 9 years ago by Mikhail Korepanov <[email protected]>
0.53.0

a0b7cc61feb8abf361a1660710f8f96aa8aba309 authored about 9 years ago by Roman Komarov <[email protected]>
History up

a0ed7e1b4b08a4fcf143c2c7c8c798a0914b33d2 authored about 9 years ago by Roman Komarov <[email protected]>
Added Contributor Code of Conduct

70ea80f0a16f64fc90f5fd9c169a0326ecf5781d authored about 9 years ago by Roman Komarov <[email protected]>
Docs for partial references and some other new stuff, #2009

05568c775ae53b7e89cc8a57a40169f81aafa22c authored about 9 years ago by Roman Komarov <[email protected]>
Merge branch 'feature-selector-refs' into rc-0.53

* feature-selector-refs:
Return an empty string instead of null for empty selectors
Add supp...

42e135b88224c5ef480705fd5313d0048f88c67a authored about 9 years ago by Roman Komarov <[email protected]>
Allow comma-separated lists in "@supports" value. Fixes #2065

2283eefddd28c772382f2d8b32932dad1cf3febe authored about 9 years ago by Mikhail Korepanov <[email protected]>
Don't add space before unknown units. Fixes #2044

b953b04c33430901f7b587718553bace2d6bd3fa authored about 9 years ago by Mikhail Korepanov <[email protected]>
Merge pull request #2058 from ReadmeCritic/dev

Update README URLs based on HTTP redirects

258aa166d620516aa9bafcd63bf0448aab8c91f7 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Update README URLs based on HTTP redirects

a0d846ef1995691f94a62ad15f8b4d5fd4b809ac authored about 9 years ago by ReadmeCritic <[email protected]>
Return an empty string instead of null for empty selectors

bf81d819d5752f09fa021ca118ede8fe2c1e7673 authored about 9 years ago by Panya <[email protected]>
Add support for comma-separated lists as selector()'s arguments

54af91b68a173f13b4fde87cd6d3038d77bfb006 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Run tests on stable node

ddcbb9eb5e7d09f220aca276a201a29aee17825a authored about 9 years ago by Mikhail Korepanov <[email protected]>
Run tests on node 4.1

9402df3a36878b9379ef08d7eba5fe8c46629c7c authored about 9 years ago by Mikhail Korepanov <[email protected]>
Add "selectors()" bif

2e957fb5dc3391d5288f9cbf0b3b9c0733095127 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Ignore empty selectors

814d90b58f8e1aa92f8932f40846eb5e39347c18 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Omit combinators in root-level selectors with parent reference

f3f152d7a67cdd1270fccf355e19a8b5e2f47ab0 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Fixed small bug with partial reference

1c1ba9f203b3c076fe2cae1d345ff4cd8d2c0867 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Add support for ranges in partial references

701e5ba886fcd30dd4e2a98055226eefca8fef56 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Allow escaping "^" character

ec4f13bd42d0b75311a89c4182c3aa869e15e6e8 authored about 9 years ago by Mikhail Korepanov <[email protected]>
[WIP] Implement relative and partial selector references

43a8f14be3bfcaf107a34654a27b98538a820b35 authored about 9 years ago by Panya <[email protected]>
Support multiple ampersands inside selectors

68cbf2b6c1057824e5e5e08494446ec0b7e5cf24 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Use path.isAbsolute if supported (Node 0.12+)

f8f7b812a48b6e1450b1df8cb5cd06e446a97994 authored about 9 years ago by Panya <[email protected]>
Merge pull request #2033 from mlohbihler/dev

Better absolute path detection for Windows

cec69a04cd17ba848bc06e3f2618d1b1468ea636 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Simplification of previous change as per MK

71449a9e97ce96c34baecb80b505b55c9be99b06 authored about 9 years ago by Matthew Lohbihler <[email protected]>
Better absolute path detection for Windows

04f05daada6a8a0ff598970b4a979427e65a335a authored about 9 years ago by Matthew Lohbihler <[email protected]>
Merge pull request #2030 from speg/patch-1

remove wrong selector in example

b869bd8c751308b8a5179a23e2b07168985ca66d authored about 9 years ago by Mikhail Korepanov <[email protected]>
remove wrong selector in example

The example seemed to indicate that the textarea would only inheriet styles while being a child ...

799b1bf6e9af2c0a225b0b0e077f1b1167e2b95e authored about 9 years ago by Steve Hiemstra <[email protected]>
Merge pull request #2029 from bcomnes/patch-1

Fix middleware overlap function on windows.

fcfdf40b9102c9e3033314b3cb5543c6095ca1c9 authored about 9 years ago by Mikhail Korepanov <[email protected]>
Fix middleware overlap function on windows.

The `compare` function was comparing file system paths, and url paths, but figuring out which se...

dda5b280e18508403f465e1bac5dfbe40adb0f96 authored about 9 years ago by Bret Comnes <[email protected]>
Move bifs to separate files. Closes #2003

df9a60ab9c30a9c46878007c89d8b348328b4124 authored over 9 years ago by Mikhail Korepanov <[email protected]>
Docs: Reworked contribution guidelines

Fixes #2007

d03d8a4639e3c0ab7a8f34459cf5a9a45b732662 authored over 9 years ago by Roman Komarov <[email protected]>
Renamed worflow to contributing

2aa970db2c8ad5d45387d1161eae7b20ebe087d8 authored over 9 years ago by Roman Komarov <[email protected]>
Fix error message for "assertType" without parameter name

1f34ade6225c92d55c67d08424db8d8e82db219a authored over 9 years ago by Mikhail Korepanov <[email protected]>
0.52.4

0e5c468ddc8ec8b4c6f80d4c6a742d6e7fa31946 authored over 9 years ago by Roman Komarov <[email protected]>
Revert changes in "looksLikeSelector" method. Fixes regression #1998

7ee4221cc6daf19dba9b04aa7952238e16f3b8f9 authored over 9 years ago by Mikhail Korepanov <[email protected]>
0.52.3

f3d76984837aa9151c5241a675ea91ece19eef86 authored over 9 years ago by Roman Komarov <[email protected]>
Fixed another regression. Closes #1997

7b731b41035b0975b2358ba81f1253c2b3c86c18 authored over 9 years ago by Mikhail Korepanov <[email protected]>
0.52.2

0b2b3eb72f51a7f916d7a3ff0cf43010d11e4c44 authored over 9 years ago by Roman Komarov <[email protected]>
Fixed a parsing regression. Closes #1995

b7c9f81e4f5ad1ead4840d2508e35bac449b0bac authored over 9 years ago by Mikhail Korepanov <[email protected]>
0.52.1

a073e22c3667d447c51c8231f14ef30413e14e39 authored over 9 years ago by Roman Komarov <[email protected]>
Merge branch 'master' into dev

* master:
not working example to the example from real life
Run tests on node v0.12

794a1c755bbf09ca1f393316d6127891187fadb6 authored over 9 years ago by Roman Komarov <[email protected]>
misc refactor

2bf38b4695884ed747b0f6d5de59c40be79e4e45 authored over 9 years ago by Mikhail Korepanov <[email protected]>
Fixed a bug with arguments cloning

862cb0750be895373f89a9e6137c551b317bc182 authored over 9 years ago by Panya <[email protected]>
Fixed Stylus error messages for Node 0.12+. Closes #1991

91543331cf9a723ee70aab463b6eebd158866a8c authored over 9 years ago by Panya <[email protected]>
Fixed bug with commented indented lines at the end of a file. Closes #1975

473a3a25fd691e044a2b13b13cc252144a4191cc authored over 9 years ago by Panya <[email protected]>
Misc refactor

ca3de2f98fc61442d582be620a53598e98bcf17d authored over 9 years ago by Mikhail Korepanov <[email protected]>
Fixed bug with comma separated selectors and a block on a new line. Closes #1848

4d037f8840e956591db9b08338bdce6a3ada31fb authored over 9 years ago by Mikhail Korepanov <[email protected]>
Fix atrules parsing with a block at a new line. Closes #1971

a8e8501ea384240ce052a560c23361d35f9619aa authored over 9 years ago by Mikhail Korepanov <[email protected]>
not working example to the example from real life

e9bbd584a6f707aa162dbf61f05b183ce11982fa authored over 9 years ago by Yuri Tkachenko <[email protected]>
Merge pull request #1970 from tyv/master

not working example to the example from real life

961759bfcdcdcd437e62cbd6d3ab8bb6e5b4446e authored over 9 years ago by Mikhail Korepanov <[email protected]>
not working example to the example from real life

b3f9a5e41b61358805ee3981c9f111f837416000 authored over 9 years ago by Yuri Tkachenko <[email protected]>
Added type assertions to "substr", "split" and "replace" bifs. See #1968

d1ed92dfc45c8c8d54b86884dc0432b77e11eec7 authored over 9 years ago by Mikhail Korepanov <[email protected]>
up docs

259eafe23287f07c4805c595ac8c6d079246ef8b authored over 9 years ago by Mikhail Korepanov <[email protected]>
Fixed absolute urls detection. Closes #1965

b27b491d42ba8acaf47d7ad1ec938025abd8d56f authored over 9 years ago by Mikhail Korepanov <[email protected]>
Correct line numbers in error messages for files with CSS comments. Closes #1960

0f0cd7aef7140e8ad9845da8711564d4b2250641 authored over 9 years ago by Mikhail Korepanov <[email protected]>
Added docs for some JS API methods. Closes #1957

ca33696a9f5f1e237cd03abd65343b75cafe2acd authored over 9 years ago by Panya <[email protected]>
Merge pull request #1956 from SimenB/travis

Run tests on node v0.12

6a3815e71458e8c90b67eb48fd1c98b4e932b871 authored over 9 years ago by Mikhail Korepanov <[email protected]>
Run tests on node v0.12

Also use containers

d59db7c030e991089ae403ed60b1eafa922e7fd0 authored over 9 years ago by Simen Bekkhus <[email protected]>
0.52.0

b46744164c0f2918fccad289a14eb4a57141e306 authored over 9 years ago by Roman Komarov <[email protected]>
Merge branch 'new-resolver' into rc-0.52

* new-resolver:
Added an option for new resolver
url resolver refactoring

5c233bc742d8293469a11320f5435db0cebbe3d4 authored over 9 years ago by Roman Komarov <[email protected]>
Merge branch 'dev' into rc-0.52

* dev:
Added `optional` option to `json` bif
Add utf-8 charset to inline sourcemaps only if ...

9ee6a68db3c5f7b6b809de5c80a32e0b77c7506f authored over 9 years ago by Roman Komarov <[email protected]>
Added `optional` option to `json` bif

68ff919f1f5456fa8368fbeb60199d575681d514 authored over 9 years ago by Mikhail Korepanov <[email protected]>