|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/) |
| 6 | +and this project adheres to [Semantic Versioning](http://semver.org/). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | +### Added |
| 10 | +* Better branding for the Lcov Viewer application |
| 11 | +* Dependabot configuration |
| 12 | +* Syncpack for better dependency management |
| 13 | +* Added CHANGELOG.md |
| 14 | + |
| 15 | +### Changed |
| 16 | +* Updated dependencies with security fixes |
| 17 | +* "noopener noreferrer" for footer links |
| 18 | +* Moved Github Actions from 14.x, 16.x, 17.x to 16.x, 18.x, 20.x |
| 19 | +* Updated legacy Github Actions to new versions |
| 20 | +* Updated the root README.md with package descriptions and local development instructions |
| 21 | + |
| 22 | +## [1.3.0] - 2022-07-03 |
| 23 | +### Added |
| 24 | +* Collapse/expand all buttons |
| 25 | + |
| 26 | +### Changed |
| 27 | +* Updated dependencies |
| 28 | +* Replaced favicons and favicons-webpack-plugin packages with static icons for faster build |
| 29 | +* Moved Github Actions from 12.x, 14.x, 16.x to 14.x, 16.x, 17.x |
| 30 | + |
| 31 | +## [1.2.1] - 2022-03-28 |
| 32 | +### Added |
| 33 | +* First release od the CLI package |
| 34 | + |
| 35 | +### Fixed |
| 36 | +* Fixed issue with tree nodes being collapsed when parent node has path partially matching the collapsing node path |
| 37 | + |
| 38 | +## [1.2.0] - 2022-03-28 |
| 39 | +### Added |
| 40 | +* Netlify redirect |
| 41 | +* CLI package |
| 42 | + |
| 43 | +### Changed |
| 44 | +* Updated dependencies |
| 45 | +* Changed lerna configuration to use unified versioning |
| 46 | + |
| 47 | +## [1.1.0] - 2021-10-28 |
| 48 | +### Added |
| 49 | +* Github Actions |
| 50 | +* Badges in README.md |
| 51 | +* Report details page with source code and coverage |
| 52 | +* First deployable version of Lcov Viewer application and Netlify deploy |
| 53 | + |
| 54 | +### Changed |
| 55 | +* Replaced react-router with preact-router for Lcov Viewer application |
| 56 | +* Updated Istanbul report to support nyc |
| 57 | + |
| 58 | +## [1.0.1] - 2021-10-24 |
| 59 | +### Changed |
| 60 | +* Moved license-webpack-plugin and terser-webpack-plugin to devDependencies |
| 61 | + |
| 62 | +## [1.0.0] - 2021-10-24 |
| 63 | +### Added |
| 64 | +* Initial implementation of the tree view |
| 65 | +* Lcov Viewer application |
| 66 | +* Istanbul coverage report |
| 67 | +* Initialize monorepo |
| 68 | + |
| 69 | +[//]: # (Reference links) |
| 70 | + |
| 71 | +[Unreleased]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.3.0...HEAD |
| 72 | +[1.3.0]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.2.1...v1.3.0 |
| 73 | +[1.2.1]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.2.0...v1.2.1 |
| 74 | +[1.2.0]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.1.0...v1.2.0 |
| 75 | +[1.1.0]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.0.1...v1.1.0 |
| 76 | +[1.0.1]: https://github.com/eugenezinovyev/lcov-viewer/compare/v1.0.0...v1.0.1 |
| 77 | +[1.0.0]: https://github.com/eugenezinovyev/lcov-viewer/releases/tag/v1.0.0 |
0 commit comments