Skip to content

Tags: zio/zio-blocks

Tags

v0.0.38

Toggle v0.0.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Yet more efficient JSON parsing of doubles, ints, and longs using JVM…

…s and Scala Native (#1383)

v0.0.37

Toggle v0.0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Scala docs (#1375)

v0.0.36

Toggle v0.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scope Reflect.Deferred.transform cache to prevent ReflectTransformer …

…retention across derivations (#1368)

* Scope Reflect.Deferred.transform cache to prevent ReflectTransformer retention across derivations

* Apply review suggestions

* Add test

v0.0.35

Toggle v0.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore performance of JSON codecs for options (#1352)

v0.0.34

Toggle v0.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid definition of inner classes by Scala macros (#1342)

v0.0.33

Toggle v0.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set initial capacity in builders for better performance (#1292)

v0.0.32

Toggle v0.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup the schema module implementation (#1284)

v0.0.31

Toggle v0.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix JSON schema for `java.time.ZonedDateTime` + Add support of field …

…name aliases in JSON schemas for records + Test cleanup (#1261)

v0.0.30

Toggle v0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable publishing of Golem modules to allow releasing of others (#1247)

* Fix sbt command aliases

* Disable publishing of Golem modules to allow releasing of others

v0.0.29

Toggle v0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup `JsonBinaryCodec` and `JsonReader` (#1208)