-
Notifications
You must be signed in to change notification settings - Fork 15
API Changelog
Arun Prakash edited this page Dec 1, 2025
·
3 revisions
This section meticulously documents any API alterations that may emerge during the development journey. Should you encounter a breaking change upon updating, this changelog will guide you through understanding the modifications.
- π’ Nonβbreaking: Added a discoverable fluent query builder under
client.<interface>.querywith no seed class required. It autoβseeds the correct list request type and exposes helpers likewithPage,withPerPage,withSearch, etc. - π’ Nonβbreaking: Introduced
client.<interface>.extensionsto group convenience helpers such asgetById,findBySlug, andlistAll. - βΉοΈ Base interfaces remain minimal and CRUDβfocused via operation mixins; the fluent and extensions surfaces are additive.
- π΄ BREAKING: Elevated the minimum Dart version to
>= 3.0.0. - π΄ BREAKING: Updated all outdated dependencies.
- π΄ BREAKING: Excised all deprecated methods and classes.
- π΄ BREAKING: Overhauled and enhanced the library API. Please refer to the wiki for setup and usage updates.
- π΄ BREAKING: Undertook a series of code refactoring and fixes.
- π Modified the Authorization API in v5.1.0 from its predecessor, v5.0.4. The revamped system now facilitates defining custom authorization processes with increased simplicity. For insights on the modified API, explore the Supported Authorization Methods.
- π Significantly altered the Interface API (utilized for fetching posts/users, etc.) internally in the latest v5.2.1 update from the preceding v5.1.0. The new system introduces a standardized format for defining custom endpoint requests while retaining request building fluidity. Navigate to Custom Requests for details on the revised API.
- π Welcome to our Wiki!
- π Usage
- π Using Custom Requests
- π‘ Authorization
- π Supported REST Methods
- π API Changelog
- π Middlewares
- π« Parallel Requests
- π§© Interfaces & Extensions
- π‘οΈ Error Handling & Responses
- βοΈ Bootstrap & Configuration
- π Events & Statistics
- π Pagination & Finders