8000 Tags · goseign/fs2-data · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: goseign/fs2-data

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
Improve access by header performances

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
CE3, Scala 3 and new CSV pipes

v1.0.0-RC3

Toggle v1.0.0-RC3's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
Scala 3 RC

v1.0.0-RC2

Toggle v1.0.0-RC2's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
This RC mainly:

 - adds line number to CSV errors;
 - switches JSON selector interpolator to literally

v1.0.0-RC1

Toggle v1.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gnieh#153 from scala-steward/update/weaver-cats-0.7.1

Update weaver-cats to 0.7.1

v0.10.0

Toggle v0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
Add CBOR module

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
Add non failing CSV pipe

0.8.0

Toggle 0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
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

v0.8.0

Toggle v0.8.0's commit message
Release version 0.8.0

0.7.0

Toggle 0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
satabin Lucas Satabin
Various improvements:

 - CSV encoders
 - JSON utilities
0