Skip to content

Releases: icarus-consulting/Yaapii.Atoms

0.13.0

19 Mar 15:49
94e3c35
Compare
Choose a tag to compare

As part of this release we had 1 commit which resulted in 3 issues being closed.

Bug

  • #177 LengthOf does not dispose input stream

Feature

  • #176 Add IO.GZipInput and IO.GZipOutput

Improvement

  • #165 Improve LengthOf docs

0.12.0

16 Mar 11:21
Compare
Choose a tag to compare

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

Bugs

  • #168 Distinct can be consumed only once
  • #162 ResourceOf is in wrong namespace
  • #156 Base64DecodedText does not remove BOM
  • #146 Contains class has incorrect Type limitation to 'System.IComparable'
  • #144 JoinedText() ignores some characters

Features

  • #173 Add IO.Directory object
  • #170 Add StickyEnumerable
  • #151 Add Distinct to Enumerable
  • #149 Add StartsWith and EndsWith to Text
  • #147 Split Or to generic and non generic versions
  • #140 Add NumberOf ctors accepting double, int etc
  • #136 new ctor for FormattedText

0.11.0

31 Jan 13:32
6bcc1d8
Compare
Choose a tag to compare

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

Bug

  • #141 Enumerable.Contains fails on empty Enumerable

Features

  • #150 Distinct enumerable
  • #148 File ctors for TextOf

Enhancements

  • #142 NumberOf should throw error with more context

0.10.0

08 Jan 16:08
Compare
Choose a tag to compare

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

Features

  • #119 SplitText option to remove empty entries
  • #118 New NotEmpty decorator for list classes

0.9.0

05 Jan 13:27
Compare
Choose a tag to compare

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

Feature

  • #133 new Class ResourceOf

0.8.0

02 Jan 17:00
Compare
Choose a tag to compare

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

Bugs

  • #130 Inconsistent argument order at class Mapped
  • #122 Organize tests
  • #109 Fix Warning conflicts between different versions of the same dependent assembly.

Features

  • #131 add DateTime classes
  • #129 introduce Type Number
  • #128 BytesBase64 and Base64Bytes
  • #114 ArrayList conversions for Enumerable, Collection, List classes

0.7.0

02 Jan 16:24
40a53af
Compare
Choose a tag to compare

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

Bug

  • #69 Dispose Methode of OutputTo and AppendTo can produce Exception

Feature

  • #71 Extend StickyScalar by reload condition

0.6.0

01 Dec 13:56
7f96317
Compare
Choose a tag to compare

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

Bugs

  • #111 Fix missing intellisense docs
  • #103 Contains of an empty list should not throw an exception!

Enhancements

  • #102 Migrate to NetStandard2.0
  • #101 FuncWithFallback with other signatures

0.5.9

21 Nov 12:36
58d8d01
Compare
Choose a tag to compare

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

Bug

  • #75 Replace new modifier of Methods

Enhancements

  • #81 new class Collection.Filtered
  • #80 new class Collection.CollectionOf
  • #79 new Envelope classes
  • #78 new Decks Collection, Enumerable, Enumerator, List and Map

Features

  • #100 new class List.SyncList
  • #99 new class List.StickyList
  • #98 new class List.Sorted
  • #97 new class List.SolidList
  • #96 new class List.Mapped
  • #95 new class List.ListOf
  • #94 new class Map.SyncMap
  • #93 new class Map.StickyMap
  • #92 new class Map.SolidMap
  • #91 new class Map.MapOf
  • #90 new class Enumerable.EnumerableOf
  • #89 new class Collection.SyncCollection
  • #88 new class Collection.StickyCollection
  • #87 new class Collection.Sorted
  • #86 new class Collection.SolidCollection
  • #85 new class Collection.Reversed
  • #84 new class Collection.Mapped
  • #83 new class Collection.Limited
  • #82 new class Collection.Joined
  • #74 Adapt Envelopes
  • #48 Missing ctor for TextOf(double)

0.5.8

09 Nov 16:44
fd1465d
Compare
Choose a tag to compare

As part of this release we had 12 commits which resulted in 11 issues being closed.
Best version ever

Bugs

  • #51 docs: Change author to ICARUS Consulting GmbH
  • #50 ItemAt throws NullReferenceException
  • #49 Read file content with whitespaces in Uri
  • #46 Bug & missing Tests: Primitives DoubleOf seems to round!
  • #32 Test fails: Yaapii.Atoms.Tests.IO.WriterToTest

Enhancements

  • #45 NonGeneric Enumerables
  • #37 No String Contains found (with IgnoreCase)

Features

  • #54 Class for Linq 'Any'
  • #53 Add class ScalarWithFallback
  • #26 Primitives: CharOf