Commit Graph

13 Commits

Author SHA1 Message Date
Robert Kaussow dff45023e2
ci: refactor build tools and ci setup (#11) 2022-04-25 12:55:25 +02:00
Robert Kaussow d179fcb6ca
adjust license header formatting 2021-09-18 19:21:41 +02:00
Robert Kaussow 16ca81c679
refactor: replace unsupported raymond package with handlebars/v3 (#2)
The raymond package appears to be abandoned. This changes to a supported
fork (handlebars/v3) that has Go module support, and has some
maintenance done. Additionally, updates to latest sprig package, and
changes the logic used to skip/avoid adding sprig helpers to handlebars
when the func has an unsupported return type.

Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2021-09-18 17:14:54 +02:00
Don 255b8544a5 Update sprig to v3 2020-09-25 09:24:10 -07:00
Don 29099fe4a4 Fix build and lints 2020-09-18 11:00:31 -07:00
Dean Sofer be0e4a22ab Added negative truncation to helper function
This allows you to grab a truncated portion of a string from the end.
2020-09-18 10:52:37 -07:00
Thomas Boerger 8efa917a1f
Merge pull request #3 from ltachet/datetime-type
datetime: use int64 instead of float64
2020-07-20 08:29:15 +02:00
Thomas Boerger 6502a46a31
Exclude useless helper methods 2019-08-01 01:07:41 +02:00
Thomas Boerger 93b7ded1c6
Integrate sprig for more helpers 2019-02-19 10:04:44 +01:00
chris evett 4071416038 also register helper 2018-09-25 20:41:51 +00:00
chris evett 97bdc8bc7c Adding custom helper for regex 2018-09-25 14:54:41 +00:00
Lucille Tachet d56ed15f86 datetime: use int64 instead of float64 2018-08-01 11:05:11 +02:00
Thomas Boerger 61fce6e289
Migrated initial version 2018-03-30 01:04:58 +02:00