Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Various API updates and breaking changes #34

Merged
merged 2 commits into from Nov 26, 2018
Merged

Various API updates and breaking changes #34

merged 2 commits into from Nov 26, 2018

Conversation

rossmacarthur
Copy link
Owner

  • Remove extra validation options from built-in type Fields.
  • Add min() and max() validation functions.
  • Add "inclusive" option to between() validator.
  • Do not clutter root namespace with Fields.

@codecov-io
Copy link

codecov-io commented Nov 26, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #34   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         502    494    -8     
=====================================
- Hits          502    494    -8
Impacted Files Coverage Δ
src/serde/model.py 100% <ø> (ø) ⬆️
src/serde/error.py 100% <100%> (ø) ⬆️
src/serde/field.py 100% <100%> (ø) ⬆️
src/serde/__init__.py 100% <100%> (ø) ⬆️
src/serde/validate.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a57bbfc...b5bb64a. Read the comment docs.

@rossmacarthur rossmacarthur merged commit fca9879 into master Nov 26, 2018
@rossmacarthur rossmacarthur deleted the ns-stuff branch November 26, 2018 13:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants