Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed Apr 14, 2021
1 parent 6dced66 commit c3e8cee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.10.2

- Sort named colors dictionary for better compression ❤️ @subzey

### 0.10.1

- Ignore `null` input in the parsers
Expand Down Expand Up @@ -33,7 +37,7 @@

### 0.6.2

- 20% speed improvement
- 20% speed improvement ❤️ @jeetiss

### 0.6.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ colord({ h: 0, w: 100, b: 0, a: 1 }).toHex(); // "#ffffff"
</details>

<details>
<summary><b><code>names</code> (CSS color keywords)</b> <i>1.48 KB</i></summary>
<summary><b><code>names</code> (CSS color keywords)</b> <i>1.29 KB</i></summary>

Provides options to convert a color into a [CSS color keyword](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#color_keywords) and vice versa.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colord",
"version": "0.10.1",
"version": "0.10.2",
"description": "👑 A tiny yet powerful tool for high-performance color manipulations and conversions",
"keywords": [
"color",
Expand Down

0 comments on commit c3e8cee

Please sign in to comment.