|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 2025-09-03 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`dogs_built` - `v3.1.5-dev.6`](#dogs_built---v315-dev6) |
| 19 | + - [`dogs_cbor` - `v2.3.5-dev.6`](#dogs_cbor---v235-dev6) |
| 20 | + - [`dogs_core` - `v10.0.0-dev.6`](#dogs_core---v1000-dev6) |
| 21 | + - [`dogs_flutter` - `v0.0.1-dev.8`](#dogs_flutter---v001-dev8) |
| 22 | + - [`dogs_generator` - `v7.0.0-dev.6`](#dogs_generator---v700-dev6) |
| 23 | + - [`dogs_toml` - `v2.3.5-dev.6`](#dogs_toml---v235-dev6) |
| 24 | + - [`dogs_yaml` - `v2.3.5-dev.6`](#dogs_yaml---v235-dev6) |
| 25 | + - [`dogs_firestore` - `v0.3.0-dev.6`](#dogs_firestore---v030-dev6) |
| 26 | + |
| 27 | +Packages with dependency updates only: |
| 28 | + |
| 29 | +> 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. |
| 30 | +
|
| 31 | + - `dogs_firestore` - `v0.3.0-dev.6` |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +#### `dogs_built` - `v3.1.5-dev.6` |
| 36 | + |
| 37 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 38 | + |
| 39 | +#### `dogs_cbor` - `v2.3.5-dev.6` |
| 40 | + |
| 41 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 42 | + |
| 43 | +#### `dogs_core` - `v10.0.0-dev.6` |
| 44 | + |
| 45 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 46 | + - **FIX**: enhance describe method to support TypeTree for converter retrieval, reformat. |
| 47 | + - **FIX**: make describe usable in schema passes. |
| 48 | + - **FEAT**: add a parseSchema function to convert a JSON string to SchemaType. |
| 49 | + - **FEAT**: add DogNativeMapReader and ConverterHelperExtensions for improved deserialization. |
| 50 | + - **FEAT**: add DogLinkable. |
| 51 | + - **DOCS**: add missing documentation comments for public members. |
| 52 | + |
| 53 | +#### `dogs_flutter` - `v0.0.1-dev.8` |
| 54 | + |
| 55 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 56 | + - **FIX**: enhance describe method to support TypeTree for converter retrieval, reformat. |
| 57 | + - **FEAT**: add new converters for BoxConstraints, Alignment, and Matrix4. |
| 58 | + - **FEAT**: add DogNativeMapReader and ConverterHelperExtensions for improved deserialization. |
| 59 | + - **FEAT**: add MetadataMixin to improve auto layout state capabilities. |
| 60 | + - **FEAT**: make the section theme configurable and simplify theme resolution. |
| 61 | + |
| 62 | +#### `dogs_generator` - `v7.0.0-dev.6` |
| 63 | + |
| 64 | + - **REFACTOR**: improve code formatting and readability. |
| 65 | + - **FEAT**: add DogLinkable. |
| 66 | + |
| 67 | +#### `dogs_toml` - `v2.3.5-dev.6` |
| 68 | + |
| 69 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 70 | + |
| 71 | +#### `dogs_yaml` - `v2.3.5-dev.6` |
| 72 | + |
| 73 | + - **REFACTOR**: remove library names for consistency across files and reformat the workspace. |
| 74 | + |
| 75 | + |
6 | 76 | ## 2025-09-01 |
7 | 77 |
|
8 | 78 | ### Changes |
|
0 commit comments