Skip to content

Releases: lucastsantos/typed_result

v2.0.0

09 Feb 12:34
3443157
Compare
Choose a tag to compare

What's Changed

  • Raised minimum Dart; Adding partition method #8
  • Adding getAll method #9
  • Adding getAllErrors method #10
  • Adding toErrorIf method #11

Full Changelog: v1.0.2...v2.0.0

v1.0.2

16 Oct 23:01
Compare
Choose a tag to compare

What's Changed

  • Adding extensions for Future class #7
  • Raised maximum Dart constraint to <4.0.0

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Feb 15:12
Compare
Choose a tag to compare

What's Changed

  • Added and and andThen function.
  • Downgraded Dart SDK requirement from 2.18.2 to 2.18.0
  • Downgraded matcher dependency from 0.12.14 to 0.12.13

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Jan 00:21
Compare
Choose a tag to compare

What's Changed

  • Removing flutter dependency
  • Added two matchers for testing

Full Changelog: v0.0.3...v1.0.0

v0.0.3

21 Dec 00:14
Compare
Choose a tag to compare

What's Changed

  • Adding when function #3

Full Changelog: v0.0.2...v0.0.3

v0.0.2

15 Dec 13:00
Compare
Choose a tag to compare

What's Changed

  • Fix extensions name conflicting with Dart #2

Full Changelog: v0.0.1...v0.0.2

v0.0.1

15 Dec 12:59
Compare
Choose a tag to compare

Initial release