Skip to content

Releases: jason-kerney/FeldSpar

Target DotNet Standard 2.0

03 Jul 21:03
Compare
Choose a tag to compare

This release is to pivot the framework to only target DotNet Standard.

New Support For F# Scripts

13 Jan 04:35
Compare
Choose a tag to compare

This release supports F# Scripts with a nice syntax and a handful of helper functions

Added Setup and Teardown

08 Dec 18:57
Compare
Choose a tag to compare

Added additional ways to verify expected out puts

20 Aug 22:19
Compare
Choose a tag to compare

Added the ability to check a query against a gold standard executing the query if it does not match.
checkQueryResultAgainstStandard

Added ability to compare collections against each other with:
expectsToContain
expectsToNotContain
expectsToContainOnly
expectsToNotContainAnyOf

Support every major version of .Net from 4.0 to 4.6.1

24 Jun 23:54
Compare
Choose a tag to compare

.Net 4.0
.Net 4.5
.Net 4.5.1
.Net 4.5.2
.Net 4.6
.Net 4.6.1

Added Documentation

15 Jun 04:55
Compare
Choose a tag to compare

Added an example test file, and fixed approval reference so that the correct files are retrieved from Nuget.

Fixed F# Version

05 Nov 15:35
Compare
Choose a tag to compare

Moved to most recent version of F#

Basic Functionality Complete

05 Nov 06:24
Compare
Choose a tag to compare

Moved to .Net Framework Version 4.6
Added Module information to test failures.
Added Module information to Approval File Names

Updated Version of Approvals

29 Sep 03:12
Compare
Choose a tag to compare
0.6.0.1

Pushing To Nuget

Simplified Execution of tests

26 Sep 14:05
Compare
Choose a tag to compare
0.6.0.0

Merge branch 'Gutted'