Skip to content

Releases: Buscedv/Ask

Ask 1.5.0

04 Sep 07:58
b0048d1

Choose a tag to compare

  • Upgraded a bunch of other dependencies to their latest versions.
    • Most notably:
    • Upgrade Flask to 3.0.3
    • Upgrade PyJWT to 2.9.0
  • Added information about server host and port when running your application in the console.
  • Bug fixes & improvements

Ask 1.4.6

18 Dec 19:52
a59a338

Choose a tag to compare

  • New documentation website URL.

Ask 1.4.5

18 Dec 19:43

Choose a tag to compare

  • New website URL.

Ask 1.4.4

18 Oct 15:05

Choose a tag to compare

  • Added support for CORS configuration options
    • CORS can be configured from the Askfile.toml file and supports all flask-cors parameters.

Ask 1.4.3

30 Aug 20:42

Choose a tag to compare

  • Ask is now compatible with Python 3.8 and later.

Ask 1.4.1

31 May 21:54

Choose a tag to compare

  • You can now send emails easily via any SMTP server.
  • Bug fixes & improvements.

Ask 1.3.0

28 May 12:37
8ba175c

Choose a tag to compare

  • You can now split your app into multiple files and import/insert them into one another with the include keyword.
  • You can now access file uploads submitted via e.g. forms with the files object.
  • How modules work behind the scenes was improved.
  • Nicer console messages.
  • Bug fixes & improvements.

Ask 1.2.0

13 Mar 06:35
16e9df1

Choose a tag to compare

  • Import local Ask modules (files) with extend.
  • The built-in list database model was renamed: GenericList --> List.
  • The requests library is now imported by default in all Ask apps.
  • A bug fix related to strings and route function transpilation.
  • Other smaller fixes & improvements.

Ask 1.1.0

07 Mar 13:15
28cdaca

Choose a tag to compare

  • Repl. mode.
  • F-strings.
  • Raw strings.
  • Abnex & Regex.
  • Major changes behind the scenes.

Ask 1.0.6

23 Feb 22:28

Choose a tag to compare

The first stable release of Ask.

lease install Ask from the PyPI: https://pypi.org/project/ask-lang/