index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
data_test.go
Age
Commit message (
Expand
)
Author
2022-06-04
Support escaped slashes in JSON and YAML
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2020-08-29
Fixing bug when parsing YAML documents with anchors
Dave Henderson
2020-04-10
Allow data.ToCSV to handle more general input types
Dave Henderson
2019-11-14
Return first non-empty YAML document when parsing YAML streams
Dave Henderson
2019-10-04
Moving to go modules
Dave Henderson
2019-10-03
Upgrading gopkg.in/yaml.v2 to gopkg.in/yaml.v3
Dave Henderson
2019-03-09
Fix .env file parsing so merging works properly
Dave Henderson
2019-02-04
Adding support for .env files
Dave Henderson
2019-01-27
Fix bug where string keys are not sorted as expected
Dave Henderson
2018-11-09
Support decrypting ejson files
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-05-24
Updating vendored packages
Dave Henderson
2018-05-02
Fixing panic when parsing CSV containing only newlines
Dave Henderson
2018-03-03
Updating vendored dependencies
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson