Skip to content

Releases: macbre/analyze-css

Use Dart Sass and update depenencies

17 Jun 09:02
fe6f0e1
Compare
Choose a tag to compare

analyze-css finally reaches the v1.0.0 milestone 🎉 - with improved code coverage, Dart Sass lib used and up-to-date dependencies.

  • #273 dependencies - Bump eslint from 7.22.0 to 7.23.0 (by @dependabot[bot])
  • #274 dependencies - Bump postcss from 8.2.8 to 8.2.9 (by @dependabot[bot])
  • #275 dependencies - Bump y18n from 4.0.0 to 4.0.1 (by @dependabot[bot])
  • #276 dependencies - Updating rules/prefixes.json
  • #277 dependencies - Bump postcss from 8.2.9 to 8.2.10 (by @dependabot[bot])
  • #278 dependencies - Bump eslint from 7.23.0 to 7.24.0 (by @dependabot[bot])
  • #279 dependencies - Bump browserslist from 4.16.3 to 4.16.4 (by @dependabot[bot])
  • #280 bug - Error on @import rule with url containing semicolon (by @kazhashimoto)
  • #281 dependencies - Bump eslint-config-prettier from 8.1.0 to 8.2.0 (by @dependabot[bot])
  • #282 dependencies - Updating rules/prefixes.json
  • #283 dependencies - Bump browserslist from 4.16.4 to 4.16.5 (by @dependabot[bot])
  • #284 dependencies - Bump postcss from 8.2.10 to 8.2.12 (by @dependabot[bot])
  • #285 dependencies - Bump eslint-config-prettier from 8.2.0 to 8.3.0 (by @dependabot[bot])
  • #287 pr - Test using Node.js 16 too
  • #288 dependencies - Bump postcss from 8.2.12 to 8.2.13 (by @dependabot[bot])
  • #290 dependencies - Updating rules/prefixes.json
  • #291 dependencies - Bump browserslist from 4.16.5 to 4.16.6 (by @dependabot[bot])
  • #292 dependencies - Updating rules/prefixes.json
  • #293 dependencies - Bump postcss from 8.2.13 to 8.2.14 (by @dependabot[bot])
  • #294 dependencies - Bump lodash from 4.17.19 to 4.17.21 (by @dependabot[bot])
  • #295 dependencies - Bump glob from 7.1.6 to 7.1.7 (by @dependabot[bot])
  • #296 dependencies - Updating rules/prefixes.json
  • #297 dependencies - Bump eslint from 7.25.0 to 7.26.0 (by @dependabot[bot])
  • #298 dependencies - Bump prettier from 2.2.1 to 2.3.0 (by @dependabot[bot])
  • #299 dependencies - Bump node-sass from 5.0.0 to 6.0.0 (by @dependabot[bot])
  • #300 dependencies - Bump mocha from 8.3.2 to 8.4.0 (by @dependabot[bot])
  • #301 dependencies - Bump postcss from 8.2.14 to 8.2.15 (by @dependabot[bot])
  • #302 dependencies - Bump postcss from 8.2.15 to 8.3.0 (by @dependabot[bot])
  • #303 dependencies - Bump eslint from 7.26.0 to 7.27.0 (by @dependabot[bot])
  • #304 docs - Removing articles that do not exist anymore (by @karreiro)
  • #305 dependencies - Bump autoprefixer from 10.2.5 to 10.2.6 (by @dependabot[bot])
  • #306 dependencies - Updating rules/prefixes.json
  • #307 dependencies - Updating rules/prefixes.json
  • #308 dependencies - Updating rules/prefixes.json
  • #309 dependencies - Bump eslint from 7.27.0 to 7.28.0 (by @dependabot[bot])
  • #310 dependencies - Bump prettier from 2.3.0 to 2.3.1 (by @dependabot[bot])
  • #311 dependencies - Bump glob-parent from 5.1.1 to 5.1.2 (by @dependabot[bot])
  • #312 dependencies - Bump mocha from 8.4.0 to 9.0.0 (by @dependabot[bot])
  • #314 dependencies - Bump postcss from 8.3.0 to 8.3.1 (by @dependabot[bot])
  • #315 dependencies - Updating rules/prefixes.json
  • #316 dependencies - Bump postcss from 8.3.1 to 8.3.2 (by @dependabot[bot])
  • #317 internals - Improve code coverage
  • #318 internals - Use Dart Sass instead of node-sass
  • #319 internals - Further improve code coverage
  • #321 internals - Remove trailing spaces from update-prefixes.yml
  • #322 bug - Fix handling of URLs with semicolons
  • #323 internals - Use dart-sass implementation instead of node-sass
  • #324 dependencies - build(deps): bump sass from 1.34.1 to 1.35.0 (by @dependabot[bot])
  • #325 dependencies - build(deps-dev): bump postcss from 8.3.2 to 8.3.4 (by @dependabot[bot])

CLI options handling fixed

22 Mar 15:25
Compare
Choose a tag to compare

Bump eslint-config-prettier from 8.0.0 to 8.1.0 #252
Bump eslint from 7.20.0 to 7.21.0 #255
updated-prefixes | git add rules/prefixes.json #256
Bump postcss from 8.2.6 to 8.2.7 #257
Updating rules/prefixes.json #259
Bump autoprefixer from 10.2.4 to 10.2.5 #261
Bump mocha from 8.3.0 to 8.3.1 #262
Updating rules/prefixes.json #260
Updating rules/prefixes.json #263
Bump postcss from 8.2.7 to 8.2.8 #264
Bump mocha from 8.3.1 to 8.3.2 #266
Bump eslint from 7.21.0 to 7.22.0 #267
Updating rules/prefixes.json #265
Updating rules/prefixes.json #269
Bump commander from 7.1.0 to 7.2.0 #270
CLI - fix options handling #271
Improve handling of --ignore-ssl-errors option #272

Prefixes database updated

23 Feb 12:31
Compare
Choose a tag to compare

#251 brings a massive update of CSS prefixes used by oldPropertyPrefixes rule.

v0.12.12

08 Sep 11:29
Compare
Choose a tag to compare
  • Bump browserslist from 4.13.0 to 4.14.0 #181
  • Bump js-beautify from 1.11.0 to 1.12.0 #182
  • Bump js-beautify from 1.12.0 to 1.13.0 #183
  • Bump mocha from 8.1.1 to 8.1.2 #184
  • Bump commander from 6.0.0 to 6.1.0 #185
  • Bump mocha from 8.1.2 to 8.1.3 #186
  • Bump node-fetch from 2.6.0 to 2.6.1 #188 [security fix]
  • Bump browserslist from 4.14.0 to 4.14.1 #187

v0.12.11

06 Aug 21:43
5093d6c
Compare
Choose a tag to compare
  • SASS pre-processing was broken (as tests added in #173 revealed), fixed in #175
  • Make npm package a bit smaller #171
  • Upgraded browserslist package (#165 #166 #168) and a few other dependencies

v0.12.10

17 Jun 08:14
3b6aaa9
Compare
Choose a tag to compare
  • all dependencies are now up to date (#158, #159, #160)
  • updated CSS prefixes (#163)
  • replaced no longer maintained npm modules (optimist and istanbul) with new ones (#161, #164)
  • tests are now run using Node.js 12.x and 14.x (#162)

v0.12.9

12 Apr 21:25
69aeaea
Compare
Choose a tag to compare
  • #155 - security fixes
  • #156 - use GitHub actions for PR tests and npm publishes
  • #157 - update prefixes

v0.12.8

28 Jan 16:41
Compare
Choose a tag to compare

Update CSS prefixes + security fixes

v0.12.7

12 Jan 22:45
Compare
Choose a tag to compare

#151 - Update dependencies

v0.12.4

23 Nov 18:55
Compare
Choose a tag to compare
  • #136 - Unicode in process.title causes failure
  • #138 - Run TravisCI tests using Node.js 7.x