Performance optimizations and cleaning some stuff.
What's Changed
- Document how to add CORS support by @igor-vovk in #89
- Update sbt-native-packager to 1.11.0 by @scala-steward in #92
- Update logback-classic to 1.5.16 by @scala-steward in #91
- Rely on a call stack instead of reversing a list in MergingBuilder by @igor-vovk in #93
- Use CodedOutputStream to directly write to an array by @igor-vovk in #94
- one-pass implementation of writing in MergingBuilder by @igor-vovk in #95
- Formatting with scalafmt by @igor-vovk in #97
- [transcoding] Do not instantiate Iterator during tree traversal by @igor-vovk in #98
- Run dependabot on Fridays, format sbt files by @igor-vovk in #99
- Move conformance build-related files into a subfolder by @igor-vovk in #100
Full Changelog: v0.2.7...v0.2.8