Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 627 Bytes

2.1.0

  • support route interceptor
  • FFArgumentImport is deprecated, use FFAutoImport instead.

2.0.7

  • add ffRouteFileImport const

2.0.6

  • fix getArgumentValues cast error

2.0.5

  • Add argumentNames const and getArgumentValues method

2.0.4

  • Add Map<String, String>? codes to support something can't write in annotation.

2.0.3

  • Add constants with not found route.

2.0.2

  • update sdk version

2.0.0

  • support nullsafety by default

1.1.1-nullsafety

  • Update nullsafety version

1.1.0-nullsafety

  • Migrate to non-nullable

1.1.0

  • Add FFArgumentImport

1.0.0

  • Initial version