Skip to content

Releases: nylo-core/framework

v5.1.1

02 Jul 23:58

Choose a tag to compare

  • Pubspec.yaml dependency updates.

v5.1.0

17 Jun 04:56

Choose a tag to compare

  • 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

Choose a tag to compare

  • Update Nylo framework version.

v5.0.5

14 Jun 04:20

Choose a tag to compare

  • Update GitHub actions.
  • Refactor metro class.
  • Pubspec.yaml dependency updates.

v5.0.4

08 Jun 07:15

Choose a tag to compare

  • 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

Choose a tag to compare

  • Pubspec.yaml dependency updates.

v5.0.1

24 May 07:36

Choose a tag to compare

  • Pubspec.yaml dependency updates.

v5.0.0

17 May 00:20
20f81e3

Choose a tag to compare

  • 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

Choose a tag to compare

  • Flutter v3.10.0 fixes:
    • Update: theme_provider package

v4.1.4

03 Mar 07:31

Choose a tag to compare

  • Pubspec.yaml dependency updates.