The three main changes are:
- closing #607 via #624 which allows users to set their own version of
Show[Expectation]when summoningShow[Error]. This can be useful for people who want to show the parsing errors to the user with some customization. - Support of scala-native 0.5 via #602
- Addition of DefaultParser typeclasses for setting default parsers for types via #577
The res...