Skip to content

Releases: emergent-design/libentity

v1.2.1

12 Sep 08:47
Compare
Choose a tag to compare
v1.2.1 release

  * Bux fix to scientific notation parsing in JSON
  * Provision support for smart pointers (with circular reference checking)

v1.2.0

07 May 11:00
Compare
Choose a tag to compare
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

04 Jan 10:33
Compare
Choose a tag to compare
  • 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

23 Nov 17:37
Compare
Choose a tag to compare
Packaging updates

v1.1.12

04 Oct 08:31
Compare
Choose a tag to compare
  * 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

28 Sep 13:33
Compare
Choose a tag to compare
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

06 Jul 13:05
Compare
Choose a tag to compare
Added support for hexadecimal numbers and leading decimal points in n…

…umeric values.

Updated packaging to use debhelper.

v1.1.9 release

11 May 21:25
Compare
Choose a tag to compare

Update to the deployment process

v1.1.8 release

05 May 14:43
Compare
Choose a tag to compare

Switch to earthly for builds

v1.1.7 release

30 Jun 15:59
Compare
Choose a tag to compare

Added a focal package output