Skip to content

Releases: gamebox/gwirl

v0.7.0

15 Jan 15:15
0306083
Compare
Choose a tag to compare

What's Changed

  • maint: Improve lsp errors, run gofmt by @gamebox in #24
  • feat(compiler): support for safe expressions by @gamebox in #27

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Jan 22:54
Compare
Choose a tag to compare

What's Changed

  • maint: fix release workflow again by @gamebox in #21
  • maint: i swear it's fixed this time by @gamebox in #22
  • maint: finally read the manual, release workflow fixed by @gamebox in #23

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Jan 22:18
3d733d6
Compare
Choose a tag to compare

Features

N/A

Bug Fixes

  • Better experience around Go expressions. 18

Documentation

  • HTMX Example 15 17

Extensions

  • VSCode extension added 19

v0.4.0

07 Jan 21:15
0b6a865
Compare
Choose a tag to compare

New features

  • Multiple transclusions

Bug fixes

  • LSP will now clear out old diagnostics when they are resolved.

v0.3.0

06 Jan 20:41
b065ac2
Compare
Choose a tag to compare

New features

  • Official support for else if and else.

v.0.2.0

04 Jan 18:53
Compare
Choose a tag to compare
feat: improve lsp and escaping

Closes #5

v0.1.0-beta.1

09 Dec 20:45
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

This is the initial release for public consumption. There are a few pieces missing, and the documentation is rather light.

  • Injected content is not currently escaped. This will be addressed VERY soon
  • There is only a single transclusion allowed in an embedded template
  • All templates must be directly in the templates directory in the root of your project, and must have the suffix .twirl.html or .gwirl.html. This will change soon to .[ext].gwirl in the future, where ext is one of xml,html,md,txt.
  • There is probably small bugs I haven't found.