|
|
|
@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [0.4.3] - 2018-07-03 |
|
|
|
|
### Added |
|
|
|
|
- Table cells now have class names, which allows for better CSS styling. |
|
|
|
|
(Patch by qjqqyy <<gyula@nyirfalvi.hu>>.) |
|
|
|
|
- The test suite now can parse and check elements from the HTML returned |
|
|
|
|
by the module, thanks to the [pup](https://github.com/EricChiang/pup) |
|
|
|
|
tool. |
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
- Sorting by file size now works correctly. |
|
|
|
|
(Patch by qjqqyy <<gyula@nyirfalvi.hu>>.) |
|
|
|
|
|
|
|
|
|
## [0.4.2] - 2017-08-19 |
|
|
|
|
### Changed |
|
|
|
|
- Generated HTML from the default template is now proper HTML5, and it should |
|
|
|
@ -118,7 +130,8 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
- `NEWS.rst` file, to act as change log. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.2...HEAD |
|
|
|
|
[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.3...HEAD |
|
|
|
|
[0.4.3]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.2...v0.4.3 |
|
|
|
|
[0.4.2]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.1...v0.4.2 |
|
|
|
|
[0.4.1]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.0...v0.4.1 |
|
|
|
|
[0.4.0]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.6...v0.4.0 |
|
|
|
|