Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates bson-kotlin DataClassCodec.kt to allow the usage of default values #1260

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2023

  1. Update DataClassCodec.kt

    avoids providing null to parameters that are not nullable, allowing for the usage of default values
    filipeportes committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    341009b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12588ca View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. improves readability

    filipeportes committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9491b75 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    a39a476 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a5901c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6ac6b55 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    0f8783d View commit details
    Browse the repository at this point in the history