From d18d28ff2db5f284510c16a2217d7e30d1fd45cf Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 12 Mar 2024 08:40:53 +0100 Subject: [PATCH] docs: small update to docs referencing current version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04f7fe1..450bb4d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ func main() { - Supports Tailwind v3.0 up to v3.4 - Support for extending the default configuration - Support for providing your own caching solution +- Its in 0.1.0, can I use it? Sure! I will personally be deploying this to prod. It's only in pre 1.0 because there some extra features I want to add before the 1.0 release (see roadmap) ## [Why use it?](https://github.com/dcastil/tailwind-merge/blob/v2.2.1/docs/what-is-it-for.md) @@ -38,6 +39,7 @@ func main() { - Build the class map on initialization and have a simple config style - replace regex with more performant solution - Move arbitrary value delimeters '[' & ']' to config somehow? +- Plugins & easy plugin api. ## Acknowledgments