Skip to content

Latest commit

 

History

History
64 lines (30 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

64 lines (30 loc) · 1.44 KB

Changelog

2.0.2 (10.06.2021)

Fixed several security vulnerabilities:

2.0.1 (07.04.2021)

Fixed paths duplication in snapshot.

2.0.0 (22.03.2021)

Fixed crash when Harold runs in a directory without package.json file.

Suppressed stderr output when Harold runs in a directory without initialized Git repository.

Replaced absolute paths with relative in the snapshot.

Added trailing slash to directories paths in the snapshot. See MIGRATION.md.

1.0.3 (19.03.2021)

Fixed trailing slash processing when --path is used.

More info: #7.

1.0.2 (31.12.2020)

Fixed “Diff by category” result color. Difference in Gzip size now also affects color, but difference in files number does not.

1.0.1 (19.11.2020)

Improved error output when project build fails.

1.0.0 (12.11.2020)

First major release.

Added --output option for snapshot command.

Improved documentation. Added LICENSE. Prepared the package to publish on GitHub.

0.2.0 (30.10.2020)

Renamed the package: Buildo → Harold.

0.1.0 (19.10.2020)

Init version.