All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change package target frameworks from .NET Standard 2.0 to .NET 8.0 and .NET Framework 4.6.2.
- Upgrade Atata.Cli package to v4.0.0-beta.3.
- Upgrade Atata.Cli.Npm package to v4.0.0-beta.3.
2.4.0 - 2025-10-30
- Enable nullable reference types.
- Fix absolute config path error for Windows.
2.3.0 - 2023-08-31
- Set UFT-8 as the default encoding of
HtmlValidateCli.
2.2.0 - 2022-10-04
- Upgrade Atata.Cli package to v2.2.0.
- Upgrade Atata.Cli.Npm package to v2.2.0.
2.1.0 - 2022-07-21
- Upgrade Atata.Cli package to v2.1.0.
- Upgrade Atata.Cli.Npm package to v2.1.0.
- Set
ResultValidationRules = CliCommandResultValidationRules.NoError;inHtmlValidateCliconstructor.
- Upgrade Atata.Cli package to v2.0.0.
- Upgrade Atata.Cli.Npm package to v2.0.0.
- Upgrade Atata.Cli package to v1.4.0.
- Upgrade Atata.Cli.Npm package to v1.4.0.
- Post process CLI output to correct encoding of "X" symbol character.
- Upgrade Atata.Cli package to v1.3.0.
- Upgrade Atata.Cli.Npm package to v1.3.0.
- Upgrade Atata.Cli package to v1.2.0.
- Upgrade Atata.Cli.Npm package to v1.2.0.
- Fix
HtmlValidateCli.GetInstalledVersion()method to returnnullwhen the package is not installed.
- Add Atata.Cli.Npm package v1.1.0.
- Inherit
HtmlValidateClifromGlobalNpmPackageCli<HtmlValidateCli>instead ofProgramCli<HtmlValidateCli>.
Initial version release.