Skip to content

Releases: w-henderson/Stuart

Stuart v0.3.1

25 Jan 17:06
2e162e2
Compare
Choose a tag to compare
Stuart v0.3.1 Pre-release
Pre-release

This release brings memory usage optimisations and maybe a little bit of a performance boost, at least during initialisation.

What's Changed

Full Changelog: v0.3.0...v0.3.1

Stuart v0.3.0

24 Jan 21:52
3886551
Compare
Choose a tag to compare
Stuart v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.7...v0.3.0

Stuart v0.2.7

31 Dec 17:43
52b9a73
Compare
Choose a tag to compare
Stuart v0.2.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.6...v0.2.7

Stuart v0.2.6

30 Dec 00:08
89982f2
Compare
Choose a tag to compare
Stuart v0.2.6 Pre-release
Pre-release

This release improves the plugin system and fixes some bugs.

Stuart v0.2.5

15 Jul 16:32
4de3543
Compare
Choose a tag to compare
Stuart v0.2.5 Pre-release
Pre-release

This minor release adds the skip attribute to the for function, particularly useful for things like archiving blog posts. (I wonder why I added this, hmm...)

Stuart v0.2.4

19 Apr 11:53
7cc02ec
Compare
Choose a tag to compare
Stuart v0.2.4 Pre-release
Pre-release

This release fixes some bugs in the development server where errors in processed files could cause the build system not to correctly reload them once the errors were fixed.

What's Changed

Full Changelog: v0.2.3...v0.2.4

Stuart v0.2.3

27 Nov 16:38
5726114
Compare
Choose a tag to compare
Stuart v0.2.3 Pre-release
Pre-release

This release fixes a bug where static content was not always treated as static for certain configurations.

Full Changelog: v0.2.2...v0.2.3

Stuart v0.2.2

20 Nov 21:56
6265884
Compare
Choose a tag to compare
Stuart v0.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.1...v0.2.2

Stuart v0.2.1

20 Sep 08:06
65ea8c5
Compare
Choose a tag to compare
Stuart v0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.1

Stuart v0.2.0

14 Sep 16:17
bb15a13
Compare
Choose a tag to compare
Stuart v0.2.0 Pre-release
Pre-release

This release adds plugin support. Documentation for this is available in the README. Defining plugin dependencies is as simple as adding them to the [dependencies] table of your stuart.toml, for example:

[dependencies]
my_plugin = "/path/to/plugin.so"
my_other_plugin = "/path/to/cargo/project/"
my_remote_plugin = "https://github.com/username/plugin"

Please note that to build plugins, Git and a Rust toolchain are required. Without these, you can only use precompiled plugins.

What's Changed

Full Changelog: v0.1.1...v0.2.0