Skip to content

Releases: zamstation/zam_command_pattern

Release 0.3.0

02 Jun 17:48

Choose a tag to compare

  • Dependency Updates:
    • flutter 3.0.0
    • dart 2.17.0
    • zam_core 0.7.0
    • zam_factory_pattern 0.3.0
    • lints 2.0.0
    • zam_test 0.5.0

Release 0.2.0

27 Sep 13:04

Choose a tag to compare

  • Updated dependency: zam_core 0.6.0
  • Updated dependency: zam_factory_pattern 0.2.0

Release 0.1.0

19 Jun 15:51

Choose a tag to compare

  • BREAKING: Removed lib/exceptions.dart.
  • Added exceptions to lib/zam_command_pattern.dart.
  • Updated dependency: zam_core 0.5.0.
  • Updated dependency: zam_factory_pattern 0.1.0.
  • Updated dependency: dart sdk ">=2.13.0 <3.0.0".

Release 0.0.1

19 Jun 15:50
8a8ee1e

Choose a tag to compare

  • Includes Command, CommandFactory, CommandExecutor, CommandBuilder
  • Includes AsyncCommand, ReactiveCommand.
  • Includes ParameterizedCommand, ParameterizedAsyncCommand, ParameterizedReactiveCommand.
  • Includes CommandNotDefinedException.