Skip to content

Releases: go-monolith/ghtmx

ghtmx v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:08

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /adapters/iris in the go_modules group across 1 directory by @dependabot[bot] in #38
  • #41 auth: share the CSRF form gate, add a reject hook, fix fiber v3 cookie docs by @0xGosu in #42
  • #0 Add htmx 4.0.0 support beside htmx 2.0.x by @0xGosu in #43
  • #0!: Rewrite the docs site on htmx 4, add htmx 4 examples, fix history restores by @0xGosu in #44
  • #45 #46 #47 #48 CSRF safe-method opt-out, a dev version marker, htmx 4 on the front page, and the changelog fold plus its gate by @0xGosu in #50

New Contributors

Full Changelog: v0.1.0...v0.2.1

ghtmx v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:36

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /adapters/iris in the go_modules group across 1 directory by @dependabot[bot] in #38
  • #41 auth: share the CSRF form gate, add a reject hook, fix fiber v3 cookie docs by @0xGosu in #42
  • #0 Add htmx 4.0.0 support beside htmx 2.0.x by @0xGosu in #43
  • #0!: Rewrite the docs site on htmx 4, add htmx 4 examples, fix history restores by @0xGosu in #44

New Contributors

Full Changelog: v0.1.0...v0.2.0

ghtmx v0.1.23

Choose a tag to compare

@github-actions github-actions released this 02 Sep 10:13

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /adapters/iris in the go_modules group across 1 directory by @dependabot[bot] in #38
  • #41 auth: share the CSRF form gate, add a reject hook, fix fiber v3 cookie docs by @0xGosu in #42
  • #0 Add htmx 4.0.0 support beside htmx 2.0.x by @0xGosu in #43

New Contributors

Full Changelog: v0.1.0...v0.1.23

ghtmx v0.1.22

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:08

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /adapters/iris in the go_modules group across 1 directory by @dependabot[bot] in #38
  • #41 auth: share the CSRF form gate, add a reject hook, fix fiber v3 cookie docs by @0xGosu in #42

New Contributors

Full Changelog: v0.1.0...v0.1.22

ghtmx v0.1.21

Choose a tag to compare

@github-actions github-actions released this 21 Aug 04:24

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /adapters/iris in the go_modules group across 1 directory by @dependabot[bot] in #38

New Contributors

Full Changelog: v0.1.0...v0.1.21

ghtmx v0.1.20

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:41

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37
  • Add the auth package: secure cookie session authentication middleware (#39) by @0xGosu in #40

Full Changelog: v0.1.0...v0.1.20

ghtmx v0.1.19

Choose a tag to compare

@github-actions github-actions released this 09 Aug 04:22

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35
  • Fold the v0.1.18 changelog into main by @0xGosu in #36
  • Add beego, iris, revel, and martini adapters by @0xGosu in #37

Full Changelog: v0.1.0...v0.1.19

ghtmx v0.1.18

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:09

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33
  • Adopt the changelog.d fragment system by @0xGosu in #35

Full Changelog: v0.1.0...v0.1.18

ghtmx v0.1.17

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:27

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34
  • Discover method-value handlers by @0xGosu in #33

Full Changelog: v0.1.0...v0.1.17

ghtmx v0.1.16

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:14

What's Changed

  • Cut a patch release automatically on every merge to main by @0xGosu in #15
  • Move the examples' CSS into stylesheets of their own by @0xGosu in #16
  • Stop the editor demanding a URL type of a bound handler by @0xGosu in #18
  • Make the template extension project configuration, and give templates a file icon by @0xGosu in #19
  • Ship the editor integrations with the release by @0xGosu in #20
  • Tell gh which repository to upload the editor artifacts to by @0xGosu in #21
  • Publish coverage to Codecov by @0xGosu in #22
  • Install ghtmx and gopls with a script, and offer it from VS Code by @0xGosu in #23
  • Offer the VS Code extension from the install script by @0xGosu in #24
  • Document the CLI's CI flags, dev-mode reload, and consumer coverage by @0xGosu in #25
  • Expose the htmx integrity pin and make the script helper optional by @0xGosu in #26
  • Let a route annotation opt out of the unbound-route warning by @0xGosu in #27
  • Report a template's ghtmx root-package import at the line it was written by @0xGosu in #29
  • Warn when one handler serves the same verb at two paths by @0xGosu in #30
  • Add a first-party fiber v3 adapter by @0xGosu in #28
  • Let a package declare the mount prefix its routes are served under by @0xGosu in #31
  • Export the route table so consumers can test it against their router by @0xGosu in #32
  • Move the buffer prologue into the runtime by @0xGosu in #34

Full Changelog: v0.1.0...v0.1.16