Releases: woboq/verdigris
Releases · woboq/verdigris
Version 1.3
Highlights:
- Add C++ API to allow meta programming your properties
- Added Option to reduce macro spam a bit (W_NO_PROPERTY_MACRO)
- Build with MSVC 2017, 2019, 2022
- Support from Qt 5.9 to 5.15 and Qt 6.0.0 to Qt 6.3.0
Version 1.2
Highlights:
- Added W_OBJECT_IMPL_INLINE / W_GADGET_IMPL_INLINE / W_NAMESPACE_IMPL_INLINE (#51)
- Fix multiple-definition linker errors caused by W_NAMESPACE macro (#54)
- Fix build with MSVC 2019 (#46)
- Massive compile time improvements (#66)
- Qbs project files (#63)
- Tested with to Qt 5.13
Version 1.1
Highlights:
- Added support for Qt 5.12 features: W_FLAG alias via W_DECLARE_FLAGS
- Added support for enum class in W_ENUM
- Auto-detect the access specifier. (No need to add W_Access::Private or
W_Access::Protected anymore)
- Automatically mark the properties as FINAL for final classes (#40)
- MSVC 2017 workarounds.
Version 1.0
Define a version number
https://github.com/woboq/verdigris/issues/17