Releases: MrDave1999/SimpleResults
Releases · MrDave1999/SimpleResults
v2.0.0
- refactor: Assign an empty
IEnumerable<T>
to the Result.Data
property. (#28)
- BREAKING CHANGE: Add default values to Message/Status properties. (#29)
v1.1.0
- feat: Add a new result called Forbidden. (#27)
v1.0.0
chore: Bumped version number to 1.0.0-stable
v0.5.0-alpha
- docs: Add an index to README.md. (#20, #21)
- test: Add integration test project for a sample. (#11, #22)
- feat: Add methods with a single parameter of type IEnumerable to Result type. (#23, #25)
- chore: Add an example with Fluent Validation. (#26)
v0.4.0-alpha
- chore: Add support for .NET Standard 2.0. (#14, #15)
- feat!: Add
ListedResult<T>
type to represent an enumerated result. (#12, #16)
- chore: Add example about the use of
PagedResult
type. (#9, #17)
- feat: Add
ObtainedResources
method to Result
type. (#18, #19)
v0.3.0-alpha
- feat: Add
PagedResult<T>
type to represent a paged result. (#5, #7)
- chore: Add English resource as default. (#8, #10)
v0.2.0-alpha
- feat: Add the
ResultSet<T>
type to represent a data set. (#6)
v0.1.2-alpha
- fix: Add a parameterless constructor to avoid deserialization errors. (#4)
v0.1.1-alpha
- fix: Allow the
Result.ObtainedResource
method to accept a value as argument. (fe46657)
v0.1.0-alpha
tests: Add unit tests for the Result class