What's Changed
- Fix optional::emplace() by @willvale in #126
- Update list_table::count to return
int32_tby @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
- @willvale made their first contribution in #126
- @harryr0se made their first contribution in #113
- @marekdaniluk made their first contribution in #140
Full Changelog: v0.1.9...v0.1.10