You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is the second non-experimental release of Snowman, a static site generator for SPARQL backends.
Features and changes 🎈
There are no breaking changes in this release.
This release brings a series of productivity features, template improvements, bug fixes, and documentation improvements. Here are some of the most notable changes:
Download the binary for your OS/architecture, rename it to "snowman", and place it in a directory on your path. Alternatively, place it in your project folder and execute it with the ./ prefix.
We provide binaries for six architectures/operation systems, if none of these are suitable for you, you can build it from source. If you think we should provide pre-built binaries for additional platforms, consider raising an issue.
Roadmap and Snowman 0.3.0 🗺
While Snowman 0.3.0 has yet to reach feature freeze, it's already in the works. Some planned features include:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Snowman 0.2.0 ⛄
This release is the second non-experimental release of Snowman, a static site generator for SPARQL backends.
Features and changes 🎈
There are no breaking changes in this release.
This release brings a series of productivity features, template improvements, bug fixes, and documentation improvements. Here are some of the most notable changes:
Productivity features 🏇
snowman build
prints a warning when it writes to a file twice. Snowman should print a warning when it overwrites a file #19snowman cache
can now invalidate unused cache items.snowman cache
should be able to invalidate unused cache items #5snowman build --static
now lets you build only static files.snowman build
should be able to build only static files when given thestatic
flag #23Template features 🛠
query
, andsafe_html
now tries to cast any given arguments to a string.to_json
template function. Add a template function that can convert data to JSON #20type
template function.Documentation ✍️
snowman server
command has been documented.Bug fixes 🐛
snowman server
did not display an error if the port or address were already in use.snowman server
does not print an error message when the server port is already in use #22Installing Snowman 🌨
Download the binary for your OS/architecture, rename it to "snowman", and place it in a directory on your path. Alternatively, place it in your project folder and execute it with the
./
prefix.We provide binaries for six architectures/operation systems, if none of these are suitable for you, you can build it from source. If you think we should provide pre-built binaries for additional platforms, consider raising an issue.
Roadmap and Snowman 0.3.0 🗺
While Snowman 0.3.0 has yet to reach feature freeze, it's already in the works. Some planned features include:
snowman new
) #33trim
template function #36 Provide a dictionary interface inside of templates #37 Addhas_prefix
andhas_suffix
template functions #38)Snowman 0.3.0 milestone.
Discuss 💬
You can discuss this release or other aspects of Snowman in the forum.
This discussion was created from the release 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions