Skip to content

3.0.0

Compare
Choose a tag to compare
@dhbrojas dhbrojas released this 08 Feb 23:23
· 31 commits to main since this release
c8bd09c

Breaking Changes

  • Update ziapi::Version class to match versioning system of the ZIAPI project
  • Update ziapi::config::Node so that it uses smart pointers instead of raw pointers
    • Add MakeDict and MakeArray static factory methods
    • Drop constructors of ziapi::config::Node that use std::initializer_list
  • Update ziapi::INetworkModule::Run() documentation. This call is now expected to be blocking

Additional Changes

  • Add documentation on the set of standards and best practices for developing ZIAPI modules
  • Bump dylib version from 1.7.1 to 1.8.1
  • Improve issue templates and pull request templates
  • Update documentation to reflect said changes
  • Fix compilation warning