diff --git a/CHANGELOG.md b/CHANGELOG.md index e78b80a..2391b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.6.18 + +- Added new `Poi` and `PoiInput` models to the `map` module +- Added `mapLayerId`, `mapLayer`, `pois`, and `poisIds` fields to `Locator` model +- Added `poisIds` and `mapLayerId` fields to `LocatorInput` and `MapLayerInput` + ## 3.6.17 - Refactored AtsCommandExecutionHistory model: - Replaced fields fromAsset, toAsset, and fatherAsset from String? to Asset? diff --git a/CLAUDE.md b/CLAUDE.md index 1a7db7f..15c78a7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,15 +15,8 @@ Layrz Models is a Dart/Flutter package that provides data models and SDK for the ```bash # Code generation (standard build) -make build -# or: dart run build_runner build - -# Code generation with conflict resolution -make build_delete -# or: dart run build_runner build --delete-conflicting-outputs - -# Code generation (verbose output for debugging) -make build_verbose +make freezed +# or: dart run build_runner freezed # Run linter in dry-run mode make lint