File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -115,15 +115,7 @@ re := rex.New(
115115
1161165 . **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
1281206 . **I have another question. I found an issue. I have a feature request. I want to contribute.**
129121
You can’t perform that action at this time.
0 commit comments