Skip to content

Releases: Bestowinc/cogs

v0.9.1

30 Apr 17:58
380101b
Compare
Choose a tag to compare

Changelog

380101b updated path resolution to always be relative to the cog file

v0.9.0

29 Apr 17:57
ec263bd
Compare
Choose a tag to compare

Changelog

ec263bd Added inheritance for HTTP headers, methods, and body (#17)
71e552a Number the examples by increasing complexity. (#16)
2fe6f71 Some documentation improvements. (#15)

v0.8.0

08 Mar 17:50
d422223
Compare
Choose a tag to compare

Changelog

816a20c added request type and request body to http paths
d422223 envsubst now handles newlines appropriately
5f1bd74 fixed up README.md
611726e updated cogs README

v0.7.4

17 Feb 20:39
c5abc31
Compare
Choose a tag to compare

Changelog

3007089 * simplified example data * added handling of missing file errors for link traversal * added errors.go
c5abc31 various typo fixes

v0.7.3

11 Feb 22:41
6a98559
Compare
Choose a tag to compare

Changelog

6a98559 * moved Format and ReadType into format.go

v0.7.2

10 Feb 19:51
f2515a8
Compare
Choose a tag to compare

Changelog

f2515a8 added strconv logic to output.go (#14)

v0.7.1

08 Feb 23:56
e8bdf1c
Compare
Choose a tag to compare

Changelog

e8bdf1c Handle simple values (#13)

v0.7.0

08 Feb 23:55
0941aa7
Compare
Choose a tag to compare

Changelog

55aa171 Prepare for recursion support
8c1b3d7 added pattern matching and envsubst explanations
9a5fc1b added url support
3dc5b18 left,right -> start,end
4d9e56e prep for minor version bump
41f9a26 switched YqLib from v3 to v4, this is a breaking change
e2df64c updated documentation indicatiing importance of TOML table 'vars' key presence
1607ff4 updated example
0941aa7 updated major version

v0.6.3

30 Jan 00:08
514f3a3
Compare
Choose a tag to compare

Changelog

f2e5a36 added further advanced.cog.toml examples for internal and external inheritance
514f3a3 added hanlding for when conf.Keys is an empty string
22e0900 panic on gear read type
9df1e69 preserve --key=val1,val2 ordering if --out=raw is passed
f8da5f2 removed the shell example from external_inheritor for now

v0.6.2

30 Nov 18:14
4ee40c7
Compare
Choose a tag to compare

Changelog

4ee40c7 fixed not performing envsubst when referencing self in vars (#11)