Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plokhotnyuk/jsoniter-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.2
Choose a base ref
...
head repository: plokhotnyuk/jsoniter-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    08f4635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b90d4e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Add skipNestedOptionValues for CodecMakerConfig to auto-derive co…

    …decs that can distinguish `null` field values and missing fields as `Some(None)` and `None` values of `Option[Option[_]]` (#929)
    
    * Add `skipNestedOptionValues` for `CodecMakerConfig` to auto-derive codecs that can distinguish `null` field values and missing fields as `Some(None)` and `None` values of `Option[Option[_]]`
    
    * Fix unwanted sharing of `CodecMakerConfig.*` methods for Scala 3
    plokhotnyuk committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    672dde6 View commit details
    Browse the repository at this point in the history
  2. Setting version to 2.15.0

    plokhotnyuk committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2773247 View commit details
    Browse the repository at this point in the history
Loading