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

Add support for custom functions on subcast. #241

Merged
merged 4 commits into from
Jan 30, 2022

Commits on Dec 15, 2021

  1. Add support for custom functions on subcast.

    - Allows users to define custom functions or extend mashmallow
    fields.Field class to write custom subcasts for lists, dict keys and
    dict values.
    - Gives an alternative to solve sloria#216
    bvanelli committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    178bb00 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    c4d0f6b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    sloria committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    20715c0 View commit details
    Browse the repository at this point in the history
  3. Minor naming and typing fixups

    sloria committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    666fda2 View commit details
    Browse the repository at this point in the history