Skip to content

Tags: jwdevantier/htt

Tags

v0.8.0

Toggle v0.8.0's commit message
new release

* nested components supported
* syntax change
* empty Lua lines (`%`) now permitted, can use to format code
* docs: fix cross-referencing links bug
* docs: update to reflect new syntax
* docs: remove concept of directives, now there are components and Lua
  code blocks
* add LICENSE file
* add README.md file
* api: htt.Component.is -- check if value is a component
* api: all components now have a .name attribute containing the name
  they were defined with

Defining components, before:
```
% @component foo
...
% @EnD
```

Defining components, now:
```
% <foo>
...
% </foo>
```

Lua code blocks, before:
```
% @code
...
% @EnD
```

Lua code blocks, now:
```
%%%
...
%%%
```

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from jwdevantier/api-docs-2

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from jwdevantier/api-docs-1

Fixes, LuaCATS documentation

v0.4.2

Toggle v0.4.2's commit message
gh workflow amend

v0.4.1

Toggle v0.4.1's commit message
stx highlighting, gh actions

Copied syntax highlighting definition from
https://github.com/jwdevantier/htt-vscode

I do this because I hate submodules. There, I said it.