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.go
Age
Commit message (
Expand
)
Author
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2023-10-24
Support for CUE (#1781)
Dave Henderson
2023-04-16
Clarified documentation of data.CSVBy* functions (#1714)
Giorgio Gallo
2023-03-12
Bump to v4 module
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2022-08-04
Fix lint errors
Dave Henderson
2022-06-18
Use temporary fork of gopkg.in/yaml.v3 (in main)
Dave Henderson
2020-08-29
Fixing bug when parsing YAML documents with anchors
Dave Henderson
2020-08-19
Go 1.15 bump and other updates
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-11-13
Export /v3 from go module
Dave Henderson
2019-10-03
Upgrading gopkg.in/yaml.v2 to gopkg.in/yaml.v3
Dave Henderson
2019-05-09
Updating some package docs
Dave Henderson
2019-05-02
Linting more (and fixing more)
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-02
Fixing panic when parsing CSV containing only newlines
Dave Henderson
2018-04-21
Linting subpackages too... (#302)
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson