Skip to content

Releases: marktennyson/flask-express

0.1.4

02 Dec 07:24
312c4f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

02 Nov 07:31
37e37ed
Compare
Choose a tag to compare
  • 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 at response.Response.send method.
  • Fixed status_code method for response.Response class not working.
  • Fixed response.Response.type method.
  • Renamed response.Response.set_staus and response.Response.setStatus methods to response.Response.send_status and response.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

23 Sep 09:53
399b73d
Compare
Choose a tag to compare

fixed flask-admin related issue.

0.1.1

02 Sep 09:21
2b188d6
Compare
Choose a tag to compare
Merge pull request #16 from marktennyson/development

change the logo

0.1.0

17 Aug 08:31
Compare
Choose a tag to compare

Renamed the module name to flask-express from flaske to make it a extension of Flask.

0.0.4

06 Aug 12:18
Compare
Choose a tag to compare
Merge branch 'main' of github.com:marktennyson/flaske into main

0.0.3

27 Jul 06:34
c0195d0
Compare
Choose a tag to compare
Merge pull request #7 from marktennyson/development

Development

0.0.2

26 Jul 15:41
ebfc045
Compare
Choose a tag to compare

some modification at the README.md page.

0.0.1

26 Jul 14:21
d1a5454
Compare
Choose a tag to compare

added the first package with basic functionalities and features.