Skip to content

Releases: ZechCodes/Wordlette

0.1.0-alpha.11 - Functional Setup w/ Landing Page

26 Sep 21:36
Compare
Choose a tag to compare
  • Implemented a basic ORM
  • Implemented a SQLite driver for the ORM
  • Implemented the basic steps for site setup
  • Added a very basic landing page

0.1.0-alpha.10

23 Sep 00:40
Compare
Choose a tag to compare
0.1.0-alpha.10 Pre-release
Pre-release
  • Implemented a simple ORM
  • Began implementing a basic SQLite driver

0.1.0-alpha.9

21 Sep 12:55
Compare
Choose a tag to compare
0.1.0-alpha.9 Pre-release
Pre-release
  • Add forms and form views
  • Add a setup workflow using categories on setup routes

0.1.0-alpha.8

28 Aug 00:44
Compare
Choose a tag to compare
0.1.0-alpha.8 Pre-release
Pre-release
  • Debug CLI flag (--debug or -d)
  • Default 500 error pages with debug output (Python exception and stacktrace)
  • App object settings
  • Dependency injection for app settings

0.1.0-alpha.7

23 Aug 15:52
Compare
Choose a tag to compare
0.1.0-alpha.7 Pre-release
Pre-release
  • Moves the CLI to its own module
  • Adds a serve subcommand for starting the CMS

0.1.0-alpha.6

23 Aug 15:42
Compare
Choose a tag to compare
0.1.0-alpha.6 Pre-release
Pre-release
  • Add error page support to the router/route manager
  • Add error template support to the CMS
  • Tweak default theme styles and setup index page

0.1.0-alpha.5

23 Aug 03:39
7f45228
Compare
Choose a tag to compare
0.1.0-alpha.5 Pre-release
Pre-release

Correct optional installs.

v0.1.0-alpha.4

23 Aug 03:19
3dbd0d2
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

Adds the earliest stages of the CMS. Currently, themes and a featureless web app have been created and are accessible by using the wordlette entry point script.

0.1.0-alpha.3

22 Aug 18:09
Compare
Choose a tag to compare
0.1.0-alpha.3 Pre-release
Pre-release

This early release only has a functioning wordlette.core. Events, states, middleware, routers, routes, and config are all functional.

Full Changelog: 0.1.0...0.1.0-alpha.3