Ecosyste.ms: OpenCollective

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

github.com/projectwallace/css-analyzer

Analytics for CSS
https://github.com/projectwallace/css-analyzer

Use Set() for counting unique declarations and selectors (#265)

7898494b8ef5b14a029b3d6cfc19e64d93f09c93 authored about 2 years ago
v5.6.0

e4efcf7ee96d4668b011c654d465e43e4455c18c authored over 2 years ago
fix: typings for specifity metrics

070b1ce13ea8fbbcd5a720c2c5d8c0947a294207 authored over 2 years ago
reduce bundle size (5.25kb -> 5.23) by not repeating DivisionByZero logic

2dc1b700c21f6ecdc5a4aab8cef2ea09f319cbf4 authored over 2 years ago
reduce memory usage for selector analysis

fafb7dc01390234858f3b46dc907be76b2e7a07f authored over 2 years ago
fewer loops/memory to stringify layer names

7ad0988705e66c80b20594bf84ad09e4bfabbf29 authored over 2 years ago
reduce bundle size by avoiding `?.` syntax

360db34d6e4334226412e1ae9ce0c2e4c0813988 authored over 2 years ago
use faster string comparisons

7463223af6f80380e1730887af40c6abdc4c6a5e authored over 2 years ago
update benchmark

b0d260826c6303c6240efa36b5379e583c82929c authored over 2 years ago
Re-introduce support for browserhacks (#258)

Includes all types of browserhacks from browserhacks.com:

- properties
- values
- at-media
...

c62ac6ba8211ee479b2b365a3d023d5ada2136b8 authored over 2 years ago
update csstree to 2.2.1 (#257)

eefa3b593d24ef10b842e4144c573796d5d01007 authored over 2 years ago
update csstree to 2.2.0 (#256)

65a96c8e0dcbb817e6c8ffc33b302f2672d642d3 authored over 2 years ago
Update microbundle & uvu and build scripts (#255)

- update uvu
- update microbundle
- use `--no-audit` and `--ignore-scripts` when installing in...

4dd321b67062296c425890eb78bb7ad99274f526 authored over 2 years ago
rename AggregateCollection.add() to .push()

a7014aa4f6c4212f2b5da39709927f8a317936d5 authored over 2 years ago
add property complexity

5d4284c00f5aea3d1d14169e6daea197ec582730 authored over 2 years ago
count extra selector complexity for browser prefixes

9cd3c26d20a984a652383e461aede5e1ed869a71 authored over 2 years ago
fix: do not add @layers to @containers

7a7bd83882b48fea467b821f150626bca6318f0b authored over 2 years ago
Fix let/var in occurencecounter hash

8d9612cc23a1e8decfe856a440932375384a15a3 authored almost 3 years ago
improve declarations totalUnique + uniquenessRatio (#243)

c242ce76b975b649ef33df4239482a01e1aa7620 authored almost 3 years ago
reduce memory usage for OccurrenceCounter by hashing the values (#242)

c99c8cc8cd2537b7facf96c8ccc5f0cbc163a587 authored almost 3 years ago
rm double test from smoke tests

cb984788c6bd99f00899d11890b939bcb9298b80 authored almost 3 years ago
faster tests: rm assert.not.throws (#241)

Because this is automatically tested by the next test. That one will throw if anything is very w...

cb843286ded22f40525083d61cc1c5ab612d79c8 authored almost 3 years ago
Add related projects

ece6a79a3b857a4d569bbbf98a053bdba8f9139c authored almost 3 years ago
v5.5.0

1259d4a9455e05bdd221f431a0b31048f8c6eb0a authored almost 3 years ago
report RuleSet sizes (declarations + selectors) (#240)

6dacca4eb5db133f83a7664ee6c08b9d3593c7d6 authored almost 3 years ago
list counts per selector specificity (#239)

59178db33b5c63bc5f508cc3c72475ec032b6a93 authored almost 3 years ago
list counts per selectors/rule or declarations/rule, closes #237 (#238)

5102e434fc4d1ec5b431175c584b7ad8255f155a authored almost 3 years ago
use node.prelude/block.children.size instead of walking rules separately (#235)

214b6bfa4b476c80a1a20370f6116456c3a0f65b authored almost 3 years ago
5.4.0

32bfeac20bc4d544ba0c46d1cb2f43c2a067d61f authored almost 3 years ago
5.3.2

bae2f06d84610cee35c8999da6708ab727768b95 authored almost 3 years ago
further minify output by creating shortcut for Object.assign

3c3940853cebde4d893f136f0fc454f53a9cc211 authored almost 3 years ago
replace obsolete variable to keep track of selector complexities (#234)

932774ab84fe2e7654ebf60a81dbf72da8c8ecb4 authored almost 3 years ago
5.3.1

8adfde53f72d63fd20142e9b8f4007886791c828 authored almost 3 years ago
update benchmarks, rm obsolete devdeps

d2068abc03c8e7a4f94df2a698e01a6313c53a13 authored almost 3 years ago
improve memory usage for files with many atrules (#233)

f7e30c613906fe3cae023e6e70f485297ef23732 authored almost 3 years ago
v5.3.0

81db180950f08cfcfb0b79a1b4e61ac6a4e747fb authored almost 3 years ago
remove commented code block

c09ae7ac5fd8a4a75d4503b2e7675ead311e352c authored almost 3 years ago
improve analysis of animations

5e5d5991ab070ed324e2b981e22f350935b990ef authored almost 3 years ago
improve analysis of fonts

3d3d79257d325c9e70163ec9b38b0765ed7d7ab6 authored almost 3 years ago
update benchmarks

39ce9a7ff91d7c79a53ad07db0adf2e192ae919f authored almost 3 years ago
improve memory usage, fix font keyword bug

2e98428f5b1c76bc324b678ea7aa754db1f17fac authored almost 3 years ago
Improve some tests

471b30d3971dace58c01f513f084f5a061073f20 authored almost 3 years ago
count unique selectors/declarations with a separate counter (#231)

... and let Terser mangle private class variables

f4ce5d2368b8d3ed6b17a5528bc164e51d870968 authored almost 3 years ago
Replace spread operators with Object.assign to reduce bundle size (5.03kB -> 4.94kB)

66e1b1f324a402bcceb5b54d2a9275b4d389a9de authored almost 3 years ago
Seperate walking Values from Declarations (#229)

e478a00cceae2cc844b848c731b7acbe762f3951 authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6 (#228)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](h...

10a9e22a16de97578ae1549340b0707b96d504f8 authored almost 3 years ago
5.2.1

d917b58958cc344f81d3d4c3c587af52f3b9272c authored almost 3 years ago
Lower memory usage when comparing strings (#227)

211a4f2c4ad1cc777f8d96b08505395853330e3d authored almost 3 years ago
improve memory measurements

d7771e66f7d885a04957386838ef9242b36c1ac3 authored almost 3 years ago
add memory benchmark

121cc449f6479ecba4ce2acfe4a4ad74140b031a authored almost 3 years ago
add CNN to smoke tests and benchmarks

5014f2a8918b17dea8fdaeaa2ba06e39d312c9be authored almost 3 years ago
avoid getting property basenames if we can (#226)

f95340a8b07b7f01a15f4da8aea1d95232f540e1 authored almost 3 years ago
Move some analysis to main loop (#225)

0773f888b6cb5c5214a868c79e74007b6ebf13d8 authored almost 3 years ago
generate proper report in case of empty css, closes #222

71a2b1b257a028b4b2f19bb92f1f9e47283a8478 authored almost 3 years ago
add test for emoji selectors, closes #224

c87702f7930bfa80b573a66008d8519108e0542c authored almost 3 years ago
do not pass around large objects if possible (#223)

Was reading this thread, so thought I'd give it a try https://twitter.com/devongovett/status/150...

25c2c124f213d9050ed35280806986a52757b1e0 authored almost 3 years ago
Simplify AggregateCollection and fix UInt8 bug

c47434e927ddeb860e77e62d4929236f8b88c2af authored almost 3 years ago
Support @layer atrules (#221)

a19937167964ddead2a132e278b00d2c6050032b authored almost 3 years ago
Update csstree to v2.1.0 (#219)

d61ed0dc5d2d1ccde77d2ef591a9bdb12ab58c8d authored almost 3 years ago
v5.1.1

1b7ced6ad4d7c6b35e6bd137c885eac9a425789b authored almost 3 years ago
Reduce bundle size: 169kB -> 76kB (#217)

a945a24321f5f6cb8c96600674caae800be618a8 authored almost 3 years ago
v5.1.0

0dd122b07330356414085dcd217054f372c67cb1 authored almost 3 years ago
feat: ship TS types (#216)

9a4da7a048ed15a759237f73de683ee9fa64f642 authored almost 3 years ago
feat: analyze embedded content (#215)

cd26e4f60ead3a12ea40eb64e82f78d7132ee454 authored almost 3 years ago
v5.0.2

86122afce30ea1657772fe8503b7370c78dfad3f authored almost 3 years ago
fix cases where .ratio would end up as `NaN` (#214)

da43e92af699eb1e29930663ccd0445b0c9af517 authored almost 3 years ago
v5.0.1

9316d5843527e76700893c131cc7a3a023d91cd5 authored almost 3 years ago
Fix require() for CommonJS (#212)

* update dependencies

* fix require()

d0100f8e6ba8992a1679bcab299db8e184db86bb authored almost 3 years ago
v5

2a8a9733676861dbe5d41355b82b30f04780f6c1 authored about 3 years ago
reduce npm publish size

f9311ed47ed9470f3b0b83804043eac866511134 authored about 3 years ago
fix release script

46708bf73de1f83a7b031a51723a49122afbf3ab authored about 3 years ago
add `dist/` to `files` in `package.json`

cacb906b2613bec9afe35095e318fddd022d9b01 authored about 3 years ago
V5: faster, more detailed, browser-compatible (#208)

- Drop support for Node 8 and 10 ([Node.js releases](https://nodejs.org/en/about/releases/))
- ...

f6243b028fa811128315a73fc457a55177ed3abe authored about 3 years ago
Bump path-parse from 1.0.6 to 1.0.7 (#205)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release n...

07a446fdf42622db49c129b63c627b747f6f4206 authored over 3 years ago
Bump normalize-url from 4.5.0 to 4.5.1 (#204)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Re...

c89d7ab7809b68f6d1b4fcd40dcf3fb0e5c61152 authored over 3 years ago
Bump postcss from 7.0.27 to 8.2.10 (#203)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 8.2.10.
- [Release notes](ht...

45dc52c87021f41b4a6247e7bc01c21bc77e0bc4 authored over 3 years ago
Bump y18n from 4.0.0 to 4.0.1 (#199)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://gith...

68a25fe165c150f99bba97c7fee578bc238824c1 authored over 3 years ago
Bump elliptic from 6.5.3 to 6.5.4 (#198)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](ht...

7fe25756023f0ae2e97690819d3b88e00c50a5a5 authored almost 4 years ago
4.0.3

d9fec19ff8a67ceba0d41acf7f5bc6d5cdfaec84 authored almost 4 years ago
Adds checks for error message so that doesnt break (#197)

Co-authored-by: Bart Veneman <[email protected]>

01573859f43a625c04af6d680bd83d95107f4ec6 authored almost 4 years ago
4.0.2

86dd41ac212e2e9434f70da31880b5a8036e8672 authored almost 4 years ago
fix: error.showSourceCode is not a function (#196)

Fixes #196

f695a048f61e6c124afc78b7467ca67334bcd182 authored almost 4 years ago
4.0.1

569a9bb50bc2013a2ec38db9b5f94df4ae9bc7d2 authored almost 4 years ago
Fix NPM publishing Action (#194)

Co-authored-by: Bart Veneman <[email protected]>

d6e1fc580886fbda3123b45b4f0ade0e9548c6f9 authored almost 4 years ago
v4.0.0 (#193)

Co-authored-by: Bart Veneman <[email protected]>

0d26b04b5575dfac7bfd77dc5d00379cd1a188f7 authored almost 4 years ago
Bump ini from 1.3.5 to 1.3.7 (#192)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://githu...

3e875f16e9a241632a9d3b868802089c3e85be60 authored about 4 years ago
Bump elliptic from 6.5.2 to 6.5.3 (#190)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](ht...

37e068946be645aebb1296d67c9bc2f9c9e2afb2 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 (#188)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](htt...

98a12cc4d5c87487a6d12971e4b2689afd8ce3fd authored over 4 years ago
Add bartveneman to funding.yml (#186)

c285a724c1862244c25d43612bb952c6690a1539 authored almost 5 years ago
Fix codeblock (#185)

e26faadbcf8755792c43183a2b915f5a1d95ffd0 authored almost 5 years ago
Create funding.yml

a94a713d2668be089f85cc6cef68b24af59fdb4c authored almost 5 years ago
Don't throw on trailing commas in SelectorList (#180)

Refs #157 (thnx @xqin)

Technically a traling comma in a SelectorList is a syntax error that t...

ac8355f9d463946dcf9dabe41178c64a7aee2f38 authored almost 5 years ago
re-install coveralls (#179)

Co-authored-by: Bart Veneman <[email protected]>

db0105e19222f7dee942ae34a4c2d0e6f9a8a792 authored almost 5 years ago
rm deprecated rules stats (#177)

Co-authored-by: Bart Veneman <[email protected]>

adfd0befd37130d3a2049042ed87647452b58214 authored almost 5 years ago
remove selector identifiers stats (#176)

Co-authored-by: Bart Veneman <[email protected]>

f5a03cc44a0ce168d4941aa70a8817caa223f9ae authored almost 5 years ago
convert @font-face to use declaration objects instead of key-val… (#175)

* convert @font-face to use declaration objects instead of key-values

* fix lint issues

Co...

077fb9bcf420b5953ab0e2ad7a97b216a9dc6352 authored almost 5 years ago
add gh action to auto create labels (#174)

Co-authored-by: Bart Veneman <[email protected]>

c55e90032844e0e7e3b84c8742b4ea57cebc0d70 authored almost 5 years ago
4.0.0-0

c210ce34c937b8dfd660d77ad0ed4546ad7f9622 authored almost 5 years ago
Update deps (#172)

* update XO and Ava

* update various deps

Co-authored-by: Bart Veneman <bartveneman@users....

89ca9663d849501e824ced1346b9c60e120920a6 authored almost 5 years ago
update readme badge (#171)

Co-authored-by: Bart Veneman <[email protected]>

4c961f4774799a6c2509f7632a483566b3ab42d6 authored almost 5 years ago