Releases: cmannett85/arg_router
Releases · cmannett85/arg_router
arg_router v1.4.0
Bug fixes
- #330, Explicitly specify NOMINMAX and WIN32_LEAN_AND_MEAN
Improvements
- #302, Switch from a locally generated Conan package, to one hosted on conan-center.io
- #314, Add support for multi-value arguments
- #315, CMake function to generate translation type headers from simple text files
- #317, Enable/disable nodes at runtime
- #318, Skip irrelevant GHA jobs
- #321, Add variable list length end token
- #325, Create copyright checker git hook
- #332, Extend pre-commit hook to include clang-format
- #335, Use Levenshtein distance to suggest possibly misspelt arguments
arg_router v1.3.0
arg_router v1.2.2
arg_router v1.2.1
arg_router v1.2.0
arg_router v1.1.1
Bug fixes
- #246, critical issue that prevents non-CMake builds from being built
Improvements
- Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy
arg_router v1.1.0
- Supports non-macro compile-time string construction for C++20 and above compilation targets
- Supports MSBuild+MSVC for C++20 and above
- Much improved message translation mechanism
- Now supports exception message translations
- Now available on vcpkg
arg_router v1.0.0
Initial release!
arg_router v0.1.0
First vaguely useful release, mainly just to test the CI's release packaging...