Skip to content

Commit 3bbc203

Browse files
authored
docs: udpate documentation for the v1.0.0 release (#69)
1 parent fb0caf0 commit 3bbc203

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,7 @@ re := rex.New(
115115

116116
5. **Is it stable?**
117117

118-
It is `0.X.Y` version, but there are some backward compatibility guarantees:
119-
- `rex.Chars` helpers can change output to an alternative synonym.
120-
- `rex.Common` helpers can be deprecated, but not removed.
121-
- `rex.Group` some methods can be deprecated.
122-
- `rex.Helper` can be changed with breaking changes due to specification complexities.
123-
- The test coverage should be `~100%` without covering [test helpers](internal/test/test.go) and [cmd](cmd).
124-
- Any breaking change will be prevented as much as possible.
125-
126-
_All of the above may not be respected when upgrading the major version._
118+
Yes, starting with version v1.0.0.
127119

128120
6. **I have another question. I found an issue. I have a feature request. I want to contribute.**
129121

0 commit comments

Comments
 (0)