Releases: leancodepl/flutter_corelibrary
Releases · leancodepl/flutter_corelibrary
cqrs-v5.0.0
- Revert to 4.1.1
- Breaking: Add
propertyName
field inValidationError
. - Breaking: Remove deprecated
success
parameter fromCommandResult
constructor.
cqrs-v5.0.0-nullsafety.1
Merge pull request #20 from leancodepl/feature/property-name-validati…
cqrs-v5.0.0-nullsafety.0
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
- Fix closing default HTTP client after logging out.
cqrs-v4.1.1
- Fix exception thrown when the query result is
null
.
login_client_flutter-v1.0.1
- Fix reading null credentials.
login_client-v1.1.0
- OAuth2
clientId
is now required. - OAuth2
clientSecret
now defaults to an empty string. - Export
oauth2
Credentials
,AuthorizationException
andExpirationException
. - Add
onCredentialsChanged
stream toLoginClient
. - Deprecate
credentialsChangedCallback
.
cqrs-v4.1.0
- Add
success
andfailed
constructors inCommandResult
. - Add
failed
getter inCommandResult
. - Make
success
field inCommandResult
a getter. This is compatible with how the backend works. - Deprecate
success
param inCommandResult
constructor.
login_client_flutter-v1.0.0
- First release.
login_client-v1.0.0+1
- Refresh pub listing.