3.9 KiB
3.9 KiB
Changelog
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.
Unreleased - 0000-00-00
Added
IntegrityHashTagHelpercan be used withasp-integrity="true|false"andasp-integrity-strength="256|384|512"
Fixed
InMemorydatabase provider does not fail on "migration" (none possible)
v1.4.0 - 2022-02-11
Added
- New NuGet package
AMWD.Common.MoqwithHttpRequestHandlerMoqclass - Supporting
InMemoryDatabase as provider
Changed
- Enhanced Stopwatch/Timer delta due to unsharp resolution using timers
IBasicAuthenticationValidatornow also provides the realm as property (resolving a string on DI is bad style)
v1.3.0 - 2021-12-21
Added
BasicAuthenticationHandlerto use instead of other handlers (instead of e.g. CookieAuthentication)BasicAuthenticationAttributeto restrict single actions
Changed
- Simplified package references on AspNetCore
- Changed NuGet package
DnsClienttoDNS
v1.2.0 - 2021-12-19
Added
- CHANGELOG
HtmlHelper.IsDarkColorto classify a color as dark or light one (by luminance)ReadLineandReadLineAsyncasStreamExtensions
Changed
- Unit-Tests enhanced
- Unit-Tests excluded from code coverage calcualtion
- Updated NuGet package
NetRevisionTask
v1.1.0 - 2021-11-22
Added
AddSingletonHostedService<TService, TImplementation>using an interface and an implementation type- Unit-Tests for
AMWD.Common(ca. 60% Branch-Coverage, target: above 90%) IsValidEmailAddresscheck whether a string is a valid email address, optionally with DNS check (MX record)- AES and 3DES De-/Encrypt enhanced for string to string (plain/base64)
Changed
- CI Build-Process splitted into: build, test, deploy
GetAlignedIntervalsplitted intoGetAlignedIntervalUtcandGetAlignedIntervalLocalto respect daylight saving timesHexToByteschecks for valid characters by using RegEx
Fixed
Sha256as string extension
v1.0.2 - 2021-11-09
Added
- .NET 6.0 (LTS) compatibility
- Versioning in README
Changed
- CI Build modified
- C# Update from 9.0 to 10.0
Fixed
- Comments updated / enhanced
v1.0.1 - 2021-10-25
Added
ParseDecimaladded to prevent problems with comma/dot as decimal separator
Changed
- NuGet packages reside on
artifacts/
Fixed
- MySQL library is now working correctly via reflection
v1.0.0 - 2021-10-24
Added
- Lizenz
- Readme
Changed
CustomFloatingPointModelBinder*renamed toInvariantFloatingPointModelBinder*ResolveHostreturns a list of resolved ip addressesResolveInterfacereturns a list of resolved ip addresses
Removed
IPAddress fallbackparameter removed fromResolveHostIPAddress fallbackparameter removed fromResolveInterfaceResolveInterfacedoes not use DNS to resolve the input (kind a weired behaviour)
v0.0.2 - 2021-10-23
Added
- NuGet packages have an icon
Changed
- Additional information for NuGet packages
v0.0.1 - 2021-10-23
Initial release