Releases: imageworks/pystring
Releases · imageworks/pystring
v1.1.5
What's Changed
- Add removeprefix and removesuffix to pystring by @niclasr in #30
- Added option to build static lib and installing header using cmake by @marza-sergey in #43
- cmake: fix build with cmake 4.0.0 by @tgurr in #47
- Proper installation paths by @svenstaro in #42
- Simplify github actions CI yaml file to use stock github runners and latest versions of windows/mac/ubuntu by @grdanny in #48
- Add meson build system by @mochaaP in #50
- Install locally by default to avoid naively overwriting /usr/local by @lgritz in #52
- ci: only bypass b_lundef if using clang+sanitize by @mochaaP in #53
- header only build option by @grdanny in #54
- enforcing min c++ 11 to match the new meson build system by @grdanny in #56
- Match our isupper with python behavior by @grdanny in #55
New Contributors
- @niclasr made their first contribution in #30
- @marza-sergey made their first contribution in #43
- @tgurr made their first contribution in #47
- @svenstaro made their first contribution in #42
- @mochaaP made their first contribution in #50
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.4
- Direct return function wrappers for partition, rpartition, split, rsplit and splitlines
- Fix for deadlock in split_nt function
- Declaring global strings for performance improvement
- CMake build system
- Allow default values in make file to be overridden
- CI tests
- Updates to license file