summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04Release ciigo v0.8.0 (2022-03-04)v0.8.0Shulhan
2022-03-04all: re-convert markup files if HTML template is newer on GoEmbedShulhan
2022-03-04all: add 1em to the bottom margin of paragraph under listShulhan
2022-03-04all: update asciidoctor-go and share modules to latest versionShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2022-03-01go.mod: update share module to the tipShulhan
2022-02-19all: realign all structsShulhan
2022-02-19all: fix adoc files not re-converted when template file changesShulhan
2022-02-19all: add option IsDevelopment to ServeOptionsShulhan
2022-02-17go.mod: update module asciidoctor-go to the tipShulhan
2022-02-16Makefile: set CGO_ENABLED to 1 when running testShulhan
2022-01-10Release ciigo v0.7.1 (2022-01-10)v0.7.1Shulhan
2022-01-10go.mod: update to latest share moduleShulhan
2021-12-20go.mod: update to latest share moduleShulhan
2021-12-06Release ciigo v0.7.0 (2021-12-06)v0.7.0Shulhan
2021-12-06go.mod: update share v0.32.0 and asciidoctor-go v0.1.1Shulhan
2021-12-06all: add missing new line when printing file to be convertedShulhan
2021-10-27all: update to latest share moduleShulhan
2021-10-17all: fix empty fileMarkups on watcherShulhan
2021-10-10all: rename type fileHTML to fileHtmlShulhan
2021-10-10all: check markup modification time before converting to HTMLShulhan
2021-10-10all: refactoring with latest share moduleShulhan
2021-10-09go.mod: update share module to latest commitsShulhan
2021-10-08all: update share module to latest versionShulhan
2021-07-09go.mod: upgrade share module to v0.28.1-0.20210709045022-0cd813b8ae8aShulhan
2021-04-07Release ciigo v0.6.0 (2021-04-07)v0.6.0Shulhan
2021-04-07all: replace any mention of asciidoc with markupShulhan
2021-04-06go.mod: set the minimum Go to 1.16 and update the dependenciesShulhan
2021-04-03all: update README and LICENSEShulhan
2021-04-03all: add option to exclude certain paths using regular expressionShulhan
2021-04-03cmd/ciigo: remove any mention of .md extensionShulhan
2021-04-03all: changes the Watch signature to use ConvertOptionsShulhan
2021-04-03all: change the Serve signature to ServeOptionsShulhan
2021-04-03all: exclude common file and directories names for being watchedShulhan
2021-04-03all: change the Convert function to use type ConvertOptionsShulhan
2021-03-06all: update module dependenciesShulhan
2021-03-04all: update with latest share moduleShulhan
2021-02-21Release ciigo v0.5.0 (2021-02-21)v0.5.0Shulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-02-21all: rewrite to use the watcherShulhan
2021-02-21all: implement Watch functionalityShulhan
2021-02-21all: remove unused metadata field on fileMarkupShulhan
2021-02-21all: add the fileHTML type to fileMarkup typeShulhan
2021-02-21all: remove the kind field on fileMarkupShulhan
2021-01-21Release ciigo v0.4.1 (2021-01-21)v0.4.1Shulhan
2021-01-21Release ciigo v0.4.0 (2021-01-21)v0.4.0Shulhan
2021-01-21README: update the content to reflect the latest changesShulhan
2021-01-10ciigo: remove statement that ignore "assets" fileShulhan
2021-01-10all: remove unused variablesShulhan
2021-01-10Makefile: simplify all tasksShulhan