|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 0.16.0-beta002 - 08.07.2025 |
| 3 | +## [0.16.0-beta002] - 2025-07-08 |
4 | 4 |
|
5 | 5 | ### Changed |
6 | | -* [Update to .NET 8](https://github.com/ionide/Fornax/pull/127) (thanks @Numpsy!) |
| 6 | +- [Update to .NET 8](https://github.com/ionide/Fornax/pull/127) (thanks @Numpsy!) |
7 | 7 |
|
8 | | -## 0.15.1 - 07.03.2023 |
| 8 | +## [0.15.1] - 2023-03-07 |
9 | 9 |
|
10 | 10 | ### Fixed |
11 | | -* [Support file with spaces in the name](https://github.com/ionide/Fornax/pull/116) (thanks @MangelMaxime!) |
| 11 | +- [Support file with spaces in the name](https://github.com/ionide/Fornax/pull/116) (thanks @MangelMaxime!) |
12 | 12 |
|
13 | 13 | ### Changed |
14 | | -* [Add colors to error/success/info messages](https://github.com/ionide/Fornax/pull/118) (thanks @drewknab!) |
15 | | -* [Update to .NET 6, use project-based FAKE build instead of script](https://github.com/ionide/Fornax/pull/122) (thanks @kMutagene!) |
| 14 | +- [Add colors to error/success/info messages](https://github.com/ionide/Fornax/pull/118) (thanks @drewknab!) |
| 15 | +- [Update to .NET 6, use project-based FAKE build instead of script](https://github.com/ionide/Fornax/pull/122) (thanks @kMutagene!) |
16 | 16 |
|
17 | | -## 0.14.3 - 07.05.2022 |
| 17 | +## [0.14.3] - 2022-05-07 |
18 | 18 |
|
19 | 19 | ### Fixed |
20 | 20 |
|
21 | | -* [improved support for watch mode](https://github.com/ionide/Fornax/pull/103) (thanks @bigjonroberts!) |
| 21 | +- [improved support for watch mode](https://github.com/ionide/Fornax/pull/103) (thanks @bigjonroberts!) |
22 | 22 |
|
23 | | -## 0.14.1 - 29.04.2022 |
| 23 | +## [0.14.1] - 2022-04-29 |
24 | 24 |
|
25 | 25 | ### Added |
26 | 26 |
|
27 | | -* [A new case for the `HtmlElement` type was added for custom tags](https://github.com/ionide/Fornax/pull/106) (thanks @Freymaurer!) |
| 27 | +- [A new case for the `HtmlElement` type was added for custom tags](https://github.com/ionide/Fornax/pull/106) (thanks @Freymaurer!) |
28 | 28 |
|
29 | | -## 0.14.0 - 15.01.2022 |
| 29 | +## [0.14.0] - 2022-01-15 |
30 | 30 |
|
31 | 31 | ### Added |
32 | 32 |
|
33 | | -* Update to FCS 41 |
34 | | -* Add Sourcelink to the core library |
35 | | -* Support .NET 5 and .NET 6 |
36 | | -* typo fix for the About page |
37 | | -* Trim file paths with a platform-agnostic path separator (#91) |
38 | | -* Add some Generator documentation. |
39 | | -* Minor readme grammatical fixes (#83) |
40 | | -* Misc fixes (#80) |
41 | | -* Watch mode enhancement (#79) |
42 | | -* Update to .NET 5 (#78) |
43 | | -* Change after testing on Windows Directory.Delete throws exception on files with read-only attribute. |
44 | | -* Add LibGit2Sharp, add sub commands to fornax new |
45 | | -* Update FCS, fake-cli and paket. (#73) |
46 | | -* Add GitHub Actions build (#74) |
47 | | -* Improve mobile layout |
48 | | -* allow the user to configure pages size in the global loader |
49 | | -* Add support for paging |
50 | | -* Improve perf by caching generators (#65) |
51 | | -* Default template does not support on sub-dirs (#64) |
52 | | -* fix typo (#62) |
53 | | - |
54 | | -## 0.13.1 - 24.04.2020 |
| 33 | +- Update to FCS 41 |
| 34 | +- Add Sourcelink to the core library |
| 35 | +- Support .NET 5 and .NET 6 |
| 36 | +- typo fix for the About page |
| 37 | +- [Trim file paths with a platform-agnostic path separator](https://github.com/ionide/Fornax/pull/91) |
| 38 | +- Add some Generator documentation. |
| 39 | +- [Minor readme grammatical fixes](https://github.com/ionide/Fornax/pull/83) |
| 40 | +- [Misc fixes](https://github.com/ionide/Fornax/pull/80) |
| 41 | +- [Watch mode enhancement](https://github.com/ionide/Fornax/pull/79) |
| 42 | +- [Update to .NET 5](https://github.com/ionide/Fornax/pull/78) |
| 43 | +- Change after testing on Windows Directory.Delete throws exception on files with read-only attribute. |
| 44 | +- Add LibGit2Sharp, add sub commands to fornax new |
| 45 | +- [Update FCS, fake-cli and paket.](https://github.com/ionide/Fornax/pull/73) |
| 46 | +- [Add GitHub Actions build](https://github.com/ionide/Fornax/pull/74) |
| 47 | +- Improve mobile layout |
| 48 | +- allow the user to configure pages size in the global loader |
| 49 | +- Add support for paging |
| 50 | +- [Improve perf by caching generators](https://github.com/ionide/Fornax/pull/65) |
| 51 | +- [Default template does not support on sub-dirs](https://github.com/ionide/Fornax/pull/64) |
| 52 | +- [fix typo](https://github.com/ionide/Fornax/pull/62) |
| 53 | + |
| 54 | +## [0.13.1] - 2020-04-24 |
55 | 55 |
|
56 | 56 | ### Added |
57 | | -* Update to FCS 35.0 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
58 | | -* Pass `WATCH` define in case of watch mode (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 57 | +- Update to FCS 35.0 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 58 | +- Pass `WATCH` define in case of watch mode (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
59 | 59 |
|
60 | | -## 0.13.0 - 20.04.2020 |
| 60 | +## [0.13.0] - 2020-04-20 |
61 | 61 | ### Added |
62 | | -* Add way to check developments to the template (by [@robertpi](https://github.com/robertpi)) |
63 | | -* Summarize posts using more marker (by [@robertpi](https://github.com/robertpi)) |
64 | | -* Update to FCS 34.1 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 62 | +- Add way to check developments to the template (by [@robertpi](https://github.com/robertpi)) |
| 63 | +- Summarize posts using more marker (by [@robertpi](https://github.com/robertpi)) |
| 64 | +- Update to FCS 34.1 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
65 | 65 |
|
66 | | -## 0.12.0 - 14.04.2020 |
| 66 | +## [0.12.0] - 2020-04-14 |
67 | 67 | ### Added |
68 | | -* WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi)) |
69 | | -* Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi)) |
70 | | -* Refactor template (by [@robertpi](https://github.com/robertpi)) |
| 68 | +- WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi)) |
| 69 | +- Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi)) |
| 70 | +- Refactor template (by [@robertpi](https://github.com/robertpi)) |
71 | 71 |
|
72 | | -## 0.11.1 - 07.04.2020 |
| 72 | +## [0.11.1] - 2020-04-07 |
73 | 73 | ### Added |
74 | | -* Fix for once generator running even if not found (by [@sasmithjr](https://github.com/sasmithjr)) |
75 | | -* Use exceptions .ToString() when printing error (by [@robertpi](https://github.com/robertpi)) |
| 74 | +- Fix for once generator running even if not found (by [@sasmithjr](https://github.com/sasmithjr)) |
| 75 | +- Use exceptions .ToString() when printing error (by [@robertpi](https://github.com/robertpi)) |
76 | 76 |
|
77 | | -## 0.11.0 - 02.03.2020 |
| 77 | +## [0.11.0] - 2020-03-02 |
78 | 78 | ### Added |
79 | | -* Add a port argument to the watch command (by [@toburger](https://github.com/toburger)) |
80 | | -* Collect and propogate loader errors (by [@jbeeko](https://github.com/jbeeko)) |
81 | | -* Add MultipleFiles as possible generator output (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 79 | +- Add a port argument to the watch command (by [@toburger](https://github.com/toburger)) |
| 80 | +- Collect and propogate loader errors (by [@jbeeko](https://github.com/jbeeko)) |
| 81 | +- Add MultipleFiles as possible generator output (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
82 | 82 |
|
83 | | -## 0.10.0 - 20.02.2020 |
| 83 | +## [0.10.0] - 2020-02-20 |
84 | 84 | ### Added |
85 | | -* Update to .NET Core 3.0 |
86 | | -* Adds tools manifest .config/dotnet-tools.json |
87 | | -* Redesign Fornax around idea of `loaders` and `generators` |
88 | | -* Create new `fornax new` template |
| 85 | +- Update to .NET Core 3.0 |
| 86 | +- Adds tools manifest .config/dotnet-tools.json |
| 87 | +- Redesign Fornax around idea of `loaders` and `generators` |
| 88 | +- Create new `fornax new` template |
89 | 89 |
|
90 | | -## 0.2.0 - 05.08.2019 |
| 90 | +## [0.2.0] - 2019-08-05 |
91 | 91 | ### Added |
92 | | -* Update to .Net Core |
93 | | -* Distribute as .Net Core global tool |
| 92 | +- Update to .Net Core |
| 93 | +- Distribute as .Net Core global tool |
94 | 94 |
|
95 | | -## 0.1.0 - 04.06.2017 |
| 95 | +## [0.1.0] - 2017-06-04 |
96 | 96 | ### Added |
97 | | -* Defining templates in F# DSL |
98 | | -* Creating pages using templates from `.md` files with `layout` entry |
99 | | -* Creating plain pages without templates from `md` files without `layout` entry |
100 | | -* Transforming `.less` files to `.css` files |
101 | | -* Transforming `.scss` files to `.css` files (require having `sass` installed) |
102 | | -* Coping other static content to output directory |
| 97 | +- Defining templates in F# DSL |
| 98 | +- Creating pages using templates from `.md` files with `layout` entry |
| 99 | +- Creating plain pages without templates from `md` files without `layout` entry |
| 100 | +- Transforming `.less` files to `.css` files |
| 101 | +- Transforming `.scss` files to `.css` files (require having `sass` installed) |
| 102 | +- Coping other static content to output directory |
0 commit comments