Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 22, 2020
1 parent 2916231 commit b5c819b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2020-11-22)


### Features

* **index:** add `StyleToJS` that converts CSS style to JS object ([59d3869](https://github.com/remarkablemark/style-to-js/commit/59d3869d295dfabed39b81360d0efdc545c219a6)), closes [/github.com/remarkablemark/html-react-parser/blob/4b5fad9/lib/attributes-to-props.js#L70-L89](https://github.com/remarkablemark//github.com/remarkablemark/html-react-parser/blob/4b5fad9/lib/attributes-to-props.js/issues/L70-L89)
* **utilities:** add `camelCase` helper ([1e5845f](https://github.com/remarkablemark/style-to-js/commit/1e5845feee446fae0943ae410133a22b31a08aaa)), closes [/github.com/remarkablemark/html-react-parser/blob/4b5fad9/lib/utilities.js#L5-L27](https://github.com/remarkablemark//github.com/remarkablemark/html-react-parser/blob/4b5fad9/lib/utilities.js/issues/L5-L27)


### Bug Fixes

* **utilities:** camelCase CSS vendor prefix correctly ([6527322](https://github.com/remarkablemark/style-to-js/commit/652732234bc431d4eb7a3c6e21bb85a44b9c76fc))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-to-js",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Parses CSS inline style to JavaScript object (camelCased).",
"author": "Mark <mark@remarkablemark.org>",
"main": "cjs/index.js",
Expand Down

0 comments on commit b5c819b

Please sign in to comment.