Skip to content

Releases: bcronce/BoringHelpers

Refactor Collections.Empty

Pre-release

Choose a tag to compare

@bcronce bcronce released this 04 Jan 22:30
v0.2.0.0
a3ce222

Minor breaking changes to Collections.Empty. Code should compile without changes, but the returned types are no longer the interfaces, but classes that implement the interfaces.

Nuget

SimpleMetadata<T>

SimpleMetadata<T> Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 06 Oct 02:18
v0.1.3.0
86c1674

SimpleMetadata<T> is a new abstract class to make it easier to add type safety to metadata.

Nuget

Fixed KeyThrowingDictionary

Pre-release

Choose a tag to compare

@bcronce bcronce released this 04 Aug 17:41
v0.1.2.0
b7ec3be
  1. KeyThrowingDictionary effectively did not work, but it passed the tests because .Net Core includes the key in the message. Had to setup the unit tests to multi-target Core and Framework.
  2. For some reason I thought the constructors would have been auto-magically inherited. I had to add them in explicitly.

Nuget

KeyThrowingDictionary

KeyThrowingDictionary Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 17 Jul 01:21
v0.1.1.0
111eb18

Added new KeyThrowingDictionary class.

Nuget

MultiTarget framework

MultiTarget framework Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 11 Jul 01:40
v0.1.0.1

Same code base as v0.1.0 but targeting Standard1.3 and Framework4.6. No more screen full of dependencies when adding to a framework project.

Hope I didn't mess anything up.

Nuget

Minor API Refactor

Minor API Refactor Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 08 Jul 00:56
v0.1.0.0
fcaf3db
  1. Renamed ConcatSingle to ConcatIndividual
  2. Changed Dictionary signature from taking a single KeyValue to the key and value as independent arguments
  3. Removed comparer as optional argument to ReadOnlyCollection and ReadOnlyList

Nuget

Nuget metadata update

Nuget metadata update Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 07 Jul 18:22
v0.0.1.1
1f1c5bd

Non-code changes. Nuget metadata and documentation updates.

Nuget

Inaugural release

Inaugural release Pre-release
Pre-release

Choose a tag to compare

@bcronce bcronce released this 07 Jul 18:07
v0.0.1
6a98021

This is is a functional release and the code quality should be good and has good unit test coverage. Due to lack of real-world testing, I cannot in good-conscience claim it to be production ready.

Nuget