Skip to content

Releases: leancodepl/flutter_corelibrary

cqrs-v5.0.0

10 Mar 11:48
0139cc8
Compare
Choose a tag to compare
  • Revert to 4.1.1
  • Breaking: Add propertyName field in ValidationError.
  • Breaking: Remove deprecated success parameter from CommandResult constructor.

cqrs-v5.0.0-nullsafety.1

09 Mar 09:14
8ecc852
Compare
Choose a tag to compare
Pre-release
Merge pull request #20 from leancodepl/feature/property-name-validati…

cqrs-v5.0.0-nullsafety.0

08 Feb 08:29
d247f7e
Compare
Choose a tag to compare
Pre-release
Migrate cqrs to null-safety (#7)

* Set min SDK version to 2.12 prerelease

* Migrate cqrs to null-safety

* Bump version to 5.0.0 and add changelog note

* Remove meta from pubspec

* Use null-safety mockito and test

* Bump min SDK version

* Remove deprecated success parameter from CommandResult

Resolves #14.

* Add generated mocks and fix tests

* Push cqrs code coverage to 100%

* Bump http to null-safe version

* Fix http mocks

* Fix http version to ^

login_client-v1.1.1

12 Jan 15:46
7469aa8
Compare
Choose a tag to compare
  • Fix closing default HTTP client after logging out.

cqrs-v4.1.1

11 Jan 13:51
707de44
Compare
Choose a tag to compare
  • Fix exception thrown when the query result is null.

login_client_flutter-v1.0.1

07 Jan 15:41
a6cbd5d
Compare
Choose a tag to compare
  • Fix reading null credentials.

login_client-v1.1.0

07 Jan 15:42
a6cbd5d
Compare
Choose a tag to compare
  • OAuth2 clientId is now required.
  • OAuth2 clientSecret now defaults to an empty string.
  • Export oauth2 Credentials, AuthorizationException and ExpirationException.
  • Add onCredentialsChanged stream to LoginClient.
  • Deprecate credentialsChangedCallback.

cqrs-v4.1.0

07 Jan 09:31
9a4a3ea
Compare
Choose a tag to compare
  • Add success and failed constructors in CommandResult.
  • Add failed getter in CommandResult.
  • Make success field in CommandResult a getter. This is compatible with how the backend works.
  • Deprecate success param in CommandResult constructor.

login_client_flutter-v1.0.0

02 Dec 09:58
5006f58
Compare
Choose a tag to compare

login_client-v1.0.0+1

02 Dec 10:06
Compare
Choose a tag to compare
  • Refresh pub listing.