Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.28 KB

File metadata and controls

63 lines (36 loc) · 1.28 KB

3.0.0

  • No changes in this specific version. See alpha versions for (breaking) changes.

3.0.0-alpha.3

  • Fix [de]serialization of DayMenus

3.0.0-alpha.2

  • Fix [de]serialization of DayMenus

3.0.0-alpha.1

  • Fix deserialization of DayMenus

3.0.0-alpha.0

  • BREAKING CHANGE: Dart SDK 3.8.0+ is now required
  • BREAKING CHANGE: Migrate to freezed and json_serializable

2.1.4

  • Update \[flutter_\]lints

2.1.3

  • Update and simplify analyser rules

2.1.2

  • Support for Flutter Web.
  • Now throws http.ClientExceptions instead of HttpExceptions.
  • Add more entries in pubspec.

2.1.1

  • Support newer Dart and http versions.

2.1.0

  • All DTOs can now be encoded to JSON, i.e. a toJson method was added to all of them.

2.0.0

  • BREAKING CHANGE: Dart SDK 2.17.0+ (Flutter 3) is now required.
  • BREAKING CHANGE: Throw errors when API is down or reports errors.
  • Meal now has optional price parameters instead of required ones.
  • Updated flutter_lints and use more of its rules.

1.0.0

  • BREAKING CHANGE: Dart SDK 2.15.0+ is now required.
  • BREAKING CHANGE: API has been overhauled in various places.
  • Migrated to flutter_lints and use many of its rules.

0.0.2

  • Fix examples.

0.0.1

  • Initial release.