Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Event page running on node
Spinning tunes for the day of days!
atom syntax theme. colors taken from vue docs, code taken from atom one dark vivid syntax theme
push eventBonnierNews/postcss-demq
commit sha 46bf174262d10089eebeed58ec1b27046c66d0aa
documented unreleased changes
commit sha d10fe15873a6344012b8987a9a49e5a399a813b7
updated language in tests and readme
commit sha bb9adee4d786eb751c348a7f2ebf7c56ac9a96b0
Merge branch 'filter-override'
commit sha 2b5bd6a76196cc57cbcf0c1dbf2fcb69a1cd154d
0.2.0
push time in a month
push eventBonnierNews/postcss-demq
commit sha ecdd98223713c756cc616b5f0228002d09a08b6c
fixed a couple of issues with query match
commit sha e52874a22df8c17073e954147f2440d53f8dc244
added eslint rules, formatted code,
commit sha d9eb02a8aae67cbdf6151172ea401440941c6fa3
added some documentation of filter function in readme
push time in a month
push eventBonnierNews/postcss-demq
commit sha 723cda4f7bad7b318d7348d35847719789f07cce
identified bug - collapsing queries with range completely wrapping option range
commit sha f2e77f036c1759d3637331edf19cd979cdd829a9
filter returning condition overrides with all auto will resolve to query auto
push time in a month
issue openedBonnierNews/postcss-demq
Operator `or` not supported in media query
Enterprets (max-width: 200px) or (min-width: 400px) as a single lte 200 condition
created time in a month
push eventBonnierNews/postcss-demq
commit sha 932da572a940b47c736d5fa06df0731f4b5b9564
dash separated date and version number
push time in a month
push eventBonnierNews/postcss-demq
commit sha 15f01679d825acf40e4fdf725230244d803d1603
corrected examples in readme
commit sha 577ca8e4c1923a61f184f74399c1a86aa4d7dea4
added basic functionality to changelog
commit sha 7fca006603b57f11db2f7f2a315278f9b9e335a6
more tests - istanbul is happy
commit sha 21b1dba982a19d1b145396dc84881059310a299f
bumped version of package to 0.1.0
push time in a month
issue openedBonnierNews/postcss-demq
Does not correctly parse CSS Url syntax in import statments
https://developer.mozilla.org/en-US/docs/Web/CSS/url
using the url function notation quotes are optional.
@import url(./file.css) (width >= 200px);
@import url('./file.css') (width >= 200px);
@import url("./file.css") (width >= 200px);
with options {minValue: 200} incorrectly compiles to
@import url(./file.css) (width >= 200px);
@import url('./file.css');
@import url("./file.css");
created time in a month
issue openedBonnierNews/postcss-demq
Negated media queries not supported
Using the not operator to negate conditions in a media query is not handled correctly by package.
Filtering the following css with options {minValue: 200}:
@media (min-width: 200px) {
.component { content: "want" }
}
@media not (min-width: 200px) {
.component { content: "don't want" }
}
Incorrectly results in this:
.component { content: "want" }
.component { content: "don't want" }
Instead of this:
.component { content: "want" }
created time in a month
push eventBonnierNews/demq
commit sha 7374f8f8c8b77fb9e6449308bb2a446ce4463358
removed unused export
commit sha 2a457ce80bc95dc0b21f0d0506dc2632a6171592
moved postcss to 'prod dependency' since not using v8
push time in a month
push eventBonnierNews/demq
commit sha eb3078e36c65cbd0264524ab101cf79c02cd83a5
synced repo with current version of postcss-plugin-boilerplate
push time in a month
push eventBonnierNews/demq
commit sha 24d393c03a8ba35fb90ab918e03f5b385ddc4311
put build status indicators
push time in a month
push eventBonnierNews/demq
commit sha cb9a06cf377044a42847e92ffd1abe226b992ad7
put build status indicators
push time in a month
push eventBonnierNews/demq
commit sha 6a8ee765a77d08d18f4739cc73f6e97fa9bbb9f1
moved url definition of PostCSS link
push time in a month
push eventBonnierNews/demq
commit sha 6f0069eaa02caf467147c229d6c64a525ec207c2
synced / improved package description
push time in a month
push eventBonnierNews/demq
commit sha 8eaa229333acb70f7e5cad0b5baa112c9b4b1240
less confusing tests with arbitrary widths and no condition templating - normalized phrasing
push time in a month
push eventBonnierNews/demq
commit sha c925c4afa0e3a5cf723fab584f836fcae625ef7f
disregard non pixel based width queries
commit sha 5785636408f60309f9ded6fd6c5bb24e6f774535
fixed parsing of range operators - no =< or =>
push time in a month
push eventBonnierNews/demq
commit sha 2b7bc6ba016e6d6e3d9e5e0aae7812b795c3c9a7
removed broken badges in top of readme
push time in 2 months
push eventBonnierNews/demq
commit sha 0790c8a740fa845b68219fb6e0b20ca360ca4fd3
Content in README
push time in 2 months
push eventBonnierNews/demq
commit sha a86e07a7ee164bbdc9a0ed8e58c373ac407a9f5e
some refactoring
push time in 2 months
push eventBonnierNews/demq
commit sha a519f66ff44f773732bb66c9b02e267bf27a055f
WIP - experimenting with conflicting media queries
push time in 2 months
push eventBonnierNews/demq
commit sha d0c1405a86028680042e978e39ce73a0b0146f15
fixed issue lt width same as minValue etc.
push time in 2 months
push eventBonnierNews/demq
commit sha 9752ed423423d8c84ec289663318aa852ab21ce5
prettier
push time in 2 months
push eventBonnierNews/demq
commit sha 0297ac6d98bf1e9c352244464b3e472d94c7ee31
fixed missing end parenthesis group
push time in 2 months
push eventBonnierNews/demq
commit sha 216ff833093f9560ccdc16d0b188a57300eb6fd2
better name for test iterable
push time in 2 months
push eventBonnierNews/demq
commit sha 4a14d02c5dc009ff02e09c2f4dca2a80a53ce3a8
filter import at-rules
commit sha b079d647839dd508542d04bd0c104c74d15d1d86
DRYer test suite
commit sha b903e7128cb807e6af464faebe3afbe3081f2894
added further tests for lt and gt queries
commit sha 23548483e615d8f9342047f9e3142dce12eb78ef
even DRYer test suite
push time in 2 months
push eventBonnierNews/demq
commit sha 436b5e3897f235f3ecb4c5ae2168ff6f25c0c786
further testing for inapplicable ranges
push time in 2 months
push eventBonnierNews/demq
commit sha 52767b42af32415e9ca5be3acf147517a5e3634a
added case for range syntax in tests for mq range validation
push time in 2 months
push eventBonnierNews/demq
commit sha 6c29bb4a0bd59a647e6ec57a94820a892dccad26
correct repository inforation in package.json
push time in 2 months
push eventBonnierNews/demq
commit sha 4b25fe03641ce6c1dcaa4ac860b760bae1e16fab
cleanup, prepared for generalizing
commit sha 1f15b5f45d9bef83b13afb29bd9130c4b81f90bf
leave unrelated queries untouched
push time in 2 months
push eventjonaswalden/demq
commit sha 0711b4d04842af7e43236fa2b7d36dcb8b75e7e8
fixed issue with wrongful partial preservation of min and max queries
push time in 2 months
push eventjonaswalden/demq
commit sha 308adb51ff0fe1b450fd7435ebf32de916da7c03
further bumping and syncing with plugin template repo
commit sha 73345fa688a3565463f13d4abf11320b912fcf48
a lot of prettying and refactoring to accommodate testing of level 4 range syntax
commit sha b609ef63ba5d7390ca912dd5cb080f384caa9da2
range syntax working
commit sha 9c06b83abab253f47eb87447fb1d81e83747ffbd
added tests for multiple conditions using range syntax
commit sha a2ceae2735fdcd81fa295fdc93a234b2eae55727
gt and lt cases working
push time in 2 months
push eventjonaswalden/demq
commit sha 32d676619850f39c3acdc89db300cdb004383bf5
bumped packages
push time in 2 months
pull request commentGoogleChrome/lighthouse-ci
Enable assertions of timing metrics through budgets file
@googlebot I signed it!
comment created time in 2 months
pull request commentGoogleChrome/lighthouse-ci
Enable assertions of timing metrics through budgets file
@googlebot I signed it!
comment created time in 2 months
pull request commentGoogleChrome/lighthouse-ci
Enable assertions of timing metrics through budgets file
No problem! Working on the CLA business. Awaiting legal approval, people on vacation and so forth ;D
comment created time in 3 months
push eventBonnierNews/lighthouse-ci
commit sha 74a08fd9669014be5e4f10f0266189c3e151ed9f
added timing metrics to budget assertion converter
push time in 3 months
pull request commentGoogleChrome/lighthouse-ci
Enable assertions of timing budget
forked to wrong owner
comment created time in 3 months
push eventjonaswalden/lighthouse-ci
commit sha 40d76e8630bcfad23382eef13f0bbac78829946a
added timing metrics to budget assertion converter
push time in 3 months
fork jonaswalden/lighthouse-ci
Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
fork in 3 months