Ecosyste.ms: OpenCollective

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

github.com/postcss/postcss-import

PostCSS plugin to inline at-import rules content
https://github.com/postcss/postcss-import

Split tests and fix paths

bf453bb23fb9b45a1b3ec91d25de8b13ac064127 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Use AVA for test

c4178fe2d514920205a68955c2a8d5466005446e authored about 9 years ago by Bogdan Chadkin <[email protected]>
Fix tests with chdir

9a90dc3fdbd264352135221408b57e7099ecabc6 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #110 from postcss/simple-glob

Simplify parseGlob

5764206654929c68a55d5276917b95dd47189885 authored about 9 years ago by Maxime Thirouin <[email protected]>
Simplify parseGlob

bde132969ad4d88b938508d9122268b0c9e71cb2 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #108 from postcss/parse-import

Move parseImport out of readAtImport

c6c00f1f472c3ba9c1528b8539b45188845d3548 authored about 9 years ago by Maxime Thirouin <[email protected]>
Move parseImport out of readAtImport

a1aaa466d35275052a1af6ab9a9231f9961cd9f3 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #107 from postcss/async-only

Use async mode only

a9c6105f4580b7c69b8bf84ef6defb7ae3a52eff authored about 9 years ago by Maxime Thirouin <[email protected]>
Fix changelog

a61081b30341af971dff57c0d0aed690e5f9bbcf authored about 9 years ago by Bogdan Chadkin <[email protected]>
Update readme and changelog

c9ebdfa097b868ffd2e30e4a1567ae788b86d5b8 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Use async mode only

03dca8bdc5c06dfbe0d9a33aa26850fed62c2bec authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #105 from postcss/simplify-insert

Simplify rules insertion

430fc3484cf8f304650de62c958f6a61f8b0d8a5 authored about 9 years ago by Maxime Thirouin <[email protected]>
Simplify rules insertion

83b7c787dae294351de73ba9428ff8371a086da9 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #104 from postcss/remove-with-api

Remove node using postcss api

13ac4e53b1b52a66e61db359bcb33aaa5e83c30c authored about 9 years ago by Maxime Thirouin <[email protected]>
Remove node using postcss api

1d5d99bafc14fb3bed5e9c747e87f29a7e926f96 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #103 from postcss/simple-path

Simplify root node path

94d222b959d546958e09ab74319ea9086b8b5e0f authored about 9 years ago by Maxime Thirouin <[email protected]>
Simplify root node path

b4d24bb49cfcb4ae7321049621dac6e1b4622708 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Remove bower from example

Close #95

6ad8005bbaf6ba160f7a9d29ac97c17927694f55 authored about 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #94 from postcss/simplify-promise

Simplify promises

9751a9a302d282ef35f11b2d8dfd6035c91c51b4 authored about 9 years ago by Maxime Thirouin <[email protected]>
Simplify promises

1ea1ef06c15b25b8462178203b1145fd0c87bfcd authored about 9 years ago by Bogdan Chadkin <[email protected]>
7.1.3

d7ddd5db03d9a2c458c2e2ef68009418d10ae6c3 authored about 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #93 from postcss/fix-assign

Fix Object.assign call

9b5317dfadd89ade20c0d06e3d2846d9b82307de authored about 9 years ago by Maxime Thirouin <[email protected]>
Fix Object.assign call

7ebe6550efa6736e9b965d516a84ffcd399a6565 authored about 9 years ago by Bogdan Chadkin <[email protected]>
7.1.2

7b618b5922f83139006faaf6bf02507e0a5a576a authored about 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #90 from mstade/no-clone

Stop cloning options for a massive performance boost

143642cbb47dbbe5bfbc5645e14813acd4a09e05 authored about 9 years ago by Maxime Thirouin <[email protected]>
7.1.1

74c07afe4c0000d0b4728df178a265d2475c12bb authored about 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #91 from postcss/fix-test-versions

Add 0.12 and stable node versions to test

2ef4105c6b8371d430708134e4033d4136564ee6 authored about 9 years ago by Maxime Thirouin <[email protected]>
Add 0.12 and stable node versions to test

aa46a39cf5f040164496954ee90f249542817881 authored about 9 years ago by Bogdan Chadkin <[email protected]>
Use `Object.assign` instead of `Object.create`

As suggested by @TrySound and @MoOx.

d25897d85e02892b7187aca3674912deaae4c9de authored about 9 years ago by Marcus Stade <[email protected]>
Use Object.create to cheaply clone options, allowing mutation

By using Object.create, the original options become the prototype
of the newly created object, a...

2f0c22c795ab29fe6dda2a00cf7e93983b552fc0 authored about 9 years ago by Marcus Stade <[email protected]>
Stop cloning options for a massive performance boost

This seemingly innocent operation is apparently responsible for
some serious performance bottlen...

4c46936361a55941b6ebc2bbeedee4c393ca6fcb authored about 9 years ago by Marcus Stade <[email protected]>
Build on latest stable nodejs version

ad162e882bb42291c0629a3f5254bf022fb11695 authored about 9 years ago by Maxime Thirouin <[email protected]>
Added: option `addDependencyTo` to make the integration with webpack more elegant (7.1.0)

Ref https://github.com/postcss/postcss-loader/issues/31

94ce815da4da5d7d952d5ece74af294566f572b3 authored about 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #87 from oleersoy/master

Update README.md to reflect that node modules should set package.json…

ccf5cef79fc0b2f934dcd9631317a230001529b6 authored over 9 years ago by Maxime Thirouin <[email protected]>
Update README.md to reflect that node modules should set package.json's style attribute to the name of the CSS entry file

a4474f72659cd90f4bf21da23cfa7e5216483c77 authored over 9 years ago by Ole Ersoy <[email protected]>
Add note about plugin order

Close #81
Ref #80

c991f953c6b812c63dfabc1f19f55914a342b4b4 authored over 9 years ago by Maxime Thirouin <[email protected]>
7.0.0

a943b9cec119c2966ea74f0a7f0d170336cbc974 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #76 from postcss/fix-api

Upgrade to PostCSS v5

e65739a729a0cc9c27de67695f90a13977f3e03a authored over 9 years ago by Maxime Thirouin <[email protected]>
Upgrade to PostCSS v5

062693944b992a3cf92f9c3ae3e3e6633df59f1d authored over 9 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #73 from postcss/fix-deps

Update dependencies

5db759d7b9f63075f3150263f2d6d89a1d74149f authored over 9 years ago by Maxime Thirouin <[email protected]>
Update dependencies

514a4145759a700845d2cbbfad7ae29689d48c56 authored over 9 years ago by Bogdan Chadkin <[email protected]>
Added: `skipDuplicates` option now allows you to **not** skip duplicated files (6.2.0)

Close #67

2466a5327689d5d1f6a32e3519176c83aeb9a5fc authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #68 from hgl/hash

Add failing test for same file contents

78dbf162b679efa0946c602269a782de045e5893 authored over 9 years ago by Maxime Thirouin <[email protected]>
Not hash files explicitly

0cfa80687a160c463a549d95688ba14a4186f775 authored over 9 years ago by Glen Huang <[email protected]>
Not skip files containing import rules

1706c1a84cfa6988e6c878a4fea06106a4fb0d3e authored over 9 years ago by Glen Huang <[email protected]>
Add failing test for same file contents

0080e194be00a3028dc9bcfdc3fe3c14f2442a13 authored over 9 years ago by Glen Huang <[email protected]>
Bring back sync api (6.1.1)

e9db26da7afe8843af79df691c344b3d53b96e93 authored over 9 years ago by Maxime Thirouin <[email protected]>
Refactor all functions to use a state object instead of too many arguments

That’s a start, nothing more…

cf52378e959f10a11fb35b5b6c5fbbb25b98eb6c authored over 9 years ago by Maxime Thirouin <[email protected]>
6.1.0 has been unpublished

b9d28f93e99bbf211d946bc7e0efbc91a3289cd1 authored over 9 years ago by Maxime Thirouin <[email protected]>
Update CHANGELOG.md

9de7ebcf3b6d59d0eabb0367725b5be52480c420 authored over 9 years ago by Maxime Thirouin <[email protected]>
6.1.0

6bfaf83b5a0bababb58ee00500e09984f20eae71 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #66 from pensierinmusica/patch

Added support for Bower packages (resolves #65)

0b388882302ac66571af9155e73765bc1cd5837e authored over 9 years ago by Maxime Thirouin <[email protected]>
Added support for Bower packages

Date: Mon Jul 6 11:56:51 2015 +0200
modified: README.md
modified: index.js

f9a831843ebb325c66ea33c19bf7d79d4350bd0f authored over 9 years ago by Alessandro Zanardi <[email protected]>
Merge pull request #57 from jedmao/fix-warnings

Fix warnings

466ce1fe87a99635c1f787d93690cba7fd845fc2 authored over 9 years ago by Maxime Thirouin <[email protected]>
Fix warnings

446cf4fa50caa210c74ce9f4aa4d520868c3fe90 authored over 9 years ago by Jed Mao <[email protected]>
Merge pull request #58 from jedmao/fix-readme

Fix plugins section of README

177ef2ef46c2fd5512b709cd53c034462614bd36 authored over 9 years ago by Maxime Thirouin <[email protected]>
Fix plugins section of README

b69f080762aa404c92cb0dd0450ca1d5e9c67ceb authored over 9 years ago by Jed Mao <[email protected]>
Merge pull request #55 from jedmao/plugins-option

Introduce "plugins" option

4f92a73b9aef00da75edfe00e10e418529ecca06 authored over 9 years ago by Maxime Thirouin <[email protected]>
Introduce plugins option

7af006e8206f44a181c80a7276bbcc1828c2caab authored over 9 years ago by Jed Mao <[email protected]>
Merge pull request #56 from postcss/fix.options-mutability

Prevent mutability issue, round 2

88b0b692f9ee80330c7bdc8ce846d9cf94947473 authored over 9 years ago by Maxime Thirouin <[email protected]>
Prevent mutability issue, round 2

Close #44
Close #54

9ca39260fb9685206fa85b7fa82cc13d487942b1 authored over 9 years ago by Maxime Thirouin <[email protected]>
Added: warning when a import statement has not been closed correctly (6.0.0)

Close #42

1987a5e172d66428313433ccd2d16206a51974f1 authored over 9 years ago by Maxime Thirouin <[email protected]>
Prevent mutability issue

Close #43

5e2169d3e75f4fe612579994fdb154d989a71197 authored over 9 years ago by Maxime Thirouin <[email protected]>
Replace jscs+jshint by eslint

5bbe1205e7f20a70317797ff941b22516e7c7a14 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #53 from zoubin/feature-custom-resolve

custom resolve function option

c900ccc297eb13cd13dccc9fdbe3f8e3e8583589 authored over 9 years ago by Maxime Thirouin <[email protected]>
custom resolve function option

5d3c1fcd98852ae339ef0f2bc0b830263ba44e54 authored over 9 years ago by zoubin <[email protected]>
5.2.2

090967fb15cc5b026cbf744db816fb940b6642ef authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #37 from kswedberg/glob-moduledirectories

Make globbed imports work for module directories, too.

c463dbe69fd5d1a49cfc131e4e875e3f8a1c01ad authored over 9 years ago by Maxime Thirouin <[email protected]>
Make globbed imports work for module directories, too.

debda623cd0d5354664b4412b87c29de1c16e6b6 authored over 9 years ago by Karl Swedberg <[email protected]>
5.2.1

48e5ca61b32fa4c072cf8e7976c54036953c5139 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #36 from kswedberg/glob-fix

Ensure glob works when using single quotes and/or url(path)

8f429ce814b7ac83b7f5b952b652bc979eb3582d authored over 9 years ago by Maxime Thirouin <[email protected]>
Ensure glob works when using single quotes and/or url(path)

c17852911d39a86aa1a447c37eba671ab7113019 authored over 9 years ago by Karl Swedberg <[email protected]>
5.2.0

84fb978740572622ec1636870bb01f3edf407990 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #27 from borodean/master

Use common PostCSS plugin API

732b2535be2a336ac0c2c47c5e3e966d20be4866 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #34 from kswedberg/add-glob

Add glob option (Boolean, with default false). Closes gh-8

69fe8c1eca59e85b1de2d6ab243686d13d09729c authored over 9 years ago by Maxime Thirouin <[email protected]>
Add glob option (Boolean, with default false). Closes gh-8

281dda9895f74034e776fbfd82f713923fb47b0f authored over 9 years ago by Karl Swedberg <[email protected]>
Remove appveyor cache to fix build with latest fixes

ae027dfeb7c6040254f4d2e04a79c040f029551a authored over 9 years ago by Maxime Thirouin <[email protected]>
5.1.1

b942bd6103c01d071d2503e14a3e84a40ef52fa8 authored over 9 years ago by Maxime Thirouin <[email protected]>
Merge pull request #33 from postcss/hash-proxy

Files which only contain same @import rules were skip

3ef3fb90f2a3bf1d75ba6241b5d87dfd1f6d50e5 authored over 9 years ago by Maxime Thirouin <[email protected]>
Fixed: tests for postcss 4.1.x (async shit)

9fefc4fe92eea46287d7d9d2837353a046313089 authored over 9 years ago by Maxime Thirouin <[email protected]>
Fixed: sourcemap fixture (probably related to a sourcemap fix)

c731a74c6bd5dc23356a2b09c45307b24458d126 authored over 9 years ago by Maxime Thirouin <[email protected]>
Fixed: regression of 5.1.0: files which only contain same @import rules were skip

Closed #31

ecf8ce3854c1c1c38e7d7687e7bd95d58379477a authored over 9 years ago by magsout <[email protected]>
Adjust released date of 5.1.0 in CHANGELOG

I should not publish just after waking up

78de9299b17dca959a22fcdd882a29717794603a authored almost 10 years ago by Maxime Thirouin <[email protected]>
5.1.0

7007e24987adb9c23b0d88911f054c955a79f475 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #28 from magsout/hash

Not import same hash files

08d2cc688c5a4815ff9fd89c87024ff60680ca77 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Not import same hash files with same scope

6cf78d50e80fc9abb2708f416bf912901b675069 authored almost 10 years ago by magsout <[email protected]>
should works with nothing without throwing an error

Ref https://github.com/postcss/postcss-import/pull/26

cf7db013b682318a7bf37bc7d2a587eb6866f8ae authored almost 10 years ago by Maxime Thirouin <[email protected]>
Use common PostCSS plugin API

8c16c701ef92513bbdc773cdc9f3c36c28429457 authored almost 10 years ago by Vadim Borodean <[email protected]>
Fixed: regression of 5.0.2: AST parent references were not updated

Close #25

7b5fa01a764eeef7939668d0c0b5380ba16d2b09 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Fixed: indentation and code style are now preserved (5.0.2)

Close #20

Ref #184

e985ca694a51ce88747b4e724de3bdcbc495c857 authored almost 10 years ago by Maxime Thirouin <[email protected]>
5.0.1

4cfa06bae677066a86331c79a9be57dccafcb403 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #24 from iamvdo/master

Properly clone nodes in `ignoredAtRules`

27db4b29eb04493f45a68efd1151ff6c109889eb authored almost 10 years ago by Maxime Thirouin <[email protected]>
Properly clone nodes in `ignoredAtRules`

(fix #21 when `parent` is undefined)

aa15289a9370c458951a1f3815212552a77c86a3 authored almost 10 years ago by Vincent De Oliveira <[email protected]>
Merge pull request #23 from iamvdo/master

Fixed: create `before` property on `first` element, only if defined

3b89cd4c143ac5fb6fa0886eea672d35d04438b2 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Add a test for last fix

264286a936dd2c4fbedfe533439548a264815013 authored almost 10 years ago by Vincent De Oliveira <[email protected]>
Create `before` property on `first` element, only if defined

869a11902ed8e48c82450c67926f9849ffedbd07 authored almost 10 years ago by Vincent De Oliveira <[email protected]>
v5.0.0

44eb07419e76e7f44ae5eee1b6ddf22fd97e09e2 authored almost 10 years ago by Maxime Thirouin <[email protected]>
prepare 5.0.0

bd1b06de16cbecc4566225ccc03d98bedde6fff1 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Fixed: relative import based on path option

Close #14
Ref #15

8d9d0dc897afa3779c03f2fa4d9f80f7b2ec0f47 authored almost 10 years ago by Maxime Thirouin <[email protected]>
Merge pull request #15 from iamvdo/master

(broken) Add a test for relative import without from option

4af67704c26ef589540e72e8053a7fbbaf8d9095 authored almost 10 years ago by Maxime Thirouin <[email protected]>