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

VersionedSchema -> ObjectSchema #583

Merged
merged 8 commits into from
Jan 29, 2019
Merged

VersionedSchema -> ObjectSchema #583

merged 8 commits into from
Jan 29, 2019

Commits on Jan 28, 2019

  1. Remove VersionedSchema in favor of ObjectSchema

    Rather than rely on VersionedSchema to do version introspection, we will do it in the object deserializers
    jlowin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    af97d9f View commit details
    Browse the repository at this point in the history
  2. Add serialization tests

    jlowin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f5e7428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63812e3 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    jlowin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    0e57ece View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jlowin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a81f168 View commit details
    Browse the repository at this point in the history
  6. Remove pathlib for Py34

    jlowin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    ce81317 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Update tests/serialization/test_deserialization/README.md

    Co-Authored-By: jlowin <153965+jlowin@users.noreply.github.com>
    cicdw and jlowin committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b5e0d69 View commit details
    Browse the repository at this point in the history
  2. Update tests/serialization/test_deserialization/README.md

    Co-Authored-By: jlowin <153965+jlowin@users.noreply.github.com>
    cicdw and jlowin committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    ef4db56 View commit details
    Browse the repository at this point in the history