Skip to content

Releases: jsdom/cssstyle

v1.4.0

06 May 23:15
Compare
Choose a tag to compare
  • Add missing valid color refs 'transparent' and 'currentcolor'

v1.2.1

16 Feb 17:08
Compare
Choose a tag to compare
  • Test node versions 6, 8, 10, and 11 in CI
  • Remove comma dangle which breaks legacy (Node 6) apps

v1.2.0

16 Feb 03:27
Compare
Choose a tag to compare
  • Added new script to download CSS properties from W3C standard
  • All modern (non-WD and non-FPWD) CSS properties are handled
  • Add flex related styles
  • Support for hsl and modern colors is added
  • A function redeclaration bug is fixed
  • All properties not handled by the library now fallback to a simple read/write behavior (to be improved in the future)
  • As a follow-up, properties that already had a simple read/write behavior are now handled by the fallback code
  • Add travis CI integration with GitHub
  • Add lint CI

v1.0.0

11 Jul 19:50
Compare
Choose a tag to compare

This release includes a few minor bug fixes, but more importantly marks the beginning of semantic versioning for this package.

Moving forward, developers can expect semver compatibility. No breaking changes will be introduced as patches, etc.

More information can be found at semver.

v0.3.1

11 Jul 19:24
Compare
Choose a tag to compare

Version 0.3.0 marks the change in ownership of this package. I have already merged a few outstanding pull requests will continue to do so. Pull requests are welcome from the community.