-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <<[email protected]>>.) | ||
- 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 <<[email protected]>>.) | ||
|
||
## [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 | ||
|