brick_supabase_generators 2.0.0
brick_supabase_generators: ^2.0.0 copied to clipboard
Code generation library for the Supabase providers, models, and adapters in Brick
Unreleased #
2.0.0 #
- Dart minimum SDK is updated to
3.4.0
- All dependency restrictions are updated to include the minimum released version.
- Update
analyzer
constraint to>=6.11.0 <7.0.0
1.2.0 #
- Remove
Supabase#nullable
- Upgrade
brick_core
to1.4.0
1.1.0 #
- Upgrade
brick_core
to1.3.0
- Update analysis to modern lints
1.0.2 #
- Interpret
@Supabase(query:)
inSupabaseFields
1.0.1 #
- Apply
@Supabase(foreignKey:)
toRuntimeSupabaseColumnDefinition#foreignKey
1.0.0 #
- Stable release
0.1.1 #
- Fix table name collision in offline adapter (#416)
0.1.0 #
- Alpha release
0.0.1 #
- Initial