The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
* Grid // Fix wrong conditioning in expandGridByOneAt(). by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/22
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.8...v1.0.9
## What's Changed
* reverseWalk // Make score-balancing optional. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/21
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.7...v1.0.8
## What's Changed
* Walker // Use abs() to handle minus nodeLimit value. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/20
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.6...v1.0.7
## What's Changed
* Add partial reverse-walk ability. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/16
* Clang-Format // Use dual-space indentation. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/18
* Remove partialReverseWalk() and enhance reverseWalk(). by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/19
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.5...v1.0.6
## What's Changed
* v1.0.5 // Compatibility updates with vChewing UserOverrideModel. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/15
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.4...v1.0.5
## What's Changed
* Fix an issue that nodesCrossingOrEndingAt cannot fetch full-length candidates. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/14
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.3...v1.0.4
## What's Changed
* v1.0.3 // Deprecating Swift-Collections, etc. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/13
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.2...v1.0.3
## What's Changed
* Update tests to expose problems with overlapped candidate chars. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/5
* Grid // Fix a conditioning mistake. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/7
* build() // Fix wrong range. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/9
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.1...v1.0.2
## What's Changed
* NodeAnchor // Return a key length 0 if node is nil. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/3
* Use frozen structs where possible. by @ShikiSuen in https://github.com/ShikiSuen/Megrez/pull/4
**Full Changelog**: https://github.com/ShikiSuen/Megrez/compare/v1.0.0...v1.0.1
First usable Swift package release.