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

feat: update serialization to support named tuple fields #108

Merged
merged 6 commits into from
Jan 13, 2020
Merged

Conversation

iamogbz
Copy link
Collaborator

@iamogbz iamogbz commented Jan 13, 2020

Description

Adds support for named tuple fields
Add trailing commas to class fields

Related Issues

Checklist

  • This PR has sufficient test coverage.
  • I have updated the CHANGELOG.md.

Additional Comments

N/A

@iamogbz iamogbz requested a review from noahnu January 13, 2020 22:49
@codecov
Copy link

codecov bot commented Jan 13, 2020

Codecov Report

Merging #108 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #108   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines         704    704           
=====================================
  Hits          704    704

@iamogbz iamogbz merged commit ce5a1c5 into master Jan 13, 2020
@iamogbz iamogbz deleted the fix-106 branch January 13, 2020 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Named tuple serialisation should include parameter names
2 participants