- Custom params overwrite normal params
- Try to fix "Dio does not support lock anymore"
- Publish only one package by accident
- Update
dio
- Bug fix
- Bug fix
- Enable passing map to filter
- Fix
directus
not exporting core
- Fix case when user can create, but can't read
- Split directus and directus_core
- Pub analysis fixes
- Fix license
- Switched to monorepo
- Bug fixes
- Fix logout not working
- Fix auth not working
- Require Dart 2.15
- Added
sdk.auth.staticToken(token)
- Added
DirectusSingleton
- Require Dart 2.12 stable
- Fix Dio interceptors never finishing
- Ensure Flutter is initialized before accessing storage
- Null safety
- Fix: filter not applied when query not passed in ItemsHandler readMany
- Fix for locking client after failed refresh
- Add option to pass a key to Directus (used for multiple auth)
- Add meta to Query, and meta property on DirectusListResponse
- Change names of storage fields, they now start with
directus
- TTL is now in ms
- Logout throws if user is not logged in
- Update generated files
- Add auth hooks
- Improve types
- Fix
Filter.notEmpty
- Added test
- Add SettingsItem
- Bug fixes
- Small fixes
- Added small readme
- Added most of the handlers
- Initial version, only placeholder