libunicode 0.4.0
christianparpart
released this
27 Nov 20:44
·
65 commits
to master
since this release
What's Changed
- Allow passing custom LIBUNICODE_UCD_DIR to cmake by @christianparpart in #69
- Fix error handling of UTF-8 decoding for incomplete UTF-8 sequences by @christianparpart in #71
- Improve naming convention to be more streamlined. by @christianparpart in #72
- Move
scan_result.next
toscan_state.next
by @christianparpart in #73 - Check md5 of downloaded file by @Yaraslaut in #74
- Remove ubuntu 18.04 from github build actions by @Yaraslaut in #76
- Problem: Catch2 is always required by @yrashk in #75
- Update catch2 to v3 by @topazus in #82
- Improved libunicode targets installation by @christianparpart in #83
- Fix ARM64 build on Windows by @christianparpart in #84
- Allow building with older CMake < 3.18 by @christianparpart in #85
New Contributors
- @Yaraslaut made their first contribution in #74
- @yrashk made their first contribution in #75
Full Changelog: v0.3.0...v0.4.0