Releases: ionide/Fornax
Releases · ionide/Fornax
v0.15.1-beta002
What's Changed
- Upgrade fake by @MangelMaxime in #112
- Fix #63: Support file with spaces in the name by @MangelMaxime in #116
- Use qualified access for HtmlProperties.Custom in layout.fsx by @MangelMaxime in #110
- Add colors to error/success/info messages by @drewknab in #118
- Update to .NET 6, use project-based FAKE build instead of script by @kMutagene in #122
New Contributors
- @MangelMaxime made their first contribution in #112
- @kMutagene made their first contribution in #122
Full Changelog: v0.14.3...v0.15.1-beta002
v0.15.1
Full Changelog: v0.15.0...v0.15.1
v0.14.3
v0.14.1
What's Changed
- Add custom option for the HtmlElement type by @Freymaurer in #106
New Contributors
- @Freymaurer made their first contribution in #106
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- fix typo by @OnurGumus in #62
- Default template does not support on sub-dirs by @robertpi in #64
- Improve perf by caching generators by @robertpi in #65
- Add support for paging by @robertpi in #66
- Improve mobile layout by @robertpi in #68
- Add GitHub Actions build by @nojaf in #74
- Update FCS, fake-cli and paket. by @nojaf in #73
- Add template and output options for fornax new by @drewknab in #75
- Update to .NET 5 by @laenas in #78
- Watch mode enhancement by @laenas in #79
- Misc fixes by @laenas in #80
- Minor readme grammatical fixes by @andagr in #83
- Add some Generator documentation. by @oluwandabira in #85
- Trim file paths with a platform-agnostic path separator by @rdipardo in #91
- typo fix for the About page by @newbienewbie in #97
- better release script (and overall updates) by @baronfel in #102
New Contributors
- @OnurGumus made their first contribution in #62
- @nojaf made their first contribution in #74
- @drewknab made their first contribution in #75
- @laenas made their first contribution in #78
- @andagr made their first contribution in #83
- @oluwandabira made their first contribution in #85
- @rdipardo made their first contribution in #91
- @newbienewbie made their first contribution in #97
- @baronfel made their first contribution in #102
Full Changelog: 0.13.1...v0.14.0
0.13.1
Update to FCS 35.0 (by @Krzysztof-Cieslak)
Pass WATCH
define in case of watch mode (by @Krzysztof-Cieslak)
0.13.0
0.12.0
0.11.1
Fix for once generator running even if not found (by @sasmithjr
Use exceptions .ToString() when printing error (by @robertpi
0.11.0
Add a port argument to the watch command (by @toburger
Collect and propogate loader errors (by @jbeeko
Add MultipleFiles as possible generator output (by @Krzysztof-Cieslak