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

Commit

Permalink
updated changelog for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Na'aman Hirschfeld authored and Na'aman Hirschfeld committed Feb 20, 2021
1 parent 302a855 commit 65a7b62
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## v1.3.0 WIP
## v1.3.0 2020-02-20

* Updated handling of byte format to test for base64 string
* Added format validators to handle the following keywords: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time"
* Added validators for the "format" keyword, handling the following format values generated by DRF and DRF derived libraries: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time"
validator
* Added support for dynamic <pk> url parameters (DRF feature) in schemas
* Added an option to pass a map of custom url parameters and values
* Fixed handling of byte format to test for base64 string instead of bytes
* Refactored error messages to be more concise and precise


## v1.2.0 2020-02-14

Expand Down

0 comments on commit 65a7b62

Please sign in to comment.