Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 736 Bytes

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 736 Bytes

RC v0.3.3

To install RC v0.3.3 with command:

dart pub add orm:^0.3.3

Or update your pubspec.yaml file:

dependencies:
  rc: ^0.3.3

What's Changed

  • Optimize warning output

RC v0.3.2

To install RC v0.3.2 with command:

dart pub add orm:^0.3.2

Or update your pubspec.yaml file:

dependencies:
  rc: ^0.3.2

What's Changed

  • Fixed init loaders not run.

RC v0.3.1

To install RC v0.3.1 with command:

dart pub add orm:^0.3.1

Or update your pubspec.yaml file:

dependencies:
  rc: ^0.3.1

What's Changed

  • RC class public sources field, the sources is a unmodifiable Map.
  • Add RC+Environment extension, exports environment KV.