Releases: icarus-consulting/Yaapii.Atoms
Releases · icarus-consulting/Yaapii.Atoms
4.0.0
What's Changed
- Bump copyright (2023) by @aveXcaesar in #533
- Add bool constructor to TextOf by @DFU398 in #535
- Use correct encoding in BytesOf by @DFU398 in #538
- Adds SwapOf and SwapSwitch by @jaanpeeter in #529
- Only validate credentials on tags by @MSE1188 in #556
- fix: GZip test is proprietary [depends on 548] by @Meerownymous in #550
- Change enumerations to yield by @MSE1188 in #555
- Let sorted enumerable accept comparison function by @Meerownymous in #558
- Add text objects CommaJoined and BlankJoined by @Meerownymous in #561
- Use CultureInfo.InvariantCulture in DateAsText by @DFU398 in #564
Full Changelog: 3.0.0...4.0.0
3.0.0
What's Changed
- Add SortedBy Enumerable by @MSE1188 in #523
- Add Assembly Strong Name by @jaanpeeter in #525
- Trimmed Text has consistent behaviour among Ctors by @koeeenig in #526
- Removes Each from Scalar namespace by @koeeenig in #527
Breaking Changes
- The Class
Each
has been removed from the namespaceYaapii.Atoms.Scalar
. UseEach
fromYaapii.Atoms.Func
instead. - The
Yaapii.Atoms.dll
is now strong named which enables side by side loading of different versions in the same app domain.
Full Changelog: 2.7.2...3.0.0
2.7.2
2.7.1
As part of this release we had 13 commits which resulted in 1 issue being closed.
Feature
- #516 Add comparison func to Distinct class
2.6.0
As part of this release we had 3 commits which resulted in 7 issues being closed.
Bugs
Features
- #496 Add shorthand ctors to MapOf objects
- #497 Add Blank to Text type
- #498 Add EmptyMap semi- and full generic
- #499 Add None to Enumerable objects
Improvement
- #495 Let implicit ctors return interface and not solid type
Breaking Changes
- The Class
Each
has been removed from the namespaceYaapii.Atoms.Scalar
. UseEach
fromYaapii.Atoms.Func
instead.