Skip to content

Commit edb2c6b

Browse files
committed
29 | Add more functions to inputFilter as preparation for future updates and allow user to use InputFilter without decorator
1 parent 763e5c3 commit edb2c6b

File tree

10 files changed

+756
-120
lines changed

10 files changed

+756
-120
lines changed

docs/changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6+
[0.1.0] - 2025-03-26
7+
--------------------
8+
9+
Added
10+
^^^^^
11+
- Multiple functions to allow a broader usage aside as decorator
12+
- getErrorMessage
13+
- getRawValue
14+
- getRawValues
15+
- getUnfilteredData
16+
- getValue
17+
- getValues
18+
- hasUnknown
19+
- isValid
20+
- merge
21+
- remove
22+
- replace
23+
- setData
24+
- setUnfilteredData
25+
26+
Removed
27+
^^^^^^^
28+
29+
- IsMimeTypeValidator
30+
631

732
[0.0.10] - 2025-03-06
833
---------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project = "flask-inputfilter"
22
copyright = "2025, Leander Cain Slotosch"
33
author = "Leander Cain Slotosch"
4-
release = "0.0.10"
4+
release = "0.1.0"
55

66
extensions = ["sphinx_rtd_theme"]
77

0 commit comments

Comments
 (0)