Files
30-seconds-of-code/node_modules/style-to-object/CHANGELOG.md
2019-08-20 15:52:05 +02:00

2.7 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2019-06-22)

Build System

  • package: add field "files" and remove .npmignore (fdf3966)
  • package: update script build:min to generate sourcemap (a13be58)
  • package: upgrade devDependencies (377bb40)
  • rollup: remove uglify-es from config as it's unneeded (b0951e0)

Tests

  • organize and rename describe blocks (8d4c004)
  • organize data (test suites) into cases, errors, and invalids (513732b)
  • rename test/cases.js to test/data.js (75d084d)
  • data: add more test cases and errors (c9242c7)
  • data: refactor test data from object to array format (1a07a38)

0.2.2 (2018-09-13)

0.2.1 (2018-05-09)

Bug Fixes

  • package: upgrade css@2.2.3 which resolves security vulnerability (d8b94c0)

0.2.0 (2017-11-26)

Features

  • parser: add optional argument iterator (a3deea8)

0.1.0 (2017-11-23)

Bug Fixes

  • parser: do not add to output if css value is empty (0759da7)

Features

  • parser: create client parser (cd85a31)
  • parser: create parser that returns null for invalid values (24f4f02)
  • parser: parse inline style to object with css.parse (04793b0)