Skip to content

Commit

Permalink
Merge pull request #28 from mubareksd/chore/prepare_v0_0_5_release
Browse files Browse the repository at this point in the history
chore: prepare v0.0.5 release
  • Loading branch information
mubareksd authored Jan 20, 2025
2 parents d83ddaa + 080063a commit c5ade06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## 0.0.5

- **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

## 0.0.4

- 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
- **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

## 0.0.3

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: frappe_dart
description: A comprehensive Dart wrapper for interacting with the Frappe API, providing easy access to its features and enabling seamless communication with Frappe-based systems.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/kinetsystems/frappe_dart
repository: https://github.com/kinetsystems/frappe_dart
issue_tracker: https://github.com/kinetsystems/frappe_dart/issues
Expand Down

0 comments on commit c5ade06

Please sign in to comment.