Skip to content

Releases: ESTOS/esnacc

6.0.37 bugfix release

13 Jan 16:23
357fc9f

Choose a tag to compare

Further improved cases where objects were unnecessarily reused or copied.

6.0.36 Bugfix release

12 Jan 13:14
f487b8a

Choose a tag to compare

  • When we create an empty SJSon::Value also init it the internal value to zero
  • When we delete the memory allocated set that pointer to a nullptr
  • Removed JSON tmp variables when constructing objects. Creation is now done in the target objects

6.0.34 Bugfix release

02 Dec 14:27
337cabe

Choose a tag to compare

  • When creating type aliases check whether the source type and the final type are marked deprecated or not
  • Only reference converters if they really contain converters (otherwise they are not created and thus not resolvable)
  • Remove deprecated marked elements from choices (encoders, decoders, schema etc)
  • Migrated typescript code from npm to pmp
  • Upgraded typescript sample coded dependencies
  • fixed an issues with indexed any files

6.0.33 Bugfix release

06 Oct 11:32
f48fa1d

Choose a tag to compare

  • PDBs are not properly created

5.1.6 Bugfix release

06 Oct 11:32
7bcaa40

Choose a tag to compare

  • PDBs are not properly created

6.0.32 fix cmake build errors

19 Sep 08:47
47e895a

Choose a tag to compare

fixes build errors written to stderr while building

5.1.5 fix cmake build errors

19 Sep 08:47
6a9e125

Choose a tag to compare

fixes build errors written to stderr while building

6.0.31 Simplified stub usage without inheritance

30 Jul 13:53
2a6d1a5

Choose a tag to compare

  • Allow the stub to be used without inheritance
    • Changed from abstract to non abstract class
    • Made some method public that were protected
  • Changed client sample to directly call the stub methods without an interceptor class
  • bumped to verison 6.0.31
  • Changed client samples to dprint & eslint accroding to estos styles

6.0.30 Bugfix release

11 Jul 07:15
3533880

Choose a tag to compare

Adde public keyword to cpp-lib for Sequence Of and Set Of structures

6.0/6.0.29

18 Jun 09:42
9370144

Choose a tag to compare

6.0.29 Bugfix release

  • Fixed bug introduced in 6.0.28. Passing pCtx instead of nullptr. Affected by cpp-lib/