Skip to content

Commit

Permalink
chore(version): bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaidilp committed Nov 3, 2024
1 parent 42dcb22 commit 2fe649a
Show file tree
Hide file tree
Showing 7 changed files with 833 additions and 43 deletions.
659 changes: 659 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions app/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## 1.1.0

- **REFACTOR**(pages): update pages copy. ([75cfa203](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/75cfa2030cfbbb9af9b65606ad56048c3e37f120))
- **REFACTOR**(page): update copy of strategic indicator page. ([ec56f81c](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/ec56f81c72e5f54c081972cb04e2e06506792a6b))
- **REFACTOR**(copy): update static table copy. ([749da296](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/749da2968a99392caf7ccbfd43255155bd819276))
- **REFACTOR**(page): update copy and pagination of publication. ([d3c31a3a](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d3c31a3ad6d17b259600b5a0e965f52c87524d7d))
- **REFACTOR**(linter): update linter rule. ([bbde442b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bbde442b1abf115fae627ad00233af74aa574bd5))
- **REFACTOR**(copy): update copy of old hardcoded. ([db255ec3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/db255ec3b5c99230cefcc1631befd3b1931c0a7e))
- **REFACTOR**(example): use new pagination implementation. ([8d2ea0e3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/8d2ea0e347d8935fb8cfdea1a08e6cb0e912a295))
- **REFACTOR**(widget): add expanded to prevent overflow. ([9e5aa8f3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/9e5aa8f32f8273804ae610b127786ce95a6979ee))
- **REFACTOR**(news): update copy & pagination implementation of news. ([15fd249b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/15fd249baf70c3e02b36480f3c6725854433cab8))
- **REFACTOR**(infographic-example): add number paginator. ([3583a216](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/3583a2168eec87fae86a0c4de03e61372bb5f1d3))
- **REFACTOR**(import): remove unused. ([a9666d5a](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/a9666d5a73487062f5760e034cde1c0040aef64e))
- **REFACTOR**(packages): update package version. ([17ce7bed](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/17ce7bed463c9bd6a7e8fb5bdaf4698a594bac9e))
- **REFACTOR**(docs): update documentation url. ([19ee634b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/19ee634bf0001ec45e9d00781947c388e5ccf252))
- **REFACTOR**(pubspec): update example app description. ([bde9472c](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bde9472ce951b69dd45c4dbb801e3a2a7810f85a))
- **REFACTOR**(app): re-structuring app code. ([88e30890](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/88e3089028bdece8e052558654a65d3e9c704e4e))
- **FIX**(gradle): update gradle settings. ([5ec68643](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/5ec686434477265252423ea1823d056ad19162e8))
- **FIX**(android): update android example. ([45948616](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/4594861607771bd4fc9d76314e23b88330a1add8))
- **FIX**(packages): remove month_year_picker. ([6f4f963e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/6f4f963e0bb0b81f9b7f8ab2cd8e502f133d1d55))
- **FIX**(deps): remove month_year_picker. ([e160845e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e160845eff9c0fbbdb9c58b73467ece1143ced03))
- **FEAT**(locales): add more copy. ([2f953f78](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2f953f7856dd9e30b1a8372cb600ac20cbc20bad))
- **FEAT**(locales): add copy for news page. ([c05d2676](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/c05d26764f978e6ed796a02b6ccf2aa7a75c539d))
- **FEAT**(locales): add more copy. ([eae73709](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/eae737094f356192c2170077b6fd979ba330f88b))
- **FEAT**(example): create example for kbki/kbli. ([bc02b75e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bc02b75e4c20b3e2a670ed573e652c50e3987246))
- **FEAT**(locale): add kbki & kbli related locale. ([81da46ef](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/81da46ef18823cce0ae006f10215a48adfd68529))
2 changes: 1 addition & 1 deletion app/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stadata_example
version: 1.0.0+1
version: 1.1.0
publish_to: none
description: "An Example project to showcase Stadata Flutter SDK."
environment:
Expand Down
105 changes: 105 additions & 0 deletions packages/stadata_flutter_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
# Change Log

## 2024-11-04

### Changes

---

## 0.8.1

- **REFACTOR**(press_release): remove freezed & json_serializable. ([d051df33](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d051df334c4c3ba713b579c4ff1d6b6de71bddd1))
- **REFACTOR**(logging): prevent logger from printing api key. ([ec9ae4ed](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/ec9ae4eddc07fc7423ada4bb1505dc31b4ba274d))
- **REFACTOR**(interceptor): log request uri in response. ([bbdeca8e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bbdeca8e09d663606bd29a864f0fd336c7ce7eab))
- **REFACTOR**(data): add request data to response data. ([e1948373](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e19483738c924cbbcc8fb63540e7e33ecb26220d))
- **REFACTOR**(network): implement new network client. ([e01c260b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e01c260bcda433e55ee933ed01fd42998e2a77c2))
- **REFACTOR**(dio): remove dio related files. ([58d4d222](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/58d4d22278baee602c2b050c50d7b7fca5e0ecdc))
- **REFACTOR**(code): remove unecessary code. ([8609bfb7](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/8609bfb70589c11dfa4a1bce0fde6cbf3e3b73e5))
- **REFACTOR**(log): replace log from dart:developer. ([a3cf094d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/a3cf094d15650c998efcccd50f17af604ba458b7))
- **REFACTOR**(converters): rename serializer to converter. ([26afbe1b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/26afbe1baeb2a6a2b4779dc4318f03b672f4dbbb))
- **REFACTOR**(secure_storage): replace all occurrences of secure storage. ([9d61fe62](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/9d61fe62e52928ef16bb264abab34c85e0fd4d9f))
- **REFACTOR**(interceptor): replace secure storage with api config. ([85de6f6d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/85de6f6da1e850464e04fbfb29716b12d39c18e9))
- **REFACTOR**(di): optimize injector import. ([7168f173](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7168f17395d875527f9988f797a9f8c0e7199199))
- **REFACTOR**(config): initialize api config in sdk init. ([20775758](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/207757586836668532c20b5f6cc743b2e5aef139))
- **REFACTOR**(di): inject api config as singleton. ([ab4344b7](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/ab4344b752362092c67deb414f320552d152d5a7))
- **REFACTOR**(dartz): replace all occurrences of Either with Result. ([82bcd7f8](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/82bcd7f8ddbe19c8dae14846f75d1bbd94d7f995))
- **REFACTOR**(shareds): clean up api response & pagination. ([dca88728](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/dca88728e08be631b8946eb5af7d728d4c71f066))
- **REFACTOR**(models): clean up vertical variable model. ([8918b089](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/8918b089b081ef23aa436a9705d85d496ec6d16c))
- **REFACTOR**(models): cleanup variable. ([e62907a3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e62907a30e86486cfd2b219737a6e0df661635d2))
- **REFACTOR**(models): clean up unit data. ([2acc5f15](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2acc5f15de3c03633c6eb30cc3cce41db3dee2b5))
- **REFACTOR**(models): strategic indicator clean up. ([4b0c8a48](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/4b0c8a48ad1689ccab8f148cfcc72bd4d4065b6d))
- **REFACTOR**(models): remove generated static table model. ([042d4bc4](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/042d4bc4358171b5d2f3e2ef96703450972defb9))
- **REFACTOR**(static_table): remove freezed & json_serializable. ([aba03dd6](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/aba03dd68f9d0cd0ff1c73463db731c499e3fcfe))
- **REFACTOR**(publication): remove freezed & json_serializable. ([6c89149d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/6c89149dad18f9d613c58be3b84a6a212bc49088))
- **REFACTOR**(files): remove unused press release files. ([baa78de7](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/baa78de7420e95ccf0d94e63ad03b579d982909f))
- **REFACTOR**(news): remove freezed & json serializable. ([468c0604](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/468c06049d12fbec8b841822601d9ba14eb3701a))
- **REFACTOR**(repositories): adjust repository. ([5dc17cb9](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/5dc17cb9d64df1cba2051060ff749db2f85a075c))
- **REFACTOR**(models): remove freezed & jsonserializable. ([77331486](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/77331486d9dff15ccf903d177378ee73dbed93f3))
- **REFACTOR**(packages): update package version. ([17ce7bed](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/17ce7bed463c9bd6a7e8fb5bdaf4698a594bac9e))
- **REFACTOR**(http_client): using const. ([512753a7](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/512753a74dd93ee652e81091d000c0c127959228))
- **REFACTOR**(classes): replace with. ([81d51b71](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/81d51b7152dc8f867ad78d4ee33fd7509d875720))
- **REFACTOR**(linter): update analysis option. ([bf80bfdc](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bf80bfdc152850452048ae0323618f4bc105fd71))
- **REFACTOR**(config): remove envied configuration. ([4854c4c9](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/4854c4c970257476280980c59614cbe82c588493))
- **REFACTOR**(env): add url directly to env file. ([7aba0c23](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7aba0c23f547f582830b4edd6580470256808798))
- **REFACTOR**(env): remove unuseda env file. ([16217cb9](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/16217cb9ad8598c81ce7eb0e6f881745fe3ac6c9))
- **REFACTOR**(typedef): create InstanceCreator typedef. ([f7bb9c73](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/f7bb9c73be576c9aab0a991e0cd8f3a4ec04da47))
- **REFACTOR**(injector): rename register to factory. ([b4aed885](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/b4aed8850a9e17e3f026d373d6b349a311c778d0))
- **REFACTOR**(codebase): add barrel files. ([00b7b0fb](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/00b7b0fb7a19b88fda79013a4dc2e58f919a3884))
- **REFACTOR**(endpoint): modify type to use ClassificationType param. ([ff2b8524](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/ff2b85245769f6c822ab7190a7cf2b9983a42a13))
- **REFACTOR**(injector): inject repository. ([7a347a41](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7a347a41c5275957e1832e4891a660b043d4b334))
- **REFACTOR**(datasource): fix bug in statistic classification data source. ([ef389d43](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/ef389d43d056aa19a637e49e7b8b0565eb954d48))
- **REFACTOR**(enum): rename basic enum class. ([4781e360](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/4781e3604cd07c95e3dc231e78a298cd4c0bad74))
- **REFACTOR**(barrel): rename and sort class. ([06b3d2ac](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/06b3d2ac84f6c2f54dd89504b7eab134b1c855ae))
- **REFACTOR**(repository): remove classification level param from detail. ([63452f5d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/63452f5dba17adaeabc8bc1685cf487bdde3c727))
- **REFACTOR**(http_client): register logging interceptor only on debug mode. ([2093da15](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2093da15d254da71937a8dda9b6bd2c09bc34a17))
- **REFACTOR**(usecase): update return value of use case. ([c31eb154](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/c31eb154442420f8c4538577c22949d5a81de93c))
- **REFACTOR**(enums): add doc comment & factory builder. ([42b5c9db](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/42b5c9dbed6fcd50f9545c9a376aa8db006a7263))
- **REFACTOR**(app): re-structuring app code. ([88e30890](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/88e3089028bdece8e052558654a65d3e9c704e4e))
- **REFACTOR**(entity): add classification type and level property. ([47b88f51](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/47b88f51818d8455762c98af552fc45a8af5d7c2))
- **REFACTOR**(docs): update documentation url. ([19ee634b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/19ee634bf0001ec45e9d00781947c388e5ccf252))
- **FIX**(bug): missing instanceName. ([a9c68285](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/a9c682855855fb88aff0939d345d4d47ef573d5b))
- **FIX**(models): fix nullable category property. ([dbdd5147](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/dbdd5147d573ab0ca8021cc3fdc71ea02e61e92d))
- **FIX**(typo): fix typo folder name. ([7181a158](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7181a158f3c944bb55b5af21d80c564359f2f6d0))
- **FIX**(models): add toJson to UnitDataModel. ([370286b9](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/370286b90dd8d29562bb3e4eff7b1f2990383a52))
- **FIX**(typo): fix typo in change log. ([d0f797a3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d0f797a3c7e68dcd4b7030e3a2287d0f3c3a32cd))
- **FIX**(core): update base entity implementation. ([6509e773](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/6509e7732a06ac99b5601923595383aebd20b5fc))
- **FIX**(packags): add license and readme. ([2cf4d929](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2cf4d9294b612cbfc610fc253ece6d3dc55cb13d))
- **FIX**(bug): fix bug in api response model pagination data lost. ([9d947c05](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/9d947c056d9f7e5714a4d9cebe40a61cad8fd9a8))
- **FIX**(env): fix typo with the api url. ([01ad9bcd](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/01ad9bcda257e4570b3fa42ef0eff694308f9271))
- **FIX**(bug): fix wrong json key. ([01361b16](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/01361b1673298cb65d11c01c3144a8a796ed64b8))
- **FEAT**(exception): add statistic classification exception. ([3ba7e7eb](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/3ba7e7eb9ce22924cf66af2881c391236a2cef7e))
- **FEAT**(repositories): create statistic classification repository. ([b57a8a44](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/b57a8a4417c62c12f03053c41a2d892cbed6e6be))
- **FEAT**(list): add getStatisticClassification method. ([fd21e65a](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/fd21e65a2af3318e1bca6889052ba59935a72fa4))
- **FEAT**(sdk): export kbli/kbki related class. ([9f847fd3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/9f847fd3f914ed34ee7810c9f002d4f8373cd136))
- **FEAT**(exceptions): add statistic classification not available exc. ([d5bc6aa4](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d5bc6aa4ac79012c9d03ef91606718bd712de3f9))
- **FEAT**(datasources): create statistic classification data source. ([675f99b1](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/675f99b1a4a790a009985cf6d3b7ccb2b3751c56))
- **FEAT**(exceptions): add exception throwing. ([2ee9e861](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2ee9e861268c09f48604f064c180bd2e6154a21c))
- **FEAT**(failure): add statistic classification failure. ([52eb2246](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/52eb224666f5c83fa5c539e7b657cb7f5f61cec4))
- **FEAT**(models): export model through data layer. ([d59901c4](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d59901c422c255ec5553d757c645bc9c0645f38f))
- **FEAT**(model): create statistic classification model. ([d04ca582](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d04ca58206ec380d59b5ad4d01c70366a2e2c02b))
- **FEAT**(models): create classification item model. ([7b2446cf](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7b2446cf9655a85e3558cf75ffb94bb3e0106032))
- **FEAT**(helper): create date helper. ([1daba675](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/1daba6753d403b6a0b93917ec34365479c11b817))
- **FEAT**(injector): register statistic classification injector. ([bd715dcd](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bd715dcdde153990dc522160ed09a25e765890f3))
- **FEAT**(injector): create feature specific injector. ([e98a9c5b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e98a9c5b46d732cc0262bbff5aaa4382c75540cb))
- **FEAT**(barrel): add usecase to barrel file. ([1d95ac20](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/1d95ac200c18cbe2d4c18359b6cead1d9161efa8))
- **FEAT**(usecase): create statistic classification related usecases. ([f1c80c4e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/f1c80c4e4c1e489c74d2bb7130479cc79c41a89d))
- **FEAT**(detail): add get detail statistic classification. ([5e7dbfd1](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/5e7dbfd12728f8821e53fba5076e50655a5aa825))
- **FEAT**(repository-domain): create repository contract. ([29e96d3e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/29e96d3e480fa9f52bdf0a692b95df335c02e656))
- **FEAT**(converter): create base converter. ([4b289c30](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/4b289c3095573451b81699234f5166ea88eb0369))
- **FEAT**(entities): create statistic classification entity. ([07ee95de](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/07ee95de5d74e489ad9ca5605585beb4804e60a3))
- **FEAT**(news_category): remove freezed & json serializable from newscat. ([5033546c](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/5033546c80a4021480626d5852b4848b8cadaedf))
- **FEAT**(class): create base result class. ([5cf2ff0e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/5cf2ff0e7d13b9fc63198d22814cf522d5657141))
- **FEAT**(config): create api config class. ([2bba2240](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/2bba22409ae6a0230fb6404d8baba8430ea58cdc))
- **FEAT**(network_client): create my own network client. ([91f4be95](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/91f4be95378e741470453b4c7d716e7e6710bce8))
- **FEAT**(entity): create base entity for equatable replacement. ([eb3cb4cd](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/eb3cb4cd6a68c5bdd36b1e4ee453f581d360e545))
- **FEAT**(barrel): create barrel file for statistical classification. ([555e283a](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/555e283a7d762f449045e5fb291f82385067c5d9))
- **FEAT**(enums): create kbli type & level enum. ([b715e916](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/b715e9167ec24b4d954d77e3c27e4a0074c4646d))
- **FEAT**(enums): create kbki type & level enum. ([0f8fdcef](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/0f8fdcef3c6bea8d6315ea3ecc04b965636c1284))
- **FEAT**(enums): create base statistical classification level enum. ([b1b27e1d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/b1b27e1d4b7b23b0d70077368247681eb5a96df9))
- **FEAT**(enums): create base statistical classification enum. ([7d2d505e](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7d2d505efe796696c8e29bb867969b3cf75e2845))
- **FEAT**(interceptors): create my own network interceptor. ([f22fb1e2](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/f22fb1e2b13a477f91333e200fd3fcfbbeda2d36))
- **FEAT**(di): inject new network class. ([73922d40](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/73922d40127b415e167b71d5713201ac368fa8a0))
- **FEAT**(injector): inject statistic classification data source. ([e08a172b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/e08a172b830f611f8693298f4e820ff04c719842))
- **DOCS**(entities): add doc comments to classifications entities. ([1fe54f83](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/1fe54f839135f42f53d1f68299c36a5c6cf1898e))
- **DOCS**(changelog): update changelog. ([3c93c912](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/3c93c912c4239d491806c66318672434661c4e34))
- **DOCS**(README): update readme. ([29a856d1](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/29a856d1a831fea40846b5ed9bfc009ea143dfad))
- **DOCS**(changelog): add changelog. ([7b59780c](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/7b59780caea1ef2e285f21da5c33d7c3c0f3c8f0))

## 2024-06-01

### Changes
Expand Down
Loading

0 comments on commit 2fe649a

Please sign in to comment.