Commit Graph

  • 4a36926788 Added recipes documentation Mike Farah 2023-09-01 14:41:07 +1000
  • c66480448d Added recipes documentation Mike Farah 2023-09-01 14:40:33 +1000
  • cda69bff5e Adding recipes Mike Farah 2023-09-01 12:17:54 +1000
  • e5564c18fe Another xml example Mike Farah 2023-09-01 11:52:58 +1000
  • d25785c3f3 updating docs Mike Farah 2023-09-01 11:52:38 +1000
  • 581f2de878
    Bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0 dependabot[bot] 2023-08-31 03:19:48 +0000
  • 55c0d485ba Fixed string, null concact consistency #1712 Mike Farah 2023-08-30 09:46:45 +1000
  • 71f95ab87b Fixed .a!= parsing issue #1711 Mike Farah 2023-08-30 09:40:43 +1000
  • 1e84d7ef1f
    Bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 (#1763) dependabot[bot] 2023-08-30 09:27:31 +1000
  • b4aa0441b5
    Bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 dependabot[bot] 2023-08-28 07:41:40 +0000
  • d18a5e3adc Fixed new linting issue CWE-118 Mike Farah 2023-08-28 17:39:46 +1000
  • 596dda8c53
    improve community supported installation options for Windows (#1761) Nikolas Grottendieck 2023-08-28 09:27:26 +0200
  • 25050b67fe
    improve community supported installation options for Windows Nikolas Grottendieck 2023-08-21 19:36:00 +0200
  • 6609ed76ec Bumping version v4.35.1 Mike Farah 2023-08-11 13:53:14 +1000
  • 44c7f3aec3 Preparing release notes Mike Farah 2023-08-11 13:52:50 +1000
  • aaf805d893 Added checksum in bsd format Mike Farah 2023-08-11 13:51:04 +1000
  • ba1d5c1a84
    Bump golang.org/x/net from 0.13.0 to 0.14.0 (#1751) dependabot[bot] 2023-08-11 13:50:00 +1000
  • 38be656161
    Bump golang.org/x/net from 0.13.0 to 0.14.0 dependabot[bot] 2023-08-11 02:57:47 +0000
  • 1c4f92ecd1
    Bump golang.org/x/text from 0.11.0 to 0.12.0 (#1752) dependabot[bot] 2023-08-11 12:57:12 +1000
  • 804b204f3c
    Bump golang from 1.20.7 to 1.21.0 (#1753) dependabot[bot] 2023-08-11 12:57:02 +1000
  • d302d75c77
    Implement basic Lua output support (#1745) Kim Alvefur 2023-08-11 04:56:49 +0200
  • 03c1581bc2
    Bump golang from 1.20.7 to 1.21.0 dependabot[bot] 2023-08-10 03:44:13 +0000
  • e8752f87f8
    Bump golang.org/x/text from 0.11.0 to 0.12.0 dependabot[bot] 2023-08-10 03:32:09 +0000
  • 97440edd77 Implement Lua globals output mode Kim Alvefur 2023-08-05 17:03:39 +0200
  • b839c0ea92 Output line comments in Lua output Kim Alvefur 2023-08-05 15:55:26 +0200
  • e756ac2c5a Expand Lua examples Kim Alvefur 2023-08-05 15:04:23 +0200
  • 11605f6b63 Respect string Style in Lua encoder Kim Alvefur 2023-08-04 12:55:07 +0200
  • 0debfc3cf9 Implement indentation in in Lua output Kim Alvefur 2023-08-04 12:54:12 +0200
  • ba90b795da Convert octal for Lua output Kim Alvefur 2023-08-03 19:38:20 +0200
  • 096497cdfc Generate Lua encoder documentation Kim Alvefur 2023-08-03 19:35:51 +0200
  • 3a372ef9e0 Additional Lua output tests Kim Alvefur 2023-08-03 19:30:24 +0200
  • 0b54f9caca Add initial test for Lua encoder Kim Alvefur 2023-08-02 12:23:40 +0200
  • 58d14f7ea9 Return error instead of panic in Lua encoder Kim Alvefur 2023-08-02 12:20:07 +0200
  • f544580692 Add note about how Lua nil is unsuitable as table key Kim Alvefur 2023-08-02 12:10:21 +0200
  • 5b7c00aa62 Reject unhandled scalar Tags in Lua encoder Kim Alvefur 2023-08-02 12:07:31 +0200
  • 7830940a9a Handle special-case numbers in Lua encoder Kim Alvefur 2023-08-02 12:04:40 +0200
  • 32277e2c7c Handle YAML case varied booleans in Lua encoder Kim Alvefur 2023-08-02 12:02:48 +0200
  • 1ff44c5d52 Panic on unhandled YAML Kind in Lua encoder Kim Alvefur 2023-08-02 12:01:39 +0200
  • 03560a3d84 Allow special characters in Lua prefix and suffix Kim Alvefur 2023-07-31 08:32:38 +0200
  • c4de13e874 Hook up settings for Lua output Kim Alvefur 2023-07-31 08:25:40 +0200
  • cabb73b12c Make output of unquoted Lua table keys optional Kim Alvefur 2023-07-31 08:04:42 +0200
  • c8919f20da Quote Lua keywords in table keys Kim Alvefur 2023-07-31 08:03:10 +0200
  • 21fda2eb3d Print simple keys unquoted in Lua output Kim Alvefur 2023-07-30 20:54:59 +0200
  • 21c64fa945 Escape larger set of characters in Lua output Kim Alvefur 2023-07-30 20:52:34 +0200
  • 07b53fca7d Implement basic Lua output support Kim Alvefur 2023-07-30 20:22:24 +0200
  • 9b4082919b
    Bump golang from 1.20.6 to 1.20.7 (#1749) dependabot[bot] 2023-08-03 13:52:57 +1000
  • 1d611f04fb
    Bump golang.org/x/net from 0.12.0 to 0.13.0 (#1750) dependabot[bot] 2023-08-03 13:52:40 +1000
  • 702c26e25c
    Bump golang.org/x/net from 0.12.0 to 0.13.0 dependabot[bot] 2023-08-03 03:44:49 +0000
  • a2be95fdbd
    Bump golang from 1.20.6 to 1.20.7 dependabot[bot] 2023-08-03 03:09:16 +0000
  • 1dee08aa38
    Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 (#1732) dependabot[bot] 2023-07-28 13:28:05 +1000
  • 5762364f65
    Changes the sample version in the installation instructions Renato Montagna Junior 2023-07-25 09:23:57 -0300
  • 0e6323f88a
    document how to add anchors/alias to array Peter Romfeld 2023-07-20 21:06:54 +0800
  • 0555dd1b74
    Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 dependabot[bot] 2023-07-20 03:48:19 +0000
  • 892308bf54
    Improve comparing tips document (#1727) ryohma0510 2023-07-18 07:53:50 +0900
  • a68be7debf
    Bump golang from 1.20.5 to 1.20.6 (#1725) dependabot[bot] 2023-07-18 08:52:19 +1000
  • 6138467ad2 Improve comparing tips document ryohma0510 2023-07-15 03:04:10 +0000
  • 590dc366c3
    Bump golang from 1.20.5 to 1.20.6 dependabot[bot] 2023-07-13 03:19:17 +0000
  • 0a48ea21f9 test Utkir 2023-07-12 10:49:42 +0500
  • 0b34c9a00d Bumping version v4.34.2 Mike Farah 2023-07-12 12:32:14 +1000
  • 9cb0918206 Release notes Mike Farah 2023-07-12 12:31:25 +1000
  • dde183386c
    Bump golang.org/x/net from 0.11.0 to 0.12.0 (#1719) dependabot[bot] 2023-07-12 12:27:51 +1000
  • bf94ffe71a
    Bump golang.org/x/net from 0.11.0 to 0.12.0 dependabot[bot] 2023-07-06 03:40:16 +0000
  • 53703800e0
    Bump golang.org/x/text from 0.10.0 to 0.11.0 dependabot[bot] 2023-07-06 03:40:12 +0000
  • 0f82fb7fba Adding more tests Mike Farah 2023-06-20 11:25:50 +1000
  • b3d9bb77fe Merge branch 'master' into generic_ast Mike Farah 2023-06-20 10:17:00 +1000
  • b762da38f0
    Bump golang.org/x/net from 0.10.0 to 0.11.0 (#1695) dependabot[bot] 2023-06-20 09:57:29 +1000
  • b811c4e07f
    Bump golang.org/x/net from 0.10.0 to 0.11.0 dependabot[bot] 2023-06-19 23:40:10 +0000
  • cb521fd05a
    Bump golang from 1.20.4 to 1.20.5 (#1690) dependabot[bot] 2023-06-20 09:39:39 +1000
  • 22ad68d142
    Bump golang.org/x/text from 0.9.0 to 0.10.0 (#1696) dependabot[bot] 2023-06-20 09:39:08 +1000
  • d831ffa80f change the base yq image url to ecr image elangovan.selvaraj 2023-06-15 11:12:59 +0530
  • 160e5cda6b
    Bump golang.org/x/text from 0.9.0 to 0.10.0 dependabot[bot] 2023-06-15 03:56:37 +0000
  • aa8a2bd422
    Make checksums file usable by common tools viq 2023-06-09 15:38:56 +0200
  • 5fd6895a07
    Bump golang from 1.20.4 to 1.20.5 dependabot[bot] 2023-06-08 03:56:35 +0000
  • 37489aef14 Removed unwrap doc Mike Farah 2023-06-07 10:45:42 -0700
  • db8dddd2a9 Comment processing fixes Mike Farah 2023-06-06 13:34:44 -0700
  • f7c057b167 Comment processing fixes Mike Farah 2023-06-06 13:33:16 -0700
  • 49b8eafaf5 Comment processing fixes Mike Farah 2023-06-06 12:10:28 -0700
  • 584ec998bc Unit tests pass! Mike Farah 2023-06-06 11:06:23 -0700
  • b2415f2ca5 Drop document type Mike Farah 2023-06-05 15:27:59 -0700
  • 28909bbc5a Recurse doc problem Mike Farah 2023-06-05 14:46:59 -0700
  • fd67748078 Fixed styling + delete issue Mike Farah 2023-05-30 15:05:28 +1000
  • f6c3fab309 Fixed key issue Mike Farah 2023-05-30 11:58:41 +1000
  • d17216de3f Fixed group by issue Mike Farah 2023-05-30 11:39:25 +1000
  • d033ad570e Fixed create map issue Mike Farah 2023-05-30 11:34:31 +1000
  • 82f717226c Fixed traverse issue Mike Farah 2023-05-30 08:46:51 +1000
  • d933c00904 Merge branch 'master' into generic_ast Mike Farah 2023-05-28 14:22:48 +1000
  • 845d4ae389
    Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 (#1673) dependabot[bot] 2023-05-28 12:31:29 +1000
  • dc0e233da1
    Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 dependabot[bot] 2023-05-25 03:56:40 +0000
  • 8986b92d05 Added docs on base64 only working with utf8 content Mike Farah 2023-05-23 15:38:15 +1000
  • fcc04823ca Added docs on base64 only working with utf8 content Mike Farah 2023-05-23 15:38:08 +1000
  • d0ccd7c8c8 Added docs on yes/no being strings in yaml spec 1.2 Mike Farah 2023-05-23 15:36:12 +1000
  • 5950329e2c Added docs on yes/no being strings in yaml spec 1.2 Mike Farah 2023-05-23 15:35:39 +1000
  • e0558d4b9b Added base64 disclaimer re ut8 strings Mike Farah 2023-05-23 13:30:36 +1000
  • 3388f9f3e2 v4.34.1 Mike Farah 2023-05-23 13:28:47 +1000
  • 5ef537f3fd Bumping version v4.34.1 Mike Farah 2023-05-23 13:27:28 +1000
  • f7fc4edce2 Preparing release notes Mike Farah 2023-05-23 13:26:50 +1000
  • af177f9605
    Bump golang.org/x/net from 0.9.0 to 0.10.0 (#1667) dependabot[bot] 2023-05-23 13:19:29 +1000
  • 977aedb796
    Bump golang.org/x/net from 0.9.0 to 0.10.0 dependabot[bot] 2023-05-11 03:56:37 +0000
  • d9357859ed use addChild methods Mike Farah 2023-05-09 13:51:21 +1000
  • 0ca8a13e36 calculate document,filename and fileindex by parent Mike Farah 2023-05-05 15:19:58 +1000