CRUD: move firestore implementation in his own package #231
41
CHANGELOG.md
41
CHANGELOG.md
@ -3,6 +3,47 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2023-11-14
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- [`wyatt_crud_bloc` - `v0.2.0`](#wyatt_crud_bloc---v020)
|
||||
- [`wyatt_crud_bloc_firestore` - `v0.2.0`](#wyatt_crud_bloc_firestore---v020)
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`wyatt_bloc_layout` - `v0.1.2+4`](#wyatt_bloc_layout---v0124)
|
||||
|
||||
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.
|
||||
|
||||
- `wyatt_bloc_layout` - `v0.1.2+4`
|
||||
|
||||
---
|
||||
|
||||
#### `wyatt_crud_bloc` - `v0.2.0`
|
||||
|
||||
- **REFACTOR**: make CrudLoading instanciable.
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **FIX**: apply dart format.
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FEAT**(crud): add streaming usecase (closes #180).
|
||||
- **DOCS**(crud): update readme.
|
||||
- **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181).
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
||||
#### `wyatt_crud_bloc_firestore` - `v0.2.0`
|
||||
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **DOCS**(crud): update readme.
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
||||
|
||||
## 2023-10-04
|
||||
|
||||
### Changes
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.2+4
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.2+3
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
@ -42,7 +42,7 @@ dependencies:
|
||||
version: ^0.1.2+3
|
||||
wyatt_crud_bloc:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.1.1+1
|
||||
version: ^0.2.0
|
||||
wyatt_ui_components:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.3.0+2
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_bloc_layout
|
||||
description: Layouts based on bloc helper library
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
|
||||
version: 0.1.2+3
|
||||
version: 0.1.2+4
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
@ -23,7 +23,7 @@ dependencies:
|
||||
|
||||
wyatt_crud_bloc:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.1.1+1
|
||||
version: ^0.2.0
|
||||
|
||||
wyatt_ui_components:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
@ -1,3 +1,16 @@
|
||||
## 0.2.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**: make CrudLoading instanciable.
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **FIX**: apply dart format.
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FEAT**(crud): add streaming usecase (closes #180).
|
||||
- **DOCS**(crud): update readme.
|
||||
- **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181).
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
||||
## 0.1.1+1
|
||||
|
||||
- **FIX**: apply dart format.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_crud_bloc
|
||||
description: Create/Read/Update/Delete BLoC for Flutter
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
||||
version: 0.1.1+1
|
||||
version: 0.2.0
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
## 0.2.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **DOCS**(crud): update readme.
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
||||
## 0.0.1
|
||||
|
||||
* TODO: Describe initial release.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_crud_bloc_firestore
|
||||
description: Create/Read/Update/Delete implementation for Cloud Firestore
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
||||
version: 0.1.1+1
|
||||
version: 0.2.0
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
@ -25,7 +25,7 @@ dependencies:
|
||||
|
||||
wyatt_crud_bloc:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||
version: ^0.1.1+1
|
||||
version: ^0.2.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test: { sdk: flutter }
|
||||
|
Loading…
x
Reference in New Issue
Block a user