Skip to content

Releases: MrDave1999/SimpleResults

v1.1.0

24 Oct 21:34
Compare
Choose a tag to compare
  • feat: Add a new result called Forbidden. (#27)

v1.0.0

22 Oct 01:31
Compare
Choose a tag to compare
chore: Bumped version number to 1.0.0-stable

v0.5.0-alpha

21 Oct 18:39
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release
  • 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

17 Oct 18:56
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release
  • 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

16 Oct 20:38
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release
  • feat: Add PagedResult<T> type to represent a paged result. (#5, #7)
  • chore: Add English resource as default. (#8, #10)

v0.2.0-alpha

15 Oct 15:08
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • feat: Add the ResultSet<T> type to represent a data set. (#6)

v0.1.2-alpha

13 Oct 21:37
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release
  • fix: Add a parameterless constructor to avoid deserialization errors. (#4)

v0.1.1-alpha

12 Oct 21:30
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release
  • fix: Allow the Result.ObtainedResource method to accept a value as argument. (fe46657)

v0.1.0-alpha

12 Oct 20:23
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
tests: Add unit tests for the Result class