Tags: goseign/fs2-data
Tags
This RC mainly: - adds line number to CSV errors; - switches JSON selector interpolator to literally
Merge pull request gnieh#153 from scala-steward/update/weaver-cats-0.7.1 Update weaver-cats to 0.7.1
This release contains following improvements and bug fixed: - **General** - Switch to sbt due to recurring problems with mill (see gnieh#59) - Add support for Scala.JS (except for JSON interpolators) (see gnieh#63) - Consistently emit currently accumulated tokens in case of error (see gnieh#38 and gnieh#41) - **JSON** - Add a DSL for JSON selectors (see gnieh#43) - Add mandatory field selector (see gnieh#37) - New transformation `Pipe`s (see gnieh#49) - Add JSON stream wrappers (see gnieh#60) - Add selection context to errors (see gnieh#66) - **CSV** - Add customization for quote handling (see gnieh#50) - Add consistency check between row and header sizes (see gnieh#52) - Add specific exception when header size mismatches (see gnieh#54) - Add hints for missing CSV encoders and decoders implicits (see gnieh#36) In addition following dependency updates are included: - scalafmt 2.7.4 - sbt 1.4.0 - diffson 4.0.3
PreviousNext