Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
zio/zio-json
### [`v0.4.1`](https://togithub.com/zio/zio-json/releases/tag/v0.4.1)
[Compare Source](https://togithub.com/zio/zio-json/compare/v0.4.0...v0.4.1)
##### What's Changed
- fix to ast name transform ([#813](https://togithub.com/zio/zio-json/issues/813)) [@senia-psm](https://togithub.com/senia-psm)
### [`v0.4.0`](https://togithub.com/zio/zio-json/releases/tag/v0.4.0)
[Compare Source](https://togithub.com/zio/zio-json/compare/v0.3.0...v0.4.0)
##### What's Changed
- Update sbt-scoverage to 2.0.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/739](https://togithub.com/zio/zio-json/pull/739)
- Update snakeyaml to 1.32 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/731](https://togithub.com/zio/zio-json/pull/731)
- Update silencer-lib, silencer-lib\_2.13.6, ... to 1.7.10 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/732](https://togithub.com/zio/zio-json/pull/732)
- Update sbt-mima-plugin to 1.1.1 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/734](https://togithub.com/zio/zio-json/pull/734)
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/737](https://togithub.com/zio/zio-json/pull/737)
- Update Node.js to v16.17.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/742](https://togithub.com/zio/zio-json/pull/742)
- Update actions/setup-java action to v3.5.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/744](https://togithub.com/zio/zio-json/pull/744)
- fix(build): remove bloop from build (auto loaded with VSCode) by [@ThijsBroersen](https://togithub.com/ThijsBroersen) in [https://github.com/zio/zio-json/pull/745](https://togithub.com/zio/zio-json/pull/745)
- Update actions/checkout action to v3.1.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/748](https://togithub.com/zio/zio-json/pull/748)
- Update Node.js to v16.18.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/751](https://togithub.com/zio/zio-json/pull/751)
- fix(num): preserve num-types in ast by [@ThijsBroersen](https://togithub.com/ThijsBroersen) in [https://github.com/zio/zio-json/pull/747](https://togithub.com/zio/zio-json/pull/747)
- Update hmarr/auto-approve-action action to v3 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/753](https://togithub.com/zio/zio-json/pull/753)
- Update jsoniter-scala-core, ... to 2.17.5 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/755](https://togithub.com/zio/zio-json/pull/755)
- Update actions/setup-java action to v3.6.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/763](https://togithub.com/zio/zio-json/pull/763)
- Update hmarr/auto-approve-action action to v3.1.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/767](https://togithub.com/zio/zio-json/pull/767)
- Update Node.js to v18 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/768](https://togithub.com/zio/zio-json/pull/768)
- Update Node.js to v18.12.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/770](https://togithub.com/zio/zio-json/pull/770)
- Support for Scala 3 derives with ZIO 2.x (Forward-port of [#599](https://togithub.com/zio/zio-json/issues/599)) by [@guersam](https://togithub.com/guersam) in [https://github.com/zio/zio-json/pull/762](https://togithub.com/zio/zio-json/pull/762)
- Update Node.js to v18.12.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/777](https://togithub.com/zio/zio-json/pull/777)
- Fixes Golden tests and adds them to CI by [@sergeda](https://togithub.com/sergeda) in [https://github.com/zio/zio-json/pull/775](https://togithub.com/zio/zio-json/pull/775)
- Allow Scala 3 for Refined by [@longliveenduro](https://togithub.com/longliveenduro) in [https://github.com/zio/zio-json/pull/772](https://togithub.com/zio/zio-json/pull/772)
- Add Default Parameter for Indent in JsonEncoder#encodeJson by [@adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio-json/pull/776](https://togithub.com/zio/zio-json/pull/776)
- Publish Docs to The NPM Registry by [@khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio-json/pull/778](https://togithub.com/zio/zio-json/pull/778)
- fix(macros): fix fromJsonAST derivation for Scala 3 by [@ex0ns](https://togithub.com/ex0ns) in [https://github.com/zio/zio-json/pull/781](https://togithub.com/zio/zio-json/pull/781)
- Update jsoniter-scala-core, ... to 2.17.9 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/783](https://togithub.com/zio/zio-json/pull/783)
- Update circe-generic-extras to 0.14.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/787](https://togithub.com/zio/zio-json/pull/787)
- Update sbt to 1.7.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/790](https://togithub.com/zio/zio-json/pull/790)
- Update sbt to 1.8.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/796](https://togithub.com/zio/zio-json/pull/796)
- Update sbt-scalafmt to 2.5.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/797](https://togithub.com/zio/zio-json/pull/797)
- Update sbt-header to 5.9.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/799](https://togithub.com/zio/zio-json/pull/799)
- Update sbt-ci-release to 1.5.11 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/784](https://togithub.com/zio/zio-json/pull/784)
- Update jmh-core, jmh-generator-asm, ... to 1.36 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/795](https://togithub.com/zio/zio-json/pull/795)
- Update sbt-mdoc to 2.3.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/791](https://togithub.com/zio/zio-json/pull/791)
- Update sbt-scoverage to 2.0.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/793](https://togithub.com/zio/zio-json/pull/793)
- Update sbt-scala-native to 0.4.9 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/807](https://togithub.com/zio/zio-json/pull/807)
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/806](https://togithub.com/zio/zio-json/pull/806)
- Update zio-sbt-website to 0.0.0+86-4319f79f-SNAPSHOT by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/805](https://togithub.com/zio/zio-json/pull/805)
- Update jsoniter-scala-core, ... to 2.18.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/804](https://togithub.com/zio/zio-json/pull/804)
- Update actions/setup-java action to v3.7.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/809](https://togithub.com/zio/zio-json/pull/809)
- Adds support for field name transformations during serialization and deserialization by [@lbialy](https://togithub.com/lbialy) in [https://github.com/zio/zio-json/pull/803](https://togithub.com/zio/zio-json/pull/803)
- update magnolia by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/810](https://togithub.com/zio/zio-json/pull/810)
- Preserve path in ast parse by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/812](https://togithub.com/zio/zio-json/pull/812)
- Macro configuration by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/811](https://togithub.com/zio/zio-json/pull/811)
##### New Contributors
- [@ThijsBroersen](https://togithub.com/ThijsBroersen) made their first contribution in [https://github.com/zio/zio-json/pull/745](https://togithub.com/zio/zio-json/pull/745)
- [@guersam](https://togithub.com/guersam) made their first contribution in [https://github.com/zio/zio-json/pull/762](https://togithub.com/zio/zio-json/pull/762)
- [@longliveenduro](https://togithub.com/longliveenduro) made their first contribution in [https://github.com/zio/zio-json/pull/772](https://togithub.com/zio/zio-json/pull/772)
- [@khajavi](https://togithub.com/khajavi) made their first contribution in [https://github.com/zio/zio-json/pull/778](https://togithub.com/zio/zio-json/pull/778)
- [@ex0ns](https://togithub.com/ex0ns) made their first contribution in [https://github.com/zio/zio-json/pull/781](https://togithub.com/zio/zio-json/pull/781)
- [@senia-psm](https://togithub.com/senia-psm) made their first contribution in [https://github.com/zio/zio-json/pull/810](https://togithub.com/zio/zio-json/pull/810)
**Full Changelog**: https://github.com/zio/zio-json/compare/v0.3.0...v0.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.3.0
->0.4.1
0.3.0
->0.4.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
zio/zio-json
### [`v0.4.1`](https://togithub.com/zio/zio-json/releases/tag/v0.4.1) [Compare Source](https://togithub.com/zio/zio-json/compare/v0.4.0...v0.4.1) ##### What's Changed - fix to ast name transform ([#813](https://togithub.com/zio/zio-json/issues/813)) [@senia-psm](https://togithub.com/senia-psm) ### [`v0.4.0`](https://togithub.com/zio/zio-json/releases/tag/v0.4.0) [Compare Source](https://togithub.com/zio/zio-json/compare/v0.3.0...v0.4.0) ##### What's Changed - Update sbt-scoverage to 2.0.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/739](https://togithub.com/zio/zio-json/pull/739) - Update snakeyaml to 1.32 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/731](https://togithub.com/zio/zio-json/pull/731) - Update silencer-lib, silencer-lib\_2.13.6, ... to 1.7.10 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/732](https://togithub.com/zio/zio-json/pull/732) - Update sbt-mima-plugin to 1.1.1 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/734](https://togithub.com/zio/zio-json/pull/734) - Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/737](https://togithub.com/zio/zio-json/pull/737) - Update Node.js to v16.17.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/742](https://togithub.com/zio/zio-json/pull/742) - Update actions/setup-java action to v3.5.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/744](https://togithub.com/zio/zio-json/pull/744) - fix(build): remove bloop from build (auto loaded with VSCode) by [@ThijsBroersen](https://togithub.com/ThijsBroersen) in [https://github.com/zio/zio-json/pull/745](https://togithub.com/zio/zio-json/pull/745) - Update actions/checkout action to v3.1.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/748](https://togithub.com/zio/zio-json/pull/748) - Update Node.js to v16.18.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/751](https://togithub.com/zio/zio-json/pull/751) - fix(num): preserve num-types in ast by [@ThijsBroersen](https://togithub.com/ThijsBroersen) in [https://github.com/zio/zio-json/pull/747](https://togithub.com/zio/zio-json/pull/747) - Update hmarr/auto-approve-action action to v3 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/753](https://togithub.com/zio/zio-json/pull/753) - Update jsoniter-scala-core, ... to 2.17.5 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/755](https://togithub.com/zio/zio-json/pull/755) - Update actions/setup-java action to v3.6.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/763](https://togithub.com/zio/zio-json/pull/763) - Update hmarr/auto-approve-action action to v3.1.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/767](https://togithub.com/zio/zio-json/pull/767) - Update Node.js to v18 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/768](https://togithub.com/zio/zio-json/pull/768) - Update Node.js to v18.12.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/770](https://togithub.com/zio/zio-json/pull/770) - Support for Scala 3 derives with ZIO 2.x (Forward-port of [#599](https://togithub.com/zio/zio-json/issues/599)) by [@guersam](https://togithub.com/guersam) in [https://github.com/zio/zio-json/pull/762](https://togithub.com/zio/zio-json/pull/762) - Update Node.js to v18.12.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/777](https://togithub.com/zio/zio-json/pull/777) - Fixes Golden tests and adds them to CI by [@sergeda](https://togithub.com/sergeda) in [https://github.com/zio/zio-json/pull/775](https://togithub.com/zio/zio-json/pull/775) - Allow Scala 3 for Refined by [@longliveenduro](https://togithub.com/longliveenduro) in [https://github.com/zio/zio-json/pull/772](https://togithub.com/zio/zio-json/pull/772) - Add Default Parameter for Indent in JsonEncoder#encodeJson by [@adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio-json/pull/776](https://togithub.com/zio/zio-json/pull/776) - Publish Docs to The NPM Registry by [@khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio-json/pull/778](https://togithub.com/zio/zio-json/pull/778) - fix(macros): fix fromJsonAST derivation for Scala 3 by [@ex0ns](https://togithub.com/ex0ns) in [https://github.com/zio/zio-json/pull/781](https://togithub.com/zio/zio-json/pull/781) - Update jsoniter-scala-core, ... to 2.17.9 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/783](https://togithub.com/zio/zio-json/pull/783) - Update circe-generic-extras to 0.14.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/787](https://togithub.com/zio/zio-json/pull/787) - Update sbt to 1.7.3 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/790](https://togithub.com/zio/zio-json/pull/790) - Update sbt to 1.8.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/796](https://togithub.com/zio/zio-json/pull/796) - Update sbt-scalafmt to 2.5.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/797](https://togithub.com/zio/zio-json/pull/797) - Update sbt-header to 5.9.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/799](https://togithub.com/zio/zio-json/pull/799) - Update sbt-ci-release to 1.5.11 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/784](https://togithub.com/zio/zio-json/pull/784) - Update jmh-core, jmh-generator-asm, ... to 1.36 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/795](https://togithub.com/zio/zio-json/pull/795) - Update sbt-mdoc to 2.3.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/791](https://togithub.com/zio/zio-json/pull/791) - Update sbt-scoverage to 2.0.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/793](https://togithub.com/zio/zio-json/pull/793) - Update sbt-scala-native to 0.4.9 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/807](https://togithub.com/zio/zio-json/pull/807) - Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/806](https://togithub.com/zio/zio-json/pull/806) - Update zio-sbt-website to 0.0.0+86-4319f79f-SNAPSHOT by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/805](https://togithub.com/zio/zio-json/pull/805) - Update jsoniter-scala-core, ... to 2.18.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/zio/zio-json/pull/804](https://togithub.com/zio/zio-json/pull/804) - Update actions/setup-java action to v3.7.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/zio/zio-json/pull/809](https://togithub.com/zio/zio-json/pull/809) - Adds support for field name transformations during serialization and deserialization by [@lbialy](https://togithub.com/lbialy) in [https://github.com/zio/zio-json/pull/803](https://togithub.com/zio/zio-json/pull/803) - update magnolia by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/810](https://togithub.com/zio/zio-json/pull/810) - Preserve path in ast parse by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/812](https://togithub.com/zio/zio-json/pull/812) - Macro configuration by [@senia-psm](https://togithub.com/senia-psm) in [https://github.com/zio/zio-json/pull/811](https://togithub.com/zio/zio-json/pull/811) ##### New Contributors - [@ThijsBroersen](https://togithub.com/ThijsBroersen) made their first contribution in [https://github.com/zio/zio-json/pull/745](https://togithub.com/zio/zio-json/pull/745) - [@guersam](https://togithub.com/guersam) made their first contribution in [https://github.com/zio/zio-json/pull/762](https://togithub.com/zio/zio-json/pull/762) - [@longliveenduro](https://togithub.com/longliveenduro) made their first contribution in [https://github.com/zio/zio-json/pull/772](https://togithub.com/zio/zio-json/pull/772) - [@khajavi](https://togithub.com/khajavi) made their first contribution in [https://github.com/zio/zio-json/pull/778](https://togithub.com/zio/zio-json/pull/778) - [@ex0ns](https://togithub.com/ex0ns) made their first contribution in [https://github.com/zio/zio-json/pull/781](https://togithub.com/zio/zio-json/pull/781) - [@senia-psm](https://togithub.com/senia-psm) made their first contribution in [https://github.com/zio/zio-json/pull/810](https://togithub.com/zio/zio-json/pull/810) **Full Changelog**: https://github.com/zio/zio-json/compare/v0.3.0...v0.4.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.