Updated README

This commit is contained in:
thomashii 2021-09-13 10:45:15 +08:00
parent ae0b40079c
commit 4c426b76d2
2 changed files with 6 additions and 6 deletions

View file

@ -3,13 +3,13 @@
## 4.1.3
* Refactored the framework internal to use [Belatuk Common Utilities](<https://github.com/dart-backend/belatuk-common-utilities>)
* Updated [examples] (<https://github.com/dart-backend/belatuk-examples>)
* Updated [examples](<https://github.com/dart-backend/belatuk-examples>)
* Updated to use `lints` linter
## 4.1.0
* Updated [website] (<https://angel3-framework.wep.app>)
* Updated [examples] (<https://github.com/dart-backend/belatuk-examples>)
* Updated [website](<https://angel3-framework.web.app/>)
* Updated [examples](<https://github.com/dart-backend/belatuk-examples>)
* Fixed ORM code generator
* Fixed Serializer code generator
* Fixed graphQL code generator
@ -22,7 +22,7 @@
* Changed Dart SDK requirements for all packages to ">=2.12.0 <3.0.0" to support NNBD.
* Migrated pretty_logging to 3.0.0 (0/0 tests passed)
* Migrated angel_http_exception to 3.0.0 (0/0 tests passed)
* Moved angel_cli to <https://github.com/dukefirehawk/cli> (Not migrated yet)
* Moved angel_cli to [CLI Repository](<https://github.com/dukefirehawk/cli>) (Not migrated yet)
* Added code_buffer and migrated to 2.0.0 (16/16 tests passed)
* Added combinator and migrated to 2.0.0 (16/16 tests passed)
* Migrated angel_route to 5.0.0 (35/35 tests passed)

View file

@ -15,9 +15,9 @@
## About
Angel3 is a fork of the original Angel framework to support NNBD in Dart SDK 2.12.x and later.
It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework.
It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework. Visit our [website](<https://angel3-framework.web.app/>) to learn more.
The availabe features in Angel3 are:
The availabe features in Angel3 includes:
* Static File Handling
* Basic Authentication