Releases: kitlangton/neotype
v0.3.8
What's Changed
- Update quill-jdbc-zio to 4.8.6 by @scala-steward in #148
- Update versions by @kitlangton in #160
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Update sbt to 1.10.2 by @scala-steward in #116
- Update tapir-core, tapir-json-pickler to 1.11.3 by @scala-steward in #115
- Update doobie-core, doobie-postgres to 1.0.0-RC6 by @scala-steward in #121
- Update zio-schema, zio-schema-json to 1.5.0 by @scala-steward in #120
- Update tapir-core, tapir-json-pickler to 1.11.4 by @scala-steward in #119
- Update sbt-bloop to 2.0.2 by @scala-steward in #117
- Update jsoniter-scala-core, ... to 2.30.10 by @scala-steward in #118
- Update README.md by @felix-hedenstrom in #123
- Update tapir-core, tapir-json-pickler to 1.11.5 by @scala-steward in #126
- Update caliban to 2.9.0 by @scala-steward in #125
- Update scala3-library, ... to 3.3.4 by @scala-steward in #131
- Update sbt-scalajs, scalajs-library_2.13, ... to 1.17.0 by @scala-steward in #130
- Update sbt-scalafix to 0.13.0 by @scala-steward in #128
- Fix
New anonymous class definition will be duplicated at each inline site
warning by @plokhotnyuk in #132 - Update jsoniter-scala-core, ... to 2.30.14 by @scala-steward in #133
New Contributors
- @felix-hedenstrom made their first contribution in #123
Full Changelog: v0.3.5...v0.3.6
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update jsoniter-scala-core, ... to 2.30.1 by @scala-steward in #64
- Update sbt-scala-native to 0.5.3 by @scala-steward in #67
- Update chimney to 1.1.0 by @scala-steward in #69
- Update zio-schema, zio-schema-json to 1.2.1 by @scala-steward in #68
- Update zio-test, zio-test-magnolia, ... to 2.1.2 by @scala-steward in #66
- Update zio-test, zio-test-magnolia, ... to 2.1.3 by @scala-steward in #70
- Improve documentation for generated zio-json Codecs by @swoogles in #95
Full Changelog: v0.3.0...v0.3.1
v0.3.0
BREAKING CHANGE TO THE MODULE STRUCTURE FOR INTEGRATIONS! ⏰
I've relocated each integration (quill, jsoniter, zio-json, etc.) from being directly under the neotype
package—such as neotype.quill
—to a new intermediate package named interop
. Now, each integration will be found at neotype.interop.quill
, and so on.
The reason is simple: If you write import neotype.*
, as will often be the case, then you'd have clobbered the namespace of say doobie
. As the bare doobie
will now reference neotype.doobie
and not _root_.doobie
. That would've forced you to refer to doobie proper as _root_.doobie
, which is no fun at all.
I'm sorry for the breaking change, but it should be a simple matter of find and replace on some import statements ❤️ . I think resolving this awkwardness is worth it.
What's Changed
- New module structure by @kitlangton in #62
New Contributors
- @kitlangton made their first contribution in #62 (🤣—thanks autogenerated release notes! and congratulations to me!)
Full Changelog: v0.2.19...v0.3.0
v0.2.19
Full Changelog: v0.2.18...v0.2.19