Releases: zx80/flask-tester
Releases · zx80/flask-tester
v4.3
- Improve comments.
- Activate Python 3.13 and Pypy 3.10 in GitHub CI.
- Restrict CI to main branch.
- Add explicit
bcrypt
dependency for tests.
- Allow mixing
json
and data
parameters by merging into data
.
v4.2
Fix stupid bug introduced in v4.1.
v4.1
Add support for pydantic
and dataclass
parameters with data
and json
.
v4.0
- improved documentation
- improved tests
- remove deprecated
check
method and FLASK_TESTER_URL
env
- simplify code
v3.6
- Only use
FLASK_TESTER_APP
, hide FLASK_TESTER_URL
, which is only kept for upward compatibility and is deprecated.
- Improved documentation, including a working
app2
.
v3.5
- Improve failure behavior and testing.
v3.4
- Add
ptype
to control the default parameter type.
- Mark
check
as deprecated.
- Make method-specific check methods handle positional status and content.
- Improved intro example.
- Split documentation in several pages.
- Improve API documentation.
- Use FSA 30 for testing.
v3.2
- Improved documentation.
- Simpler code and API documentation.
v3.1
- More consistent test and demo code.
- Reach actual full coverage, without any pragma.
- Fix default allowed authenticator schemes.