- feat: implement ping api endpoint
- feat: add delete document functionality to Frappe API
- feat: add getValue method to Frappe API for retrieving field values
- feat: implement get_doctype api endpoint
- feat: implement get_list api endpoint
- refactor: remove unused API methods from FrappeApi and FrappeV15
- feat: add getLoggerUser method to FrappeApi and implement in FrappeV15; create LoggedUserResponse model
- feat: remove deprecated FrappeV13 and FrappeV14; add getApps and getUserInfo methods to FrappeApi
- feat: add models for InternalLinks, Transaction, CountryTimezoneInfoResponse, and LogoutResponse; update UserInfoResponse and AppsResponse models
- chore: update README and pubspec for clarity; add VSCode settings and tests for FrappeV13 and FrappeV14
- refactor: enhance documentation and structure for desk sidebar models and requests
- chore: add GitHub Actions workflow for publishing to pub.dev
- refactor: simplify FrappeV15 class by removing
baseUrl
andcookie
parameters - refactor: update Frappe API wrapper to support versions 13, 14, and 15
- refactor: rename
DeskPageRequest
toDesktopPageRequest
and update related usages - refactor: change
indicatorColor
type fromdynamic
toString
inDeskPage
model - refactor: adjust formatting and remove unused import in response models
- refactor: format method parameters and clean up unused lines in response models
- refactor: remove parameters from
saveDocs
method in FrappeApi implementations - refactor: specify type for
fields
parameter ingetList
method across FrappeApi implementations