Skip to content

Latest commit

 

History

History
3162 lines (1704 loc) · 112 KB

CHANGELOG.md

File metadata and controls

3162 lines (1704 loc) · 112 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2025-01-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.1.0+3

  • REFACTOR: remove not needed dependency. (f5c81710)

2024-12-10

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sentry_reporter - v0.3.0+1

  • REFACTOR: update sentry_flutter dependency. (650aaa95)

2024-11-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_analytics - v0.1.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_app - v6.0.1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_app_links - v3.0.1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_auth - v0.6.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_auth_apple - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_auth_discord - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_auth_facebook - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_auth_google - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_chat - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_deep_link_interface - v2.0.1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_emoji_rain - v0.1.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_facebook_analytics - v0.1.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_fcm - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_firebase_analytics - v0.3.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_local_notification - v0.1.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_mixpanel_analytics - v0.5.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_oauth - v0.0.1+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_odoo_oauth - v0.1.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_remote_config - v0.1.0+2

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_sync_drift_odoo - v0.2.0+2

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_video_player - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

djangoflow_websocket - v0.2.0+1

  • REFACTOR: update dependencies. (b1531da6)

2024-10-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sync_drift_odoo - v0.2.0+1

djangoflow_sync_foundation - v0.1.0+2

  • REFACTOR: Update logger usage and dependencies. (4cae4864)

2024-10-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.1.0

  • REFACTOR: remove custom http client, dev can pass whatever client they wish. (93215f85)
  • FEAT: use djangoflow_oauth package as foundation to build OAuthProvider for odoo oauth. (545e867b)

djangoflow_odoo_auth - v0.1.0+3

  • REFACTOR: make relevant changes for odoo_rpc package changes. (da09aab0)
  • REFACTOR: expose loginStream. (286ebf13)

2024-10-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.1.0+2

  • REFACTOR: Simplify OdooSession handling and update dependencies. (e5edc82d)

2024-10-15

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_sync_drift_odoo - v0.2.0

  • BREAKING REFACTOR: Update drift and related dependencies. (054aac06)

2024-10-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.0.4+1

  • REFACTOR: Use FlutterWebAuth2Options in PKCE auth. (6af4478d)

2024-10-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.0.4

  • FEAT: Add web support for PKCE auth. (c72fa769)

2024-10-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.0.3+1

  • REFACTOR: rethrow error from authenticate method. (a392e870)

2024-10-11

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_app - v6.0.0

  • BREAKING REFACTOR: Update DjangoflowAppRunner to handle null root widget. (9059c18c)

2024-10-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.0.3

  • FEAT: Add PKCE authentication support to be used for odoo. (ed89c051)

2024-10-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_oauth - v0.0.2+1

  • REFACTOR: update logout method in OdooSSOAuthenticator. (1571255d)

2024-10-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.1.0+1

  • REFACTOR: update dependencies. (82805098)
  • REFACTOR: fix issue with converting comapny list as records. (b740488f)
  • REFACTOR: Rename getDbList to fetchDbList in DjangoflowOdooAuthCubit. (7ec9f267)
  • REFACTOR: Initialize client after successful login with custom session_id. (ec75fbd8)
  • REFACTOR: Update DjangoflowOdooAuthCubit and DjangoflowOdooAuthRepository. (dd58e0c9)
  • REFACTOR: add dbName from OdooSession. (c97bf6c4)

djangoflow_odoo_oauth - v0.0.2

  • FEAT: add djangoflow_odoo_oauth package. (38e1625a)

djangoflow_sync_drift_odoo - v0.1.0+3

  • REFACTOR: update dependencies. (5241b5e9)

2024-10-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v5.0.3

  • REFACTOR: Update DjangoflowAppSnackbar to use a centralized method for showing snackbars. (71a36554)

2024-10-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sync_drift_odoo - v0.1.0+2

  • REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)
  • REFACTOR: Add error handling for OdooException in DriftOdooSyncRepository. (1d049cfe)

djangoflow_sync_foundation - v0.1.0+1

  • REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)

2024-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sync_drift_odoo - v0.1.0+1

  • REFACTOR: sync strategy to conditionally update existing item. (987f1dc2)
  • FIX: add onConflict for insert statement to avoid errors during insert. (f33e5805)

2024-10-01

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_sync_drift_odoo - v0.1.0

  • REFACTOR: use batch processing when syncing many items. (f75bc811)
  • BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)

djangoflow_sync_foundation - v0.1.0

  • BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)

2024-10-01

Changes


Packages with breaking changes:

Packages with other changes:


djangoflow_odoo_auth - v0.1.0

  • BREAKING REFACTOR: add direct error handling. (2bf42a14)

djangoflow_sync_drift_odoo - v0.0.2+6

  • REFACTOR: Update id column in BaseTable to remove auto-increment. (dff20233)

2024-09-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sync_drift_odoo - v0.0.2+5

  • REFACTOR: Resolve conflict in DriftOdooSyncStrategy. (f1d41b7f)

2024-09-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.3+1

  • REFACTOR: Update xml_rpc dependency version to 0.5.1. (e9d61217)

djangoflow_sync_drift_odoo - v0.0.2+4

  • REFACTOR: throw exception if backend is not available. (ae51a212)

2024-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.3

  • REFACTOR: linter fixes. (f95182be)
  • REFACTOR: update dependencies. (f77e843f)
  • FEAT: add ExtendedOdooClient, which can fetch database list. (38437145)

djangoflow_sync_drift_odoo - v0.0.2+3

djangoflow_sync_foundation - v0.0.3

  • REFACTOR: linter fixes. (f95182be)
  • REFACTOR: add logs. (00271ed8)
  • FEAT: Add BackendNotAvailableException class. (3daf892d)

2024-09-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_sync_drift_odoo - v0.0.2+2

  • REFACTOR: update SyncBackends table in database. (e8e8254f)

2024-09-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.2+4

  • REFACTOR: update OdooClientManager initializeClient method signature. (956a8e29)

2024-09-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.2+3

  • REFACTOR: update djangoflow_odoo_auth_cubit.dart to add getDbList() method. (12106216)

2024-09-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.2+2

  • REFACTOR: update djangoflow_odoo_auth_cubit.dart imports and emit statements. (93fcaa78)
  • REFACTOR: update djangoflow_odoo_auth_repository.dart. (ef782425)

2024-09-24

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_app_links - v3.0.0

  • REFACTOR: update sdk constraints. (a27a072f)
  • REFACTOR: update app_links version and flutter_bloc dependency. (564ae0bd)
  • BREAKING REFACTOR: update example. (cad47a85)

2024-09-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.2+1

djangoflow_sync_drift_odoo - v0.0.2+1

djangoflow_sync_foundation - v0.0.2+1

2024-09-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_odoo_auth - v0.0.2

  • FEAT: add odoo related packages. (2759d323)

djangoflow_sync_drift_odoo - v0.0.2

  • FEAT: add odoo related packages. (2759d323)

djangoflow_sync_foundation - v0.0.2

  • FEAT: add odoo related packages. (2759d323)

2024-09-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v5.0.2

  • REFACTOR: update params and add SingleChildWidget import in AppBuilder. (2ae11e1e)

2024-09-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v5.0.1

  • REFACTOR: update params and add providers in AppBuilder. (970e8558)
  • REFACTOR: update params and rename variables in AppBuilder. (d3c82cee)

djangoflow_markdown_truncate - v0.0.2+3

2024-08-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_markdown_truncate - v0.0.2+2

  • FIX: when all truncated widgets are Text, merge them. (f879f596)

2024-08-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_markdown_truncate - v0.0.2+1

  • FIX: return the truncatedChildren using super.build. (d8cf77b2)

2024-08-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_markdown_truncate - v0.0.2

  • REFACTOR: add simplified max line support. (242da8a2)
  • REFACTOR: show Read More only when used. (b461d08e)
  • REFACTOR: linter fix example app. (c874e463)
  • FIX: issue with adding Read more span with a Text widget. (def24c6f)
  • FEAT: use MarkdownBody instead of Markdown. (084e9399)
  • DOCS: updated readme. (8acf12f2)
  • DOCS: add comments. (b5d96420)

2024-07-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_remote_config - v0.1.0+1

djangoflow_openapi_extensions - v0.0.3+4

  • REFACTOR: update dependencies to the last. (259625c4)

2024-07-30

Changes


Packages with breaking changes:

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_app_links - v2.0.2

djangoflow_analytics - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_app - v5.0.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_auth - v0.6.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_auth_apple - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_auth_discord - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_auth_facebook - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_auth_google - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_bloc_extensions - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_chat - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_deep_link_interface - v2.0.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_emoji_rain - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_error_reporter - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_facebook_analytics - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_fcm - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_firebase_analytics - v0.3.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_local_notification - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_mixpanel_analytics - v0.5.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_remote_config - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_scrollable_column - v0.1.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_sentry_reporter - v0.3.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_video_player - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

djangoflow_websocket - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)

2024-06-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.4+6

  • REFACTOR: add appVersion field to app launch model. (ad5c5c81)

2024-05-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_google - v0.1.0+8
  • djangoflow_auth_discord - v0.1.0+6
  • djangoflow_auth_apple - v0.1.0+6
  • djangoflow_auth_facebook - v0.1.0+6

djangoflow_auth - v0.5.0+1

  • FIX: use correct cubit in JwtAuthIntercetor. (75450618)

2024-05-01

Changes


Packages with breaking changes:

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_google - v0.1.0+7
  • djangoflow_auth_facebook - v0.1.0+5
  • djangoflow_auth_apple - v0.1.0+5
  • djangoflow_auth_discord - v0.1.0+5

djangoflow_auth - v0.5.0

  • BREAKING REFACTOR: add authCubit field for JwtAuthInterceptor. (bc17ac36)

2024-04-09

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_mixpanel_analytics - v0.4.0

  • BREAKING REFACTOR: update dependencies. (c3f92792)

2024-04-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app_links - v2.0.1

  • REFACTOR: update dependencies. (cfd76e2a)

djangoflow_deep_link_interface - v1.2.4

  • REFACTOR: update dependencies. (cfd76e2a)

2024-04-09

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_app_links - v2.0.0

  • BREAKING REFACTOR: update dependencies. (3426f63d)

2024-04-09

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_app - v4.0.0

  • BREAKING REFACTOR: update dependencies. (6e7cae19)

2024-04-09

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_sentry_reporter - v0.2.0

  • BREAKING REFACTOR: update sentry dependency. (9e84bca9)

2024-04-08

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_mixpanel_analytics - v0.3.0

  • BREAKING REFACTOR: use mixpanel_flutter 2.2.0. (e3309852)

2024-04-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_mixpanel_analytics - v0.2.1+1

  • REFACTOR: update collecting user properties. (a9b586b7)
  • REFACTOR: update exports. (1f9edd98)

2024-04-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_mixpanel_analytics - v0.2.1

  • REVERT: lower the mixpanel_flutter version. (6f140a3b)
  • FEAT: support updating mixpanel user identity. (7ab9f9df)

2024-04-08

Changes


Packages with breaking changes:

Packages with other changes:


djangoflow_mixpanel_analytics - v0.2.0

  • BREAKING REFACTOR: update dependencies and sdk constraints. (dfd33354)

djangoflow_chat - v0.1.0+2

  • REFACTOR: update freezed generated files. (cada8a1f)

2024-04-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_chat - v0.1.0+1

  • REFACTOR: update dependencies. (79d7a927)

2024-04-05

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_chat - v0.1.0

  • REFACTOR: resolve linter warnings. (9ab6b6e5)
  • REFACTOR: freeze djangoflow_openapi version due to not supporting anymore. (25697269)
  • BREAKING REFACTOR: update chat cubit. (fd0dbc87)

2024-03-27

Changes


Packages with breaking changes:

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_apple - v0.1.0+4
  • djangoflow_auth_facebook - v0.1.0+4

djangoflow_auth - v0.4.0

  • REFACTOR: update generated files. (b057a275)
  • BREAKING REFACTOR: bump djangoflow_openapi version. (26b7bcd1)

djangoflow_analytics - v0.0.2+3

  • REFACTOR: update generated files. (b057a275)

djangoflow_app - v3.7.6

  • REFACTOR: update generated files. (b057a275)

djangoflow_app_links - v1.2.4

  • REFACTOR: update generated files. (b057a275)

djangoflow_auth_discord - v0.1.0+4

  • REFACTOR: update generated files. (b057a275)

djangoflow_auth_google - v0.1.0+6

  • REFACTOR: update generated files. (b057a275)

djangoflow_deep_link_interface - v1.2.3

  • REFACTOR: update generated files. (b057a275)

djangoflow_facebook_analytics - v0.0.4+3

  • REFACTOR: update generated files. (b057a275)

djangoflow_fcm - v0.1.0+9

  • REFACTOR: update generated files. (b057a275)

djangoflow_firebase_analytics - v0.2.0+3

  • REFACTOR: update generated files. (b057a275)

djangoflow_local_notification - v0.0.2+9

  • REFACTOR: update generated files. (b057a275)

djangoflow_mixpanel_analytics - v0.1.0+3

  • REFACTOR: update generated files. (b057a275)

djangoflow_remote_config - v0.0.4+5

  • REFACTOR: update generated files. (b057a275)

djangoflow_websocket - v0.1.0+6

  • REFACTOR: update generated files. (b057a275)

2024-03-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.4+4

  • FIX: do not update lastUpdate if result was empty. (fee86fc4)

2024-03-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.4+3

  • FIX: if empty then use fallback. (b1d2fc45)

2024-02-07

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.7.5

  • REFACTOR: expose dismissDirection. (d071f5f3)

2024-02-07

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.7.4

  • REFACTOR: expose more fields for DjangoflowAppSnackbar. (cc7e27f4)

2024-02-05

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_video_player - v0.1.0

  • DOCS: update readme with troubleshooting. (69a662fd)
  • BREAKING REFACTOR: remove not mandatory controller initialization. (2c491181)

2024-02-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_video_player - v0.0.2+3

  • REFACTOR: update sdk constraints. (dcc52876)

2024-01-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_video_player - v0.0.2+2

  • FIX: video player initialization on web. (e72c5d4b)

2024-01-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_video_player - v0.0.2+1

  • REFACTOR: add exmaple app. (1db8de56)
  • FIX: add missing AspectRatio widget. (a1640906)

2024-01-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_remote_config - v0.0.4+2

djangoflow_analytics - v0.0.2+2

  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_app - v3.7.3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_app_links - v1.2.3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_auth - v0.3.0+5

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_auth_apple - v0.1.0+3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_auth_discord - v0.1.0+3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_auth_facebook - v0.1.0+3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_auth_google - v0.1.0+5

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_bloc_extensions - v0.0.2+3

  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_deep_link_interface - v1.2.2

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_error_reporter - v0.1.0+3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_facebook_analytics - v0.0.4+2

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_fcm - v0.1.0+8

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_firebase_analytics - v0.2.0+2

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_local_notification - v0.0.2+8

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_mixpanel_analytics - v0.1.0+2

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_sentry_reporter - v0.1.0+3

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

djangoflow_video_player - v0.0.2

  • REFACTOR: expose more fields for VideoPlayerController. (73909c85)
  • REFACTOR: update VideoPlayerWidgetBuilder. (28cf6739)
  • FEAT: add VideoPlayerWidget. (06345040)
  • FEAT: add VideoPlayerWidgetBuilder. (38f844c1)
  • FEAT: initialize djangoflow_video_player pacakge. (3cca34f7)

djangoflow_websocket - v0.1.0+5

  • REFACTOR: format the codebase. (fc078388)
  • REFACTOR: resolve linter warnings. (9ab6b6e5)

2024-01-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.7.2

  • FIX: showing snackbar results in to empty scaffold error. (f1ab4a96)

djangoflow_fcm - v0.1.0+7

  • REFACTOR: remove unused import. (a94c4f34)

2023-12-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_fcm - v0.1.0+6

  • REVERT: remove workaround for. (2171605b)

2023-12-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.1.0+2
  • djangoflow_auth_apple - v0.1.0+2
  • djangoflow_auth_facebook - v0.1.0+2
  • djangoflow_auth_google - v0.1.0+4

djangoflow_auth - v0.3.0+4

  • FIX: check if signed in before logging out. (e830367e)

2023-12-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_fcm - v0.1.0+5

  • REFACTOR: update dependency. (0b68f0ce)

2023-12-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_auth_google - v0.1.0+3

  • REFACTOR: update dependencies. (691d2a1d)

djangoflow_fcm - v0.1.0+4

  • REFACTOR: update dependencies. (691d2a1d)

2023-11-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_fcm - v0.1.0+3

  • REFACTOR: update conditions for web getToken AbortError. (0980c1e2)

2023-11-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_fcm - v0.1.0+2

  • FIX(fcm): AbortError, no active Service Worker for web. (aabeb45d)

2023-11-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_analytics - v0.0.2+1

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_app - v3.7.1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_app_links - v1.2.2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_auth - v0.3.0+3

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_auth_apple - v0.1.0+1

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_auth_discord - v0.1.0+1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_auth_facebook - v0.1.0+1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_auth_google - v0.1.0+2

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_bloc_extensions - v0.0.2+2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_deep_link_interface - v1.2.1

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_emoji_rain - v0.0.3+2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_error_reporter - v0.1.0+2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_facebook_analytics - v0.0.4+1

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_fcm - v0.1.0+1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_firebase_analytics - v0.2.0+1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_local_notification - v0.0.2+7

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_mixpanel_analytics - v0.1.0+1

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_remote_config - v0.0.4+1

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_scrollable_column - v0.0.1+2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_sentry_reporter - v0.1.0+2

  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

djangoflow_websocket - v0.1.0+4

  • REFACTOR: use latest dependency. (7ffec4dc)
  • REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)

2023-11-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.7.0

  • FEAT: add appVersionWithPackageName. (3b900fa6)

2023-10-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.6.2

  • REFACTOR(djangoflow_app): Expose AppCubit.internal. (2c1996ae)

2023-10-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.6.1

  • REFACTOR: update build_runner generated files. (2981f62a)

djangoflow_scrollable_column - v0.0.1+1

2023-10-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.6.0

  • FEAT(djangoflow_app): Add package_info_extensions. (b99d82cf)
  • FEAT(djangoflow_app): Add EnvSwitcher. (46d8b3f4)

djangoflow_remote_config - v0.0.4

  • FEAT(djangoflow_remote_config): Add mapExtensions (#71). (aad72fef)

2023-10-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.3+1

  • REFACTOR: remove not needed import. (9721a1f1)
  • DOCS: update README with troubleshooting section. (22e15804)
  • DOCS(remote_config): update code documentation. (12fc9beb)

2023-10-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_auth_google - v0.1.0+1

  • FIX(djangoflow_auth_google): Add mounted state. (efc87249)

djangoflow_emoji_rain - v0.0.3+1

  • FIX(djangoflow_emoji_rain): Add mounted state. (c1becc45)

2023-10-20

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

djangoflow_auth_apple - v0.1.0

  • BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)

djangoflow_auth_discord - v0.1.0

  • BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)

djangoflow_auth_facebook - v0.1.0

  • BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)

djangoflow_auth_google - v0.1.0

  • BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)

2023-10-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.3

  • FEAT: add loadSilently to avoid triggering loading state. (86ebd165)

2023-10-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_remote_config - v0.0.2

  • FEAT: add logo fields to AppLaunchDetails. (212a8661)

2023-10-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_remote_config - v0.0.1+1

djangoflow_auth - v0.3.0+2

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_auth_apple - v0.0.5+13

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_auth_discord - v0.0.4+14

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_auth_facebook - v0.0.4+13

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_auth_google - v0.0.3+13

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_local_notification - v0.0.2+6

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

djangoflow_openapi_extensions - v0.0.3+3

  • REFACTOR: update djangoflow_openapi dependency. (993a8c5b)

2023-10-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+13
  • djangoflow_auth_google - v0.0.3+12
  • djangoflow_auth_facebook - v0.0.4+12
  • djangoflow_auth_apple - v0.0.5+12

djangoflow_auth - v0.3.0+1

  • REFACTOR: update dependencies. (ba8d8a77)

djangoflow_emoji_rain - v0.0.3

djangoflow_local_notification - v0.0.2+5

  • REFACTOR: update dependencies. (3a832e53)

2023-10-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_emoji_rain - v0.0.2

2023-10-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_error_reporter - v0.1.0+1

  • REFACTOR: Add example for djangoflow_error_reporter (#53). (d570113d)

djangoflow_sentry_reporter - v0.1.0+1

  • REFACTOR: enableAutoSessionTracking set to false. (820e6e05)
  • REFACTOR: add djangoflow_sentry_reporter example (#54). (a0ca00f4)

2023-09-23

Changes


Packages with breaking changes:

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+12
  • djangoflow_auth_facebook - v0.0.4+11
  • djangoflow_auth_google - v0.0.3+11
  • djangoflow_auth_apple - v0.0.5+11

djangoflow_auth - v0.3.0

  • REFACTOR: update tests. (c08d86d6)
  • FEAT: add HydratedAuthCubitBase abstract class. (356ba929)
  • DOCS: update README. (09286317)
  • BREAKING REFACTOR: AuthCubit now extends HydratedAuthCubitBase. (804a5e08)

djangoflow_app_links - v1.2.1

  • REFACTOR: update dependencies. (8cb54ae9)
  • REFACTOR: add djangofow_app_links example. (b54423e0)

2023-09-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_openapi_extensions - v0.0.3+2

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

2023-09-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.5.0

  • chore: update djangoflow_app to 3.5.0

  • REFACTOR: update sdk contraints for djangoflow_app. (12df5e6e)

  • REFACTOR: add djangoflow_app example. (5798e331)

2023-09-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_auth - v0.2.2+1

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_auth_apple - v0.0.5+10

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_auth_discord - v0.0.4+11

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_auth_facebook - v0.0.4+10

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_auth_google - v0.0.3+10

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_local_notification - v0.0.2+4

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)

djangoflow_openapi_extensions - v0.0.3+1

  • REFACTOR: update djangoflow_openapi dependency. (b486077c)
  • DOCS: add scripts details. (6da3809b)

2023-09-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_google - v0.0.3+9
  • djangoflow_auth_facebook - v0.0.4+9
  • djangoflow_auth_apple - v0.0.5+9
  • djangoflow_auth_discord - v0.0.4+10

djangoflow_auth - v0.2.2

  • REFACTOR: rename authUserCreate -> authUsersCreate. (30c0e73a)
  • FEAT: add changePassword. (c75f2735)

2023-09-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_google - v0.0.3+8
  • djangoflow_auth_facebook - v0.0.4+8
  • djangoflow_auth_discord - v0.0.4+9
  • djangoflow_auth_apple - v0.0.5+8

djangoflow_auth - v0.2.1+6

  • REFACTOR: update registerOrInviteUser. (6ef61571)

2023-09-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+8
  • djangoflow_auth_apple - v0.0.5+7
  • djangoflow_auth_google - v0.0.3+7
  • djangoflow_auth_facebook - v0.0.4+7

djangoflow_auth - v0.2.1+5

  • REFACTOR: rename credentailToTokenLogin to obtainTokenAndLogin. (98911fd1)

2023-09-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+7
  • djangoflow_auth_facebook - v0.0.4+6
  • djangoflow_auth_apple - v0.0.5+6
  • djangoflow_auth_google - v0.0.3+6

djangoflow_auth - v0.2.1+4

  • REFACTOR: rename loginWithOTP to credentialToTokenLogin for clarity. (5d83770a)

2023-09-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_google - v0.0.3+5
  • djangoflow_auth_apple - v0.0.5+5
  • djangoflow_auth_discord - v0.0.4+6
  • djangoflow_auth_facebook - v0.0.4+5

djangoflow_auth - v0.2.1+3

  • FIX: wrong return type for UserSignup via generic. (e5174289)

2023-09-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+5
  • djangoflow_auth_google - v0.0.3+4
  • djangoflow_auth_apple - v0.0.5+4
  • djangoflow_auth_facebook - v0.0.4+4

djangoflow_auth - v0.2.1+2

  • FIX: wrong return type for UserSignup. (4fef0941)

2023-09-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_auth - v0.2.1+1

  • REFACTOR: update SocialTokenObtainProviderEnum provider to ProviderEnum. (f6685e40)
  • REFACTOR: rename loginWithOTP to loginWithOTP. (b7aa9dd3)
  • REFACTOR: requestOtp now takes OTPObtainRequest instead of only email. (bbe91299)
  • REFACTOR: renamed registrationWithEmail to registerOrInviteUser. (746a1c3d)
  • DOCS: update SocialTokenObtainProviderEnum provider to ProviderEnum. (0c231686)
  • DOCS: update method documentation. (0988879c)

djangoflow_auth_apple - v0.0.5+3

  • DOCS: update SocialTokenObtainProviderEnum provider to ProviderEnum. (04fd4a30)

djangoflow_auth_discord - v0.0.4+4

  • DOCS: update SocialTokenObtainProviderEnum provider to ProviderEnum. (04fd4a30)

djangoflow_auth_facebook - v0.0.4+3

  • DOCS: update SocialTokenObtainProviderEnum provider to ProviderEnum. (04fd4a30)

djangoflow_auth_google - v0.0.3+3

  • DOCS: update SocialTokenObtainProviderEnum provider to ProviderEnum. (04fd4a30)

2023-08-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.4.0

  • FEAT: add dismissAll method. (baaeb826)

2023-08-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_openapi_extensions - v0.0.3

  • FIX: fix build_runner not running from the script properly. (06a4e2a8)
  • FEAT: add generate-openapi-copywith.sh script. (82208f54)
  • DOCS: update example url in generate-openapi.sh.md file. (04e3256d)

2023-08-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_openapi_extensions - v0.0.2

  • REFACTOR: update generate-openapi.sh to support custom hostname. (90b2ff10)
  • FEAT: support API_VERSION as cmd arg. (74f41ea9)
  • FEAT: add generate-openapi.sh tool. (5a770218)
  • DOCS: add generate-openapi.sh related doc. (b41de461)

2023-08-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_app - v3.3.0

  • FEAT(app): add AppHeaderInterceptor. (0351c250)

2023-08-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_local_notification - v0.0.2+3
  • djangoflow_chat - v0.0.1+2
  • djangoflow_websocket - v0.1.0+3

djangoflow_bloc_extensions - v0.0.2+1

  • DOCS(bloc_extensions): update README. (9bb0a9ac)

2023-08-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_bloc_extensions - v0.0.2

  • FEAT: add djangoflow_bloc_extensions package. (354025cb)

djangoflow_chat - v0.0.1+1

  • REFACTOR(chat): remove CubitMaybeEmit in favor of SafeEmitMixin. (c577f5ac)

djangoflow_local_notification - v0.0.2+2

  • REFACTOR(local_notification): remove CubitMaybeEmit in favor of SafeEmitMixin. (049bbf53)

djangoflow_websocket - v0.1.0+2

  • REFACTOR(websocket): remove CubitMaybeEmit in favor of SafeEmitMixin. (289b5e8b)

2023-08-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_discord - v0.0.4+3
  • djangoflow_auth_apple - v0.0.5+2
  • djangoflow_auth_google - v0.0.3+2
  • djangoflow_auth_facebook - v0.0.4+2

djangoflow_auth - v0.2.1

  • FEAT(auth): add JwtAuthInterceptor. (6378e6e5)

djangoflow_local_notification - v0.0.2+1

  • FIX(local_notification): fix build_runner not running. (3aca6480)

2023-08-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


djangoflow_auth_discord - v0.0.4+2

  • REFACTOR(discord_auth): add http as a dependancy. (df5a3aea)

2023-08-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • djangoflow_auth_facebook - v0.0.4+1
  • djangoflow_auth_discord - v0.0.4+1
  • djangoflow_auth_apple - v0.0.5+1
  • djangoflow_auth_google - v0.0.3+1

djangoflow_auth - v0.2.0+1

  • REFACTOR(auth): re-structure files for better organization. (62e836aa)
  • DOCS(auth): update README. (6a9e75a5)

djangoflow_local_notification - v0.0.2

  • REFACTOR(local_notification): remove firebase_messaging dependency. (4a4aef9c)
  • REFACTOR(local_notification): add better error handling. (79f7dae6)
  • REFACTOR(local_notification): update analysis_options. (3be92b83)
  • FEAT(local_notification): add example app. (d5aaab6a)
  • FEAT(local_notification): add ImageDownloader. (d0ced3d9)
  • FEAT(local_notification): refactor to declutter. (284d68b0)
  • FEAT(local_notification): add initial djangoflow_local_notification package. (7971aa5d)
  • DOCS(local_notification): update CHANGELOG. (336fb707)
  • DOCS(local_notification): add demo gifs. (7e2b3510)
  • DOCS(local_notification): update README. (32f6155e)
  • DOCS(local_notification): add LICENSE file. (69ed6602)
  • DOCS(local_notification): update description in pubspec. (a0458bef)

djangoflow_websocket - v0.1.0+1

  • REFACTOR(websocket): move all files under src folder. (837c697d)
  • REFACTOR(websocket): delete .iml file. (f41470d0)
  • REFACTOR(websocket): add interface and config to make it more flexible. (3589b916)
  • FIX(websocket): fix wrong generated constructor name. (931e10fb)
  • DOCS(websocket): update CHANGELOG. (f47278cc)
  • DOCS(websocket): update README. (a47975b5)