aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-10-06 21:30:20 +0700
committerShulhan <ms@kilabit.info>2024-10-06 21:30:20 +0700
commit9fb8b8ce42f979657f0abdb2a71e4fe13d861372 (patch)
tree25ff56ae89320e9ccf17a898bb0bd02da9b7a608 /ciigo.go
parentb8220db8d252fbc37f87bf5d0dbd9628110731f0 (diff)
downloadciigo-9fb8b8ce42f979657f0abdb2a71e4fe13d861372.tar.xz
Release ciigo v0.14.0 (2024-10-06)v0.14.0
=== Breaking changes * all: refactoring functions to accept non pointer struct option The function that accept struct XxxOptions should only received the copy of struct, not pointer. === New features * all: introduce new type Ciigo The Ciigo type provides customizable and reusable instance of ciigo for embedding, converting, and/or serving HTTP server. This type is introduced so one can add HTTP handler or endpoint along with serving the files. === Enhancements * all: set margin on sectlevel3, sectlevel4, sectlevel5 Using default margin (1.25rem) cause the TOC for level 3 until 5 have wide gap in between them.
Diffstat (limited to 'ciigo.go')
-rw-r--r--ciigo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciigo.go b/ciigo.go
index 3ba0822..5069252 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -28,7 +28,7 @@ const (
)
// Version define the latest tagged release of this module.
-var Version = `0.13.2`
+var Version = `0.14.0`
// defExcludes define default files to be excludes on GoEmbed.
var defExcludes = []string{