[0.1.0.0] -- April 2022 [0.1.0.0]: https://github.com/mordae/snack/compare/initial...0.1.0.0 * Initial release [0.2.0.0] -- April 2022 [0.2.0.0]: https://github.com/mordae/snack/compare/0.1.0.0...0.2.0.0 * Fixed `provided` combinator argument order. * Implemented basic error tracking. * Expanded documentation to fully cover Text parser. * Compatibility with GHC 8.10 and GHC 9.0 on top of GHC 9.2. [0.3.0.0] -- April 2022 [0.3.0.0]: https://github.com/mordae/snack/compare/0.2.0.0...0.3.0.0 * Implemented functions to aid with error reporting. [0.4.0.0] -- July 2022 [0.4.0.0]: https://github.com/mordae/snack/compare/0.3.0.0...0.4.0.0 * Replaced `commit` with `branch` to deal with unwanted backtracking.