Skip to content

Tags: zio/zio-blocks

Tags

v0.0.41

Toggle v0.0.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix NameMapper to join separated non-alphabetic characters and to pro…

…duce proper output for SCREAMING_SNAKE_CASE, SCREAMING-KEBAB-CASE, and PREFIXEDPascalCase (#1444)

v0.0.40

Toggle v0.0.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Splat varargs in constructor (#1432)

* Handle varargs in constructor

* fmt

* remove redundant test

* add header

v0.0.39

Toggle v0.0.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More efficient parsing of small BigInt and BigDecimal values using JV…

…Ms (#1424)

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)