Ecosyste.ms: OpenCollective

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

github.com/postcss/postcss-selector-parser

A CSS selector parser, integrates with postcss but does not require it.
https://github.com/postcss/postcss-selector-parser

2.2.1

4ea800d17fb120db02388c65bd45e990f688dbb7 authored over 8 years ago
Update changelog.

8b385af8732c013dd6687eb6a0e41196d87ac303 authored over 8 years ago
Remove hardcoded initialization spaces in node constructor. (#84)

f3665888840c03cc0e6455186c3eac59d3e3d34d authored over 8 years ago
Upgrade nyc to 8.0.0

Closes #87.
Closes #88.

66b3bce8b874eb7859f69df4554ae1170d97735b authored over 8 years ago
chore(package): update ava to version 0.16.0 (#85)

https://greenkeeper.io/

60c48261bd8290f4e1646fc48eacf469048630fd authored over 8 years ago
2.2.0

040212f30520c01a89c10317e647d5abdfabcdea authored over 8 years ago
Update changelog.

f57298c251bf1020e2ed810068fd619248857e48 authored over 8 years ago
Add Lossy behavior to remove non-significant whitespace (#81)

* Add #7 Lossy behavior to remove non-significant whitespace

* Make requested changes for PR ...

96ed333fb1ab35f9f2d58563bfe35cd0131e13b0 authored over 8 years ago
2.1.1

400007a784848930789419e9e62f97decf8ceea6 authored over 8 years ago
Update changelog.

76653d5e123d4009912f7c232e14270bc6c6e0ab authored over 8 years ago
Better handling `quoted` inside attribute selector. (#72)

a704deb4143bec78784d011f235b313be0b349b9 authored over 8 years ago
chore(package): update nyc to version 7.0.0 (#79)

https://greenkeeper.io/

c428978702448f2a3dee3768866c868ff6024f64 authored over 8 years ago
Update test script.

357d5ec95e8580cbf336b3c83ed03e27c32cc7f1 authored over 8 years ago
Update to ESLint 3.

Closes #73.
Closes #74.
Closes #75.
Closes #76.
Closes #77.
Closes #78.

faab10416f7fc9234b2f5ab42439d02aee8f1043 authored over 8 years ago
2.1.0

e7866161c38fd63d3b273ff6df9863a12588b763 authored over 8 years ago
Update changelog.

241042a73445dc011f6848004fe804f138e311c5 authored over 8 years ago
Test that we export these constants, & add documentation.

d1f4b275c4a76925eb869e16372a28248cf10e49 authored over 8 years ago
Use arrow functions in the main entry point.

f324d7e0490bcbe4ae2f4fcecb6a5d0471b4f93d authored over 8 years ago
Use and export type constants for selectors (#70)

9c38ed2c2eea41dd2783d430afb9b934c68fc215 authored over 8 years ago
chore(package): update ava to version 0.15.0

https://greenkeeper.io/

49c2204b6be567343edc77d46c054940ee71926c authored over 8 years ago
chore(package): update babel-plugin-add-module-exports to version 0.2.0

https://greenkeeper.io/

8908c3a026fc0e0fabdb609e31ce8f69e28bcdd7 authored over 8 years ago
2.0.0

1b204ce18de12172ef57aec8682f8d503b54deb3 authored over 8 years ago
Update changelog.

6762baaff07aac6703cf7ec6e7287a5f31167f50 authored over 8 years ago
Credit where credit is due.

981b9440167e2b948403948140004e69f9feb6f3 authored over 8 years ago
Rename raw to raws; closes #54 (#60)

* Rename raw to raws; closes #54

* Catch some lingering raw words

* Document attribute.raw...

1a70cd54ad7fe75ffb7bef674d13121a0e34dced authored over 8 years ago
Add test case for issue #61.

0a14cc8e5d698bdd0038fefd4762303c7e0d27e6 authored over 8 years ago
Update helpers file for AVA 0.14.0.

ae946dae14a2330a318c6bc3c3b07238c78c68ed authored over 8 years ago
Merge pull request #59 from postcss/quoted-property

Adds quoted and raw.unquoted properties to attribute nodes

b5f3508dc9e0ca2e6fce6ee8a2bc1536fe0b5b5f authored almost 9 years ago
Adds and properties to attribute nodes

b57783d66a8fe03627e62c25c459dd36d8246773 authored almost 9 years ago
Update AVA to 0.14.0. Closes #57.

5b14c8e0bbad987b57aff621ef6a69859e4ae334 authored almost 9 years ago
Update batch tests script.

11ee2e103ba51587bd52f13106b8667160440dc2 authored almost 9 years ago
Update test script, hopefully fixing tests on Travis.

This patch introduces a serial way of running AVA whilst concurrency
issues are being ironed out...

081a5367a47a1f931ef97159958f87ef12b45892 authored almost 9 years ago
Merge pull request #53 from postcss/sass-interpolation

Stop interpreting Sass interpolation as id; closes #52

628bd4a55208366114cf833966065734ad6deaf3 authored almost 9 years ago
Use AVA sigabrt branch.

2a017b2713eda8fcb413deb2f331706b183e9865 authored almost 9 years ago
Stop interpreting Sass interpolation as id; closes #52

08ab20fdb38cc80a6a23278627e3ad32f608ad61 authored almost 9 years ago
Try tests with AVA master from GitHub.

11a80f42553b13925be7d50b2c8cb244c691abea authored almost 9 years ago
chore(package): update ava to version 0.13.0

http://greenkeeper.io/

d0eaf9008bc1fdf308eb159b00b707fb310e8fa3 authored almost 9 years ago
Rework node creation tests.

992b3925fd8a24231706afef26ebfc8a2aae5340 authored almost 9 years ago
Try test script with verbose mode on.

c97d12f2ccac82b914192a9c7595b6269fdeab0d authored almost 9 years ago
Try running tests serially.

696fb21e7ef62bf1412946b7a8a9d0396e51a30e authored almost 9 years ago
Credit @montmanu for attribute selector parsing fix.

2188fcd18f5a3911366f675ec22bc3a5d1a6a90c authored almost 9 years ago
Update changelog for the 2.0.0 release.

Closes #24, closes #37, closes #38, closes #39, & closes #40.

a2ec71450dd825e0ef278350b66a55da9afe7da8 authored almost 9 years ago
Container#walkNesting & add API docs.

ce68874667bdb7e048b0165d14e193184ea8f98b authored almost 9 years ago
refine attribute parser for selectors with quoted values containing =

f46dabfd8d3dfcd4484c1ea49a171cf5d69fddd2 authored almost 9 years ago
Add support for the nesting selector.

e6e7462f7722734d2bfea8fc9e198297296bb2fd authored almost 9 years ago
Rename each & remove methods.

cecc4079917abbe84826b72b242a335ff15387bc authored almost 9 years ago
1.3.3

7646fd936890bf16cee35335f38aa0daa7bf8434 authored almost 9 years ago
Update changelog.

b0ccbe9d17d257a19a13a5ca7cca9ceea7e2a264 authored almost 9 years ago
Merge pull request #43 from postcss/patch-42

Throw on missing opening parenthesis.

c203553517e477e385c82a82daf47ece24355700 authored almost 9 years ago
Throw on missing opening square bracket.

80c45c19b4005a13e04c8a665ef81ccddfbfbbd7 authored almost 9 years ago
Throw on missing opening parenthesis.

Fixes #42.

87f5b81a445b4d5187b4b70548af7c9b197ff5db authored almost 9 years ago
chore(package): update nyc to version 6.0.0

http://greenkeeper.io/

709ec4a19d070e35ed7403472d69debc6c930a66 authored almost 9 years ago
1.3.2

cd26dfe6bc75f8a1d210d59aad86f192d77c5de8 authored almost 9 years ago
Update changelog.

826410a467b2eba8db22444c4c16d56cb707116e authored almost 9 years ago
Precompile character codes.

18e7cb2ddcbb568606833cfd4419846260401238 authored almost 9 years ago
Tidy up.

* Use shared eslint config.
* Rename t.doesNotThrow to t.notThrows (ava 0.12.0)

Closes #32, clo...

2c21293fea3e7f1f5b26ebd8b01868dd4672db41 authored almost 9 years ago
Merge pull request #34 from postcss/greenkeeper-ava-0.12.0

Update ava to version 0.12.0 🚀

e3fb929a16853728e02bb050487fb1af9baa6249 authored almost 9 years ago
chore(package): update ava to version 0.12.0

http://greenkeeper.io/

56605d33e79109fe9d8c5d50b252c575a7cb63ea authored almost 9 years ago
Merge pull request #31 from postcss/greenkeeper-del-cli-0.2.0

Update del-cli to version 0.2.0 🚀

adcd4b1cecc919d19d2ce82293073e91b7f00211 authored almost 9 years ago
Update prepublish script.

9263f99798f0ad0c0a3bfa650f663daf031aaf8e authored almost 9 years ago
chore(package): update del-cli to version 0.2.0

http://greenkeeper.io/

170e64d4443da39abbbcfeebcc3edccc233f80d4 authored almost 9 years ago
Add some more test cases.

1162e4253b9c46a4058a59fbf2b14af4fc95017f authored almost 9 years ago
1.3.1

1f41f5215c63d2c4a6ea8da90548e1b251efd207 authored almost 9 years ago
Update changelog.

d4dcacf1c8c8e24b546be43aa1da889937ac6687 authored almost 9 years ago
Merge pull request #29 from shinnn/dep

Update flatten from v0.0.1 to v1.x

a44a8abf397993dd24c93b656009e7fb5580e1e0 authored almost 9 years ago
Tidy up.

* Using ava instead of tape.
* Update to babel 6 for compiling.
* Code coverage.
* Update CI env...

aecf7e77b2cc79b95f0125410a5a123c49e2f01e authored almost 9 years ago
Update flatten from v0.0.1 to v1.x

https://github.com/jfhbrook/node-flatten

3a791ee474e1fa86a6373816d40f5d12ef8a10ff authored almost 9 years ago
Add single quote string test for #25.

37750c7a9a5e9589306ce3ff796ec956e2b822cc authored over 9 years ago
1.3.0

adc70630ec2cf8afa6436108d35c48625d8ababd authored over 9 years ago
Add string node type. Fixes #25.

aa35329fab057127e78f7f6739a7be7bb97c0816 authored over 9 years ago
1.2.1

d2cfb82a352e271ae26b2f5ea126727dd2bd1225 authored over 9 years ago
Fixes crash on trailing combinator.

926a5a6052845f9e1903179b1091e3995b39723d authored over 9 years ago
1.2.0

e5603997782bb24cdcb4348f5c389258e0dd7714 authored over 9 years ago
Update changelog.

e770e37db5a6b721b77e93b305c72c1f2cd4e6fc authored over 9 years ago
Fix merge conflicts.

399c0f21d8633b81e8915cd3c977095a982264fc authored over 9 years ago
Merge pull request #23 from postcss/source-index-docs

Add API doc for source and sourceIndex

67adedca852b85863c33c3fa19a1471630b8b21c authored over 9 years ago
Fix typo and clarify source sentence

9bca6ccb8fdcad2c5b472d275c6887b55ba83085 authored over 9 years ago
Add API doc for source and sourceIndex

44b4d4d0f75293a7feb02cab0a5b59b9eb5401cb authored over 9 years ago
Merge pull request #22 from postcss/combinator-source-index

Improve position for combinator

084fd32ead1e9cd2fa7a4dca3bb474f019b7f6da authored over 9 years ago
Improve position for combinator

e3e907d3c0ee0172c25dd88d8ab2436b841bde4e authored over 9 years ago
Merge pull request #21 from postcss/token-index

Add index to token for accurate sourceIndex

900a0c2b360c325b895dab086ad7aa709a9b6652 authored over 9 years ago
Add index to token for accurate sourceIndex

783e2eca39dcefa6b9bba07c2e5feb3558478116 authored over 9 years ago
Merge pull request #20 from postcss/source-index-pseudos

Add source position for pseudos

caa3aa467919ac3c43d1bd83980a696b9af715d5 authored over 9 years ago
Add source position for pseudos

72caf6b7907cdde02f39e82bfca364700769992f authored over 9 years ago
Merge pull request #17 from ashelley/invalid-pseudo-class-error

fix error when parsing invalid pseudo class

50788395ba4247166ef5fabc999e44ba3f370d9e authored over 9 years ago
Merge pull request #19 from postcss/attribute-position

Add attribute positions

b54395aa123f127ef3b3676f3af008960b4110c6 authored over 9 years ago
Add attribute positions

a9644176d0bf94504dd5a57511b84294012bdd54 authored over 9 years ago
fix error when parsing invalid pseudo class

ff2d538d985aa2f1194d954b393f7600fb12cc94 authored over 9 years ago
Add sourceIndex for comment, class, tag, id, combinator, universal selectors.

7773fd78104c91ff7d516a2486d977344b6de72f authored over 9 years ago
1.1.4

12d7e5b7c285bbbbb4236816e139b9eb9625df7b authored over 9 years ago
Less opinionated when parsing combinators. Fixes #16.

09eacbd0538b3fa79e73c5f1c506aaed47304132 authored over 9 years ago
1.1.3

7775cf054671abeaea82910cb8ca1e86c5b5709b authored over 9 years ago
Update changelog.

2a89f6cd311898b779d3df425a034e77192a0ad5 authored over 9 years ago
Don't throw on @ inside selector. Fixes #15.

45113a3bb02b709616c65dc94f7204b4c7ca9fea authored over 9 years ago
Add jshint config.

1a4a719c940d1f200ccd343e2133dc62d6728569 authored over 9 years ago
1.1.2

25935b409037e5e08413f0fe4d63c46b59fbc5d3 authored over 9 years ago
Fixes #12 (infinite loop on parens).

c92b2dfb91d48a001f0b09790d211f16adcaeae2 authored over 9 years ago
1.1.1

95b128976450b737621e398ece053cd6e5b6317b authored over 9 years ago
Fixes a crash when a backslash is the last character.

01a6b346e3612ce1ab20219acc26abdc259ccefb authored over 9 years ago
Document trailingComma.

341b79a2d5a2c6986aa3a8c5acc1ed95e50d24f0 authored over 9 years ago