Skip to content

Releases: icarus-consulting/Yaapii.Atoms

3.0.0

19 Oct 08:05
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The Class Each has been removed from the namespace Yaapii.Atoms.Scalar. Use Each from Yaapii.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

11 Jul 11:52
db89948
Compare
Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bug

  • #518 VersionMap behaviour is not as expected

2.7.1

08 Apr 14:37
090b1fc
Compare
Choose a tag to compare

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

27 Jan 09:10
b48c163
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 7 issues being closed.

Bugs

  • #494 ScalarEnvelope is not sticky by default
  • #500 Some implicit ctors are unusable

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 namespace Yaapii.Atoms.Scalar. Use Each from Yaapii.Atoms.Func instead.

2.5.0

18 Jan 08:54
55cf8b4
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 2 issues being closed.

Bug

  • #491 ScalarOf generic ctors unusable

Feature

  • #490 New Objects MoreThan and LessThan and ExactAmount

2.4.0

10 Jan 15:59
af1f7bb
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

Feature

  • #487 Introduce implicit ctors by adding static New() methods

2.3.3

18 Jan 08:55
b837fa7
Compare
Choose a tag to compare

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

  • #485 Sources package is incompatible to .NET Framework v4.6.1

2.3.2

16 Dec 11:17
cbec751
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bug

  • #482 LiveList returns null

2.3.1

15 Dec 15:22
c55ad92
Compare
Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bug

  • #480 Breaking Change in LiveList from version 2.1.3 to 2.3.0

2.3.0

29 Oct 12:54
492b518
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Feature

  • #468 Add SwitchAction to atoms