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

upgrade to yaml.v3 #1148

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

upgrade to yaml.v3 #1148

wants to merge 6 commits into from

Commits on May 21, 2024

  1. upgrade to yaml.v3

    The main nice fix here is that maps unmarshal into `map[string]any`
    instead of `map[any]any`, so it cleans things up a bit.
    wadey committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bffbbe8 View commit details
    Browse the repository at this point in the history
  2. add config.AsBool

    Since yaml.v3 doesn't automatically convert yes to bool now, for
    backwards compat
    wadey committed May 21, 2024
    Configuration menu
    Copy the full SHA
    020afc8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. use type aliases for m

    wadey committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3c503fd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    8ba8376 View commit details
    Browse the repository at this point in the history
  2. more cleanup

    wadey committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dcd83c3 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    wadey committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0867455 View commit details
    Browse the repository at this point in the history