Skip to content

Releases: mocsy/tera_design

tera_design 0.1.5, now with configurable static directories

12 Sep 12:36
Compare
Choose a tag to compare

What's new:

  • config.ron file can be specified, containing static_dirs variable to list all the directories to serve static content from
    An example config.ron is included. If not used, tera_design defaults to serving a directory called "static".

tera_design 0.1.4, now with directory level contexts

19 Jul 10:45
Compare
Choose a tag to compare

What's new:

  • A mod.json file can be placed to each directory under tempaltes. The contents of this json forms the basis of the teplate context. It's values are overwritten by the local context, which is loaded from the .json file with the same name as the template. RFC 7396
  • The tool can be locked behind an invite code by specifying a lockdown.json next to the executabe:
{ "secret": "ALLYOURBASE" }
  • A startup message appears in the log with the app url
  • Fix: context .json files are optional again

tera_design 0.1.3

03 Jun 13:35
Compare
Choose a tag to compare
tera_design 0.1.3 Pre-release
Pre-release

-Fixed full path bug for json contexts as well

tera_design 0.1.2

03 Jun 13:01
Compare
Choose a tag to compare
tera_design 0.1.2 Pre-release
Pre-release

-Allow arbitrary JSON context files, also rename .ctx to .json
-Better feedback on JSON errors

tera_design 0.1.1

30 May 11:50
Compare
Choose a tag to compare
tera_design 0.1.1 Pre-release
Pre-release

Fixed the template directory path

Release 0.1.0

29 May 19:05
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

First release of Tera Design dev web server.