Skip to content
Thomas Hii edited this page Apr 24, 2022 · 31 revisions

Angel 3 Framework

[2022]

Development

  • Performance Tuning
  • Resolve angel_orm_mysql pending issues
    • Handle Blob data type with both MariaDB 10.2.x and MySQL 8.x
    • Resolve datetime/timezone issue with MySQL 8.x
  • Refactor dart:mirror dependencies

Released

  • 6.0.0
    • Updated to SDK 2.16.x
    • Updated angel3_orm_mysql to support MariaDB 10.2.x and MySQL 8.x
    • Default logger

[2021]

This project is a fork of Angel Framework migrated to support Dart 2.12.x with null safety. Dart version below 2.12.x is not supported. The migrated packages are published with angel3_ prefix since the original version has been archived. For the status of the migrated packages, please check out the change log. The goal is to have a fully production ready Angel3 framework on SDK 2.12.x or later.

Clone this wiki locally