summaryrefslogtreecommitdiff
path: root/ciigo.go
AgeCommit message (Expand)Author
2025-04-18Release ciigo v0.15.2 (2025-04-18)v0.15.2Shulhan
2025-02-01Release ciigo v0.15.1 (2025-02-01)v0.15.1Shulhan
2025-01-08Release ciigo v0.15.0 (2025-01-08)v0.15.0Shulhan
2025-01-07all: fix GoEmbed that does not excludes options from ConvertOptionsShulhan
2025-01-07all: ignore error when scanning for file markupsShulhan
2024-10-06Release ciigo v0.14.0 (2024-10-06)v0.14.0Shulhan
2024-10-06all: refactoring functions to accept non pointer struct optionShulhan
2024-09-28all: introduce new type CiigoShulhan
2024-09-07Release ciigo v0.13.2 (2024-09-07)v0.13.2Shulhan
2024-08-04Release ciigo v0.13.1 (2024-08-04)v0.13.1Shulhan
2024-05-12Release ciigo v0.13.0 (2024-05-12)v0.13.0Shulhan
2024-04-11all: fix HTML files always generated when HTMLTemplate is not setShulhan
2024-04-04Release ciigo v0.12.0 (2024-04-04)v0.12.0Shulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-14Release ciigo v0.11.0 (2023-12-14)v0.11.0Shulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-11-09Release ciigo v0.10.1 (2023-11-07)v0.10.1Shulhan
2023-11-09all: use modification time when deciding when to convert to HTMLShulhan
2023-11-07all: add comment to exported variable VersionShulhan
2023-10-14all: make "convert" to always forceShulhan
2023-06-01all: ignore error permission when listing file markupsShulhan
2023-05-14Release ciigo v0.10.0 (2023-05-14)v0.10.0Shulhan
2023-05-14all: bring back support for MarkdownShulhan
2023-03-03Release ciigo v0.9.3 (2022-03-03)v0.9.3Shulhan
2022-09-06Release ciigo v0.9.2 (2022-09-06)v0.9.2Shulhan
2022-09-06all: check for symlink and re-fetch file info using os.StatShulhan
2022-08-07Release ciigo v0.9.1 (2022-08-07)v0.9.1Shulhan
2022-08-06Release ciigo v0.9.0 (2022-08-06)v0.9.0Shulhan
2022-08-06all: set the Version automatically set during buildShulhan
2022-08-06all: cleaning up codesShulhan
2022-08-01all: clean up codesShulhan
2022-08-01all: export internal htmlGenerator as ConverterShulhan
2022-07-24all: generate HTML meta data and replace the top header titleShulhan
2022-05-19all: reformat all files using latest goimportsShulhan
2022-03-12all: check for excluded file before processing sub directoryShulhan
2022-03-04all: re-convert markup files if HTML template is newer on GoEmbedShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2022-02-19all: fix adoc files not re-converted when template file changesShulhan
2021-12-20go.mod: update to latest share moduleShulhan
2021-10-27all: update to latest share moduleShulhan
2021-10-17all: fix empty fileMarkups on watcherShulhan
2021-10-10all: check markup modification time before converting to HTMLShulhan
2021-10-10all: refactoring with latest share moduleShulhan
2021-04-07all: replace any mention of asciidoc with markupShulhan
2021-04-03all: add option to exclude certain paths using regular expressionShulhan
2021-04-03all: changes the Watch signature to use ConvertOptionsShulhan
2021-04-03all: change the Serve signature to ServeOptionsShulhan
2021-04-03all: change the Convert function to use type ConvertOptionsShulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-02-21all: rewrite to use the watcherShulhan