Skip to content

Releases: bcronce/BoringHelpers

Refactor Collections.Empty

04 Jan 22:30
v0.2.0.0
a3ce222
Compare
Choose a tag to compare
Pre-release

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>

06 Oct 02:18
v0.1.3.0
86c1674
Compare
Choose a tag to compare
SimpleMetadata<T> Pre-release
Pre-release

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

Nuget

Fixed KeyThrowingDictionary

04 Aug 17:41
v0.1.2.0
b7ec3be
Compare
Choose a tag to compare
Pre-release
  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

17 Jul 01:21
v0.1.1.0
111eb18
Compare
Choose a tag to compare
KeyThrowingDictionary Pre-release
Pre-release

Added new KeyThrowingDictionary class.

Nuget

MultiTarget framework

11 Jul 01:40
v0.1.0.1
Compare
Choose a tag to compare
MultiTarget framework Pre-release
Pre-release

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

08 Jul 00:56
v0.1.0.0
fcaf3db
Compare
Choose a tag to compare
Minor API Refactor Pre-release
Pre-release
  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

07 Jul 18:22
v0.0.1.1
1f1c5bd
Compare
Choose a tag to compare
Nuget metadata update Pre-release
Pre-release

Non-code changes. Nuget metadata and documentation updates.

Nuget

Inaugural release

07 Jul 18:07
v0.0.1
6a98021
Compare
Choose a tag to compare
Inaugural release Pre-release
Pre-release

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