| tag name | v0.2.0 (54ece3fe90661c648f80e9ca759c3b1afb35aaf8) |
| tag date | 2020-07-05 20:29:25 +0700 |
| tagged by | Shulhan <ms@kilabit.info> |
| tagged object | commit 2a480f6b85... |
| download | ciigo-0.2.0.tar.xz |
|---|
Release ciigo v0.2.0 (2020-07-05)
* all: simplify serving content using function Serve
Previously to serve the generated content we call two fucntions:
NewServer() and Server.Start().
This changes unexported the internal server, and expose only the
Serve() function with the same parameter as NewServer().
* all: embed the HTML template and the stylesheet
The parameter for template either in Convert or Generate functions or
in CLI now become pure optional, not default to "templates/html.tmpl"
anymore.
This will minimize steps for user to setup or run the library or
program.
