syntax_sugar 0.2.5 syntax_sugar: ^0.2.5 copied to clipboard
A utilities library containing useful tools and syntax sugars.
0.2.5 #
satisfyAll
andsatisfyAny
to match iterable conditions and improve performance overany
andwhere
method ofIterable
.
0.2.4 #
- Fix
matchIndexOf
bugs: don't wrap regexp on non-iterable.
0.2.3 #
- Enhance
indexOf
andlastIndexOf
ofString
: enable any type. - Fix resolve condition if the any type is an empty iterable.
0.2.2 #
- Fix regexp bug of duplicate brackets.
- Doc iterable lazy.
- Test iterable regexp.
0.2.1 #
- Retracted because of unnecessary and deprecated code.
0.2.0 #
- Regexp chain and matrix.
- Generate regexp from iterable of strings.
- Docs about iterable performance.
0.1.0 #
- Fix use generics on iterable all to string.
- Nullable max of
num
s. - GitHub workflow to publish.
0.0.0 #
- Initial version with basic configurations.
- Iterables (List and Set) all to string.