From 3bbc203af323c8e0e8b432148705311ee14aa6f8 Mon Sep 17 00:00:00 2001 From: Maksym Kryvchun Date: Sat, 12 Oct 2024 10:58:03 +0300 Subject: [PATCH] docs: udpate documentation for the v1.0.0 release (#69) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e55c8a..9240761 100644 --- a/README.md +++ b/README.md @@ -115,15 +115,7 @@ re := rex.New( 5. **Is it stable?** - It is `0.X.Y` version, but there are some backward compatibility guarantees: - - `rex.Chars` helpers can change output to an alternative synonym. - - `rex.Common` helpers can be deprecated, but not removed. - - `rex.Group` some methods can be deprecated. - - `rex.Helper` can be changed with breaking changes due to specification complexities. - - The test coverage should be `~100%` without covering [test helpers](internal/test/test.go) and [cmd](cmd). - - Any breaking change will be prevented as much as possible. - - _All of the above may not be respected when upgrading the major version._ + Yes, starting with version v1.0.0. 6. **I have another question. I found an issue. I have a feature request. I want to contribute.**