Releases: linksplatform/Collections
Added IsEmpty to IStack, new extension methods, dependencies updated
https://www.nuget.org/packages/Platform.Collections/0.0.4
Platform.Interfaces dependency updated from 0.0.1 to 0.1.0.
Platform.Disposables dependency updated from 0.0.2 to 0.1.0.
Platform.Ranges dependency updated from 0.0.3 to 0.0.4.
XML documentation file generation turned on.
Segment fields are now properties.
Added IsEmpty property to IStack interface.
Added PeekOrDefault, PopOrDefault, Clear extensions methods for all types of stacks.
Added ArgumentNotEmptyAndNotWhiteSpace extension methods for Ensure.
Added ToArray extension method for IList.
Public constants are now static read-only fields.
All public constructors in abstract classes are now protected.
Travis CI connected.
Refactoring, issues fix.
Refactoring, fixes, added EnsureExtensions
https://www.nuget.org/packages/Platform.Collections/0.0.3
Refactoring, small fixes.
Added EnsureExtensions.
Added CharArrayExtensions.
Added CharIListExtensions.
CharsSegment renamed to CharSegment.