Skip to content

v0.2.0 Lots of Fixes

Compare
Choose a tag to compare
@5cript 5cript released this 18 Jan 13:10
· 1 commit to master since this release
  • Created interfaces are now held in shared_ptr to avoid dangling reference issues.
  • 2D Arrays have a special case now.
  • Added "custom_value" for custom value parsing/generation
  • Fixed Readme Whitespace
  • Added clang_format file (Not all files were reformatted automatically)
  • Fixed some clang warnings/errors
  • Created slots are now returned as unique_ptr, and not as an owning raw pointer (YUCK) anymore.