Skip to content

Releases: ryanaidilp/stadata_flutter_sdk

0.8.1

03 Nov 19:47
0.8.1
8d6658d
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump melos from 6.0.0 to 6.1.0 by @dependabot in #67
  • build(deps): bump ws from 7.5.9 to 7.5.10 in /docs by @dependabot in #68
  • build(deps): bump micromatch from 4.0.7 to 4.0.8 in /docs by @dependabot in #72
  • build(deps): bump webpack from 5.91.0 to 5.94.0 in /docs by @dependabot in #71
  • build(deps): bump express from 4.19.2 to 4.21.0 in /docs by @dependabot in #73
  • build(deps): bump melos from 6.1.0 to 6.2.0 by @dependabot in #74
  • build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs by @dependabot in #75

Full Changelog: 0.8.0...0.8.1

0.8.0

01 Jun 06:03
0.8.0
34de797
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in #60
  • build(deps): bump follow-redirects from 1.15.3 to 1.15.6 in /docs by @dependabot in #59
  • build(deps): bump express from 4.18.2 to 4.19.2 in /docs by @dependabot in #58
  • build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #63
  • build(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #62
  • feat(statistics): add Statistical Classifications feature and refactor imports with barrel files by @ryanaidilp in #65
  • feat(release): prepare release 0.8.0 by @ryanaidilp in #66

Full Changelog: 0.7.1...0.8.0

0.7.1

28 Apr 01:00
0.7.1
78cbb65
Compare
Choose a tag to compare

2024-04-28

Changes


0.7.1 (stadata_flutter_sdk)

Packages with breaking changes:

  • REFACTOR(injector): rename register to factory. (b4aed885)
  • REFACTOR(typedef): create InstanceCreator typedef. (f7bb9c73)
  • REFACTOR(linter): update analysis option. (bf80bfdc)
  • REFACTOR(app): re-structuring app code. (88e30890)
  • FIX(typo): fix typo folder name. (7181a158)

Packages with other changes:

  • Add ability to fetch Unit
  • Add ability to fetch Variable
  • Add ability to fetch Vertical Variable

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

21 Dec 03:18
0.7.0
f32d7ea
Compare
Choose a tag to compare

2023-12-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release. But there is some deprecation to existing model property.

Packages with other changes:

  • There are no other changes in this release.

0.7.0

  • REFACTOR(import): optimize code import. (b99bdd04)
  • REFACTOR(feature): rename news_category to news_categories. (0637bc98)
  • REFACTOR(exception): make stadata exception a normal class. (f6d61af2)
  • REFACTOR(datasource): remove unused param on press release. (3e8af21c)
  • REFACTOR(news): mark categoryId deprecated. (895b5aab)
  • REFACTOR(controllers): replace deprectaed member. (1aadefaa)
  • REFACTOR(list): make some property deprecated. (e72f2da8)
  • REFACTOR(env): using new useConstantCase param. (be72a53d)
  • REFACTOR(env): regenerate env variable. (de57655e)
  • REFACTOR(config): update melos config. (855b1eed)
  • REFACTOR(params): update all param that has id to ID instead of Id. (7c1349d9)
  • REFACTOR(domain): change variableID param type to int? (2cb36f8d)
  • REFACTOR(domain): add page parameter. (1a58d429)
  • REFACTOR(domain): update return value type to apiresponse. (9a6b27a2)
  • REFACTOR(exceptions): update exception class. (daedbf8f)
  • REFACTOR(repository): remove dead code. (00d1bb2e)
  • REFACTOR(static_table): mark subjectId as deprecated. (ad17bf37)
  • REFACTOR(fixture): update fixture helper. (73f0dea4)
  • REFACTOR(fixtures): add dummy json to strategic indicator fixture. (d05842dc)
  • REFACTOR(widget): make description nullable. (d50b0d01)
  • REFACTOR(entity): make description nullable. (f17da9e2)
  • REFACTOR(datasource): refactor domain remote data source. (69c25af5)
  • REFACTOR(ui): minor ui update on example app. (a99fb0c9)
  • REFACTOR(list): add dataAvailability property to list result. (6958cbd6)
  • REFACTOR(example): restructuring example app using getx. (921dae9c)
  • REFACTOR(export): optimize file export. (07e3a794)
  • REFACTOR(features): move domains from list to features. (4f8605fc)
  • REFACTOR(static_table): mark subjectId as deprecated. (2b6817be)
  • REFACTOR(endpoint): update infographic endpoint name and add endpoint. (12d6ff80)
  • REFACTOR(interceptor): update loggin interceptor. (29c6de99)
  • REFACTOR(datasource): rename endpoint. (d9251d60)
  • REFACTOR(pagination): move required to first param. (be078ea9)
  • REFACTOR(logger): add prefix to log. (9cf4745d)
  • REFACTOR(docs): update doc comments properties. (a46697bd)
  • REFACTOR(usecase): rename get all infographic param. (b6f40b39)
  • REFACTOR(exceptions): add news category exception and failure. (fac96409)
  • REFACTOR(models): add news serializer to cleanup news content. (a684fc20)
  • REFACTOR(usecase): rename usecase to follow convention. (cddcd4a7)
  • REFACTOR(repository): remove dead code. (5436a3a5)
  • REFACTOR(failures): make failure extend equatable. (6dddae61)
  • REFACTOR(list): rename newsCategory to newsCategories. (e3c41d55)
  • REFACTOR(linter): remove one member abstract & invalid annotation. (2a6114b3)
  • REFACTOR(entity): update static table property docs. (7e222523)
  • REFACTOR(example): remove unused page ini example app. (7ad5e329)
  • REFACTOR(fixture): update fixture name in fixture enums. (0dca09fc)
  • REFACTOR(api_response): revert changes. (45dce55e)
  • REFACTOR(fixture): rename all fixture to follow naming convention. (8d127f61)
  • REFACTOR(endpoint): add endpoint of news category. (5e1110d4)
  • REFACTOR(ui): update ui of publication example. (7b029c43)
  • REFACTOR(model): add default value for pagination. (e7af03b5)
  • FIX(http_module): add exception handling. (81a0ddba)
  • FIX(bug): add missing implementation of data availability. (b6e6debd)
  • FIX(analyzer): fix analyzer issue. (1855e7bb)
  • FIX(example): fix wrong keyboard type in example app. (17a3dfec)
  • FIX(bug): make data availability nullable. (bea4623d)
  • FIX(android): enable multidex. (a1be65c2)
  • FIX(typo): fix typo on readme and add words to cspell. (c3714999)
  • FIX(example): fix nullabl...
Read more

0.6.3

01 Oct 10:15
a59160d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

30 Sep 17:32
a59f908
Compare
Choose a tag to compare

What's new?

  • Updated documentation
  • Updated minor ui changes in example app

Fixed

  • Fixed minor issue in ListResult class

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

26 Sep 12:36
c4266c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

26 Sep 06:04
a015c5b
Compare
Choose a tag to compare

What's Changed

  • feat: Add Subject Categories, Subjects, & Press Release feature by @ryanaidilp in #32
  • feat: prepare release version 0.6.0 by @ryanaidilp in #33

Full Changelog: 0.5.0...0.6.0

0.5.0

16 Sep 09:29
d134410
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

15 Sep 07:31
c90814e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.5...0.4.0