This commit is contained in:
matthias@arch 2022-11-01 18:18:33 +01:00
parent 5826df9afa
commit 0edbc7c2e7
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com> # Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
pkgname=gz-cpp-util pkgname=gz-cpp-util
pkgver=1.3 pkgver=1.3
pkgrel=4 pkgrel=5
pkgdesc="Utility library for c++" pkgdesc="Utility library for c++"
arch=('any') arch=('any')
url="https://github.com/MatthiasQuintern/gz-cpp-util" url="https://github.com/MatthiasQuintern/gz-cpp-util"

View File

@ -45,7 +45,12 @@ Replace `firefox` with your web browser
- Run `gz-enum-str -h` to list available options. - Run `gz-enum-str -h` to list available options.
## Changelog ## Changelog [maj.min.rel]
### 2022-11-01 [1.3.5]
- String conversion utility now split in to_string.hpp, from_string.hpp and conversion.hpp
- Containers with types that have a toString overload can be converted to string
- Improved the documentation
- Removed `util` directory
### 2022-10-30 [1.3.4] ### 2022-10-30 [1.3.4]
- Added toString support for 2D and 3D extent types - Added toString support for 2D and 3D extent types
- Added readBinaryFile function - Added readBinaryFile function