Skip to content

Commit 1c6ad35

Browse files
committed
update
1 parent d7e9f90 commit 1c6ad35

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## [0.16.1]
4-
5-
- update
3+
## [0.16.2]
64

5+
- Released @ 6/2026 (UTC)
6+
- Fix: `df_generate_dbml` was built into `bin/` but missing from the `executables:` block, so `dart pub global activate` did not install it as a CLI. Adding it (plus a `--dbml` alias) makes `df_generate_dbml` available globally
77

8-
## [0.16.0]
8+
## [0.16.1]
99

1010
- Released @ 6/2026 (UTC)
1111
- New: `tableName:` annotation slot — explicit override for the DBML table name; falls back to stripping the `Model` marker (prefix *or* suffix) from the class and snake-casing. No automatic English pluralisation. `ModelUser``user`, `HelloModel``hello`, `ModelModel``model`

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ funding:
1919
- https://www.patreon.com/c/robelator
2020
- https://github.com/sponsors/robelator
2121
description: A tool for generating data models and classes from annotations, offering greater flexibility than json_serializable or freezed.
22-
version: 0.16.1
22+
version: 0.16.2
2323
topics:
2424
- build-runner
2525
- cli
@@ -59,7 +59,9 @@ executables:
5959
--models: df_generate_dart_models
6060
--models-min: df_generate_dart_models_min
6161
--models-ai: df_generate_dart_models_ai
62+
--dbml: df_generate_dbml
6263
df_generate_dart_models: df_generate_dart_models
6364
df_generate_dart_models_min: df_generate_dart_models_min
6465
df_generate_dart_models_ai: df_generate_dart_models_ai
66+
df_generate_dbml: df_generate_dbml
6567

0 commit comments

Comments
 (0)