Skip to content

Releases: barelyhuman/alvu

v0.2.16-beta.0

17 May 17:33
Compare
Choose a tag to compare
v0.2.16-beta.0 Pre-release
Pre-release

Test Release for #9

Fix

3ffb933 fix: stable live reload

a15cc21 fix: add live-reload for hooks

2963074 fix: meta extraction at transformer

a81f68a fix: add legacy compat for links

159fe0d fix: formatting

ce1457e fix: dynamic paths and other nit-picks

Feat

0816fd8 feat: basic env impl

dbd599c feat: add init command and it's actions

66deb1d feat: basic live reload

4075a86 feat: add watcher

9771756 feat: rudrimentary baseurl replacement

8a9b929 feat: simplify transformations

v0.2.15

11 Sep 17:05
Compare
Choose a tag to compare

This is a very tiny release to avoid dual processing of html files 3c21b88, which would stop you from writing .html files in the pages directory as the general formatters would end up creating html syntax that was considered faulty by goldmark (the markdown processor used by alvu)

All Changes

2fcf995 chore: v0.2.15

3c21b88 fix: dual processing of html files

bba718e docs: add escapes

efb758f add network data as a recipe

v0.2.14

05 Aug 15:08
Compare
Choose a tag to compare

All Changes

8ab19c0 chore: v0.2.14

89292b5 fix: embed versioning info

1d2c7c1 update docs

8fe46b0 feat: add .env loading from lua hooks

55eb580 update changelog

v0.2.13

13 Jul 19:21
Compare
Choose a tag to compare

What's Changed

  • Implements a smaller more straightforward poller for running the simple use case of file changes in Alvu, removed the dependency on fsnotify/fsnotify, thus reducing size of the downloadable tars

v0.2.13

ee5f992 Merge pull request #3 from barelyhuman/feat/fs-poller

v0.2.12

11 Jul 23:21
Compare
Choose a tag to compare

What Changed

  • Faster live reloads, not really an improvement, I just forgot to reset the channels... should've been fast to begin with

v0.2.12

3a4ab4b fix: socket reset

v0.2.11

10 Jul 17:18
Compare
Choose a tag to compare

All Changes

144331c chore: v0.2.11

bfdb936 fix: watcher cleanup, sub process for watcher

0c0f0c0 chore: changelog

v0.2.10

03 Jul 23:52
Compare
Choose a tag to compare

All Changes

bd4e055 fix: handle nested directory watching

v0.2.9

01 Jul 10:47
Compare
Choose a tag to compare

All Changes

3549160 Merge pull request #2 from barelyhuman/feat/live-reload @barelyhuman
0d0ce8b Update readme.md

v0.2.8

11 Apr 05:51
Compare
Choose a tag to compare

Changes

  • Fixes template import for pre-html compilation 🤦🏼‍♂️

All Changes

ec2925e chore: v0.2.8

958b271 fix: markdown template replacements

86325b0 docs: update _layout reasoning

c4b3cdd escape example vars in documentation

a741ee9 docs: updates for _layout.html and ForFile

10c4636 move module to github as well

v0.2.7

02 Apr 15:59
Compare
Choose a tag to compare

Changes

  • Deprecates the use of _head.html and _tail.html files
  • Added support for using _layout.html to define the layout, an example of this is the docs/pages/_layout.html file in this repository.

All Changes

14dc454 chore: v0.2.7

58578f0 feat: _layout.html

6528f44 update links

8c9c1d3 add github pages deploy action