Releases: marktennyson/flask-express
Releases · marktennyson/flask-express
0.1.4
What's Changed
- Bump markdown from 3.3.4 to 3.3.6 by @dependabot in #60
- Bump pyparsing from 3.0.4 to 3.0.6 by @dependabot in #58
- Bump importlib-metadata from 4.8.1 to 4.8.2 by @dependabot in #55
- Development by @marktennyson in #64
Full Changelog: 0.1.3...0.1.4
0.1.3
- Fixed attachment directory related issue
- Now the user have the power to add custom attachment folder.
- showing proper error message when attached file is absent at the attachment directory.
- added more CamelCase method to the
response.Response
class. - Fixed
issubclass
checking error for different contents atresponse.Response.send
method. - Fixed
status_code
method forresponse.Response
class not working. - Fixed
response.Response.type
method. - Renamed
response.Response.set_staus
andresponse.Response.setStatus
methods toresponse.Response.send_status
andresponse.Response.sendStatus
responsively. - Added more documentation.
- docstring typo fixed at
request.Request
class. - Added more test cases.
- Changed the License from GPL to MIT.
Full Changelog: https://marktennyson.github.io/flask-express/changelog/
0.1.2
fixed flask-admin
related issue.
0.1.1
Merge pull request #16 from marktennyson/development change the logo
0.1.0
Renamed the module name to flask-express from flaske to make it a extension of Flask.
0.0.4
Merge branch 'main' of github.com:marktennyson/flaske into main
0.0.3
Merge pull request #7 from marktennyson/development Development
0.0.2
some modification at the README.md page.
0.0.1
added the first package with basic functionalities and features.