Releases: zeldamods/oead
Releases · zeldamods/oead
v1.1.4: Merge pull request #10 from leoetlino/yml-fix
Update libraries and fix a YAML parsing issue that affected empty tagged strings in maps (e.g. key: !str64
).
v1.1.3-1: Merge pull request #7 from leoetlino/macos-10-14
Build macOS wheels that target 10.14, for 10.14+ compatibility.
v1.1.3
v1.1.2: py: Build in C++17 mode on MSVC
- sarc: Add operator== (and !=) for oead::Sarc
v1.1.1
v1.1.0: py: Fix default value handling in Map.get()
Experimental support for Grezzo datasheets and bug fixes.
v1.1.0rc1
v1.0.0: byml: Avoid possible copies in binary parser
See 1dd229b for an explanation of why this change is useful.