serum v1.0.0 Release Notes
Release Date: 2019-05-03 // about 3 years ago-
๐ This is the first official release of Serum! ๐
๐ Fixed
- Do not generate post lists when there is no blog post. Until now, an empty post list has been generated anyway. (by @igalic, PR #41)
- ๐จ Lots of refactoring and bug fixes which can improve reliability.
๐ Changed
- Serum now exits with an error when trying to include a template which does
not exist in
includes/
directory.
โ Removed
- ๐ Completely removed support for
serum.json
file. You must useseurm.exs
instead.