Releases: ESTOS/esnacc
Releases · ESTOS/esnacc
6.0.37 bugfix release
Further improved cases where objects were unnecessarily reused or copied.
6.0.36 Bugfix release
- 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
- 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
- PDBs are not properly created
5.1.6 Bugfix release
- PDBs are not properly created
6.0.32 fix cmake build errors
fixes build errors written to stderr while building
5.1.5 fix cmake build errors
fixes build errors written to stderr while building
6.0.31 Simplified stub usage without inheritance
- 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
Adde public keyword to cpp-lib for Sequence Of and Set Of structures
6.0/6.0.29
6.0.29 Bugfix release
- Fixed bug introduced in 6.0.28. Passing pCtx instead of nullptr. Affected by cpp-lib/