Skip to content

inkcpp 0.1.10

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jan 20:18

What's Changed

  • Fix optional::emplace() by @willvale in #126
  • Update list_table::count to return int32_t by @harryr0se in #113
  • Update WIN32 ifdef checks to _MSC_VER by @harryr0se in #114
  • fix(Core/Globals): Frees observer callbacks at destruction by @JBenda in #127
  • fix(runner): keep leading white spaces from strings when pushed to output by @JBenda in #132
  • Configuration changes to support no-std no-rtti no-EH when not using Unreal by @willvale in #128
  • Fix restrictive numeric casts/assignments. by @willvale in #134
  • Fix external function types by @willvale in #137
  • Add option for inkcpp to compile without exceptions by @harryr0se in #136
  • Make library inkcpp_shared public by @marekdaniluk in #140
  • fix(runner): count knot visits after jump more correctly by @JBenda in #141
  • bump(UE) add version UE5.7, no changes necessary by @JBenda in #133

New Contributors

Full Changelog: v0.1.9...v0.1.10