classix 2.1.16 → 2.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # classix
4
4
 
5
5
  ![NPM version](https://img.shields.io/npm/v/classix?style=flat-square)
6
- ![Build](https://img.shields.io/github/workflow/status/alexnault/classix/ci-and-publish?style=flat-square)
6
+ ![Build](https://img.shields.io/github/actions/workflow/status/alexnault/classix/ci-and-publish.yml?branch=main&style=flat-square)
7
7
  ![Test coverage](https://img.shields.io/codecov/c/github/alexnault/classix?style=flat-square)
8
8
 
9
9
  The [fastest](#performance) and [tiniest](#size) utility for conditionally joining classNames.
@@ -120,6 +120,14 @@ And if you were using object arguments, you'll have to convert them to string ar
120
120
 
121
121
  That's it!
122
122
 
123
+ ## Some love ❤️
124
+
125
+ > "This looks great. I agree that the object notation is not great and not worth the perf hit." — @jmeistrich
126
+
127
+ > "It looks good! I like the idea that you can’t pass objects and is simple and minimal. I will use it on my next application instead of classnames." — @m0ment98
128
+
129
+ > "Thank you for creating and maintaining this package! It is great." — @charkour
130
+
123
131
  ## Changelog
124
132
 
125
133
  For a list of changes and releases, see the [changelog](https://github.com/alexnault/classix/releases).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classix",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "description": "The fastest and tiniest utility for conditionally joining classNames.",
5
5
  "main": "dist/cjs/classix.js",
6
6
  "module": "dist/esm/classix.js",