Releases: emergent-design/libentity
Releases · emergent-design/libentity
v1.2.1
v1.2.0
Version release v1.2.0 * Added const encoding support for entities * Implemented a tree comparison utility function * Added a terse macro for describing an entity (c++20 only) * Added support for encoding a std::filesystem::path * Tidied up the unit tests
v1.1.14
- Fixed some comparison and unused parameter warnings
- Updated query to not use the deprecated std::iterator<> helper
- Added parameter to macro ent_get_ref to prevent warning
v1.1.13
Packaging updates
v1.1.12
* Helper structure any_ref for holding a generic reference * Added a recursive modifier function to vref which allows the modification of an underlying object/value where it is important to retain the original type and therefore using a tree is not viable.
v1.1.11
Handle uint32 values, avoiding ambiguity errors when compiling and using int64_t for storage so that the correct positive value is retained.
v1.1.10
Added support for hexadecimal numbers and leading decimal points in n…
v1.1.9 release
Update to the deployment process
v1.1.8 release
Switch to earthly for builds
v1.1.7 release
Added a focal package output