Releases: nylo-core/framework
Releases · nylo-core/framework
v5.1.1
02 Jul 23:58
Compare
Sorry, something went wrong.
No results found
Pubspec.yaml dependency updates.
v5.1.0
17 Jun 04:56
Compare
Sorry, something went wrong.
No results found
Breaking change to validation.
If you are using Nylo 5.x, do the following:
Go to config/validation_rules.dart .
Update 'final Map<Type, dynamic> validationRules = {'
to this 'final Map<String, dynamic> validationRules = {'
Custom validation rules must now the follow the following format:
"simple_password": (attribute) => SimplePassword(attribute), // example
Pubspec.yaml dependency updates.
v5.0.6
14 Jun 04:49
Compare
Sorry, something went wrong.
No results found
Update Nylo framework version.
v5.0.5
14 Jun 04:20
Compare
Sorry, something went wrong.
No results found
Update GitHub actions.
Refactor metro class.
Pubspec.yaml dependency updates.
v5.0.4
08 Jun 07:15
Compare
Sorry, something went wrong.
No results found
Change nylo_framework version.
Change DioError to DioException as per Dio upgrade notes.
Refactor metro to use runCommand from MetroService.
Pubspec.yaml dependency updates.
v5.0.2
28 May 21:55
Compare
Sorry, something went wrong.
No results found
Pubspec.yaml dependency updates.
v5.0.1
24 May 07:36
Compare
Sorry, something went wrong.
No results found
Pubspec.yaml dependency updates.
v5.0.0
17 May 00:20
Compare
Sorry, something went wrong.
No results found
NyBaseApiService has a new method getContext to get the BuildContext.
Remove 'Storable' from the Model stub.
Page stubs now include a path variable to make routing easier.
New command to create Route Guards.
Pubspec.yaml dependency updates.
Readme update.
v4.2.0
17 May 00:18
Compare
Sorry, something went wrong.
No results found
Flutter v3.10.0 fixes:
Update: theme_provider package
v4.1.4
03 Mar 07:31
Compare
Sorry, something went wrong.
No results found
Pubspec.yaml dependency updates.