New
Now with Scala-Native 0.5
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 rest of the PRs are dependency updates.
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.6.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/557
- Update scalafmt-core to 3.7.17 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/559
- Update sbt-typelevel, sbt-typelevel-site to 0.6.3 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/560
- Update sbt-jmh to 0.4.7 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/561
- Update sbt to 1.9.8 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/562
- Update sbt-typelevel, sbt-typelevel-site to 0.6.4 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/563
- Update sbt-typelevel, sbt-typelevel-site to 0.6.5 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/564
- Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/565
- Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/566
- Update sbt-scoverage to 2.0.10 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/567
- Update sbt-typelevel, sbt-typelevel-site to 0.6.6 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/568
- Update sbt-scoverage to 2.0.11 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/571
- Update sbt to 1.9.9 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/570
- Update scalafmt-core to 3.8.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/569
- Update sbt-typelevel, sbt-typelevel-site to 0.6.7 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/572
- Update scala-library, scala-reflect to 2.12.19 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/573
- Update scala3-library, ... to 3.3.3 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/575
- Use tlCommandAlias for command aliases by @regadas in https://github.com/typelevel/cats-parse/pull/576
- Update fastparse to 3.0.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/519
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/579
- Update fastparse to 3.1.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/581
- Update scalafmt-core to 3.8.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/578
- Add DefaultParser and DefaultParser0 typeclasses by @morgen-peschke in https://github.com/typelevel/cats-parse/pull/577
- Update sbt-typelevel, sbt-typelevel-site to 0.7.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/583
- Update sbt-scoverage to 2.0.12 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/585
- Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/587
- Update cats-core to 2.11.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/588
- Update jawn-ast to 1.6.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/590
- Update scalafmt-core to 3.8.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/592
- Typo fixed in index.md by @vaivanov95 in https://github.com/typelevel/cats-parse/pull/594
- Update fastparse to 3.1.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/596
- Update sbt-scoverage to 2.1.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/595
- Update scalafmt-core to 3.8.3 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/599
- Update sbt-typelevel, sbt-typelevel-site to 0.7.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/598
- Support Scala native 0.5, Update deps by @valencik in https://github.com/typelevel/cats-parse/pull/602
- Update sbt to 1.10.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/597
- Reduce tutorial mdoc noise by @valencik in https://github.com/typelevel/cats-parse/pull/603
- Update munit to 1.0.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/604
- Update auxlib, clib, javalib, nativelib, ... to 0.5.5 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/605
- Update sbt-scoverage to 2.1.1 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/606
- Update scala-library, scala-reflect to 2.12.20 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/609
- Update sbt-scoverage to 2.2.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/610
- Update sbt-typelevel, sbt-typelevel-site to 0.7.3 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/611
- Update munit to 1.0.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/612
- Update sbt to 1.10.2 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/613
- Add missing newline in with1 documentation by @tmcheung in https://github.com/typelevel/cats-parse/pull/608
- Update scala3-library, ... to 3.3.4 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/616
- Update sbt-typelevel, sbt-typelevel-site to 0.7.4 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/617
- Update sbt to 1.10.3 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/619
- Update auxlib, clib, javalib, nativelib, ... to 0.5.6 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/622
- Bump docs version to 1.0.0 by @johnynek in https://github.com/typelevel/cats-parse/pull/623
- Update sbt to 1.10.5 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/621
- Implicitly use Show[Expectation] by @johnynek in https://github.com/typelevel/cats-parse/pull/624
- Update sbt, scripted-plugin to 1.10.6 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/625
- Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 by @typelevel-steward in https://github.com/typelevel/cats-parse/pull/627
New Contributors
- @morgen-peschke made their first contribution in https://github.com/typelevel/cats-parse/pull/577
- @vaivanov95 made their first contribution in https://github.com/typelevel/cats-parse/pull/594
- @valencik made their first contribution in https://github.com/typelevel/cats-parse/pull/602
- @tmcheung made their first contribution in https://github.com/typelevel/cats-parse/pull/608
Full Changelog: https://github.com/typelevel/cats-parse/compare/v1.0.0...v1.1.0