Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
11 changes: 2 additions & 9 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading