Packages

Fryse is a Static Site Generator which aims to be generic and scriptable.

Current section

Files

Jump to
fryse CHANGELOG.md
Raw

CHANGELOG.md

Changelog for Fryse 0.x
=======================
Fryse 0.3.0
-----------
Released: 2019-10-30. Notable changes:
- Added: `path_prefix` config setting [#11](https://github.com/fryse/fryse/pull/11)
- Added: Config Override [#7](https://github.com/fryse/fryse/pull/7)
- Changed: Do not delete dot files when rebuilding page [#10](https://github.com/fryse/fryse/pull/10)
- Changed: Replace `poison` with `jason` [#9](https://github.com/fryse/fryse/pull/9)
- Changed: Rename `path` field on `Page` struct to `url` [#6](https://github.com/fryse/fryse/pull/6)
- Updated: Update dependencies and bump required Elixir version to 1.8 [#8](https://github.com/fryse/fryse/pull/8)
Fryse 0.2.1
-----------
Released: 2018-10-29. Notable changes:
- Fixed: Require `plug_cowboy` dependency
Fryse 0.2.0
-----------
Released: 2018-10-29. Notable changes:
- Added: Config Validation [#5](https://github.com/fryse/fryse/pull/5)
- Added: CLI help command and command documentation [#3](https://github.com/fryse/fryse/pull/3)
- Refactored: Error Flow [#4](https://github.com/fryse/fryse/pull/4)
- Refactored: Builder Optimization [#2](https://github.com/fryse/fryse/pull/2)
- Refactored: Path handling [#1](https://github.com/fryse/fryse/pull/1)
- Updated: Update dependencies and bump required Elixir version to 1.6