Skip to content

Releases: dorian3343/Scaffold

New version

09 Mar 22:08
0bb5003
Compare
Choose a tag to compare

Release notes:

Features:

  • Cache control for Controller
  • audit feature in cli
  • JSON specification generated in experimental auto-doc cli feature
  • http verb control

Minor

Quality of life fix's (more/bettter logging,link printed after project build)

New Features (CLI, Static content etc) v0.0.3

05 Mar 21:59
Compare
Choose a tag to compare

New Scaffold version

This version brings some exciting change's pushing Scaffold closer to being production ready.
These features are:

  • CLI (replacing running the binary)
  • Static content serving
  • better CORS (replaced from on off to allowing custom values)
  • More Doc's
  • numerous bug fixes

Improved Speed v0.0.2

28 Feb 20:12
6d54d48
Compare
Choose a tag to compare

Type Caching, E2E Testing and better doc's.

This new version improved multiple bug's with the json template system, mainly to do with capitalizing and with Type's in field's.
Another improvement is the new type caching, which prevent's pointless resource consumption by only Generating the JSON spec once and saving it. This improved request speed (on average) by a whopping 8%

First Development Version

27 Feb 13:02
Compare
Choose a tag to compare

This is the first version of Scaffold. Yippe!

What is Scaffold?
Scaffold is a easy-to-use, low code backend solution. That generate's simple backend's using a YAML config.
It embeds sqllite as a database solution, and combines it with Golang's speed.
A great solution for fast prototyping of microservice's.

Cya at the next release
-D

Full Changelog: https://github.com/dorian3343/Scaffold/commits/v0.0.1