Skip to content

Releases: aiscenblue/flask-starter-kit

Rename module directory

19 Oct 02:31
Compare
Choose a tag to compare

change module name to modules which make sense since it's composed of more than one module

Update based on flask 1.0.0+ release

19 Oct 00:04
Compare
Choose a tag to compare

update readme showing negative badge
code cleanup
convert from set method to set literals

change views default directory

05 Nov 14:17
Compare
Choose a tag to compare

instead of putting it to the application root directory. it may convenient to put it to the module directory so you can put each view on each module folder

ninja templating

05 Nov 13:59
dbd6aa8
Compare
Choose a tag to compare
v1.4.1

Create index.rst

app core enhancement

28 Oct 14:08
Compare
Choose a tag to compare

append new app core package

core library

28 Oct 09:16
216ad4c
Compare
Choose a tag to compare

extend blueprint as core library

blueprint core enhancement

28 Oct 05:05
Compare
Choose a tag to compare

refactor blueprint core by refactoring and put each group of process functions to separate classes

refactor for speed enhancement

28 Oct 03:26
Compare
Choose a tag to compare

speed enhancement by replacing for loop to a functional approach

Core enhancement for better routing configuration

27 Oct 10:05
Compare
Choose a tag to compare
  • 3 way routing configuration
  • better folder structure
  • awesome class and function routing boilerplate