diff --git a/CHANGELOG.md b/CHANGELOG.md index da5153fc..b7603d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ ## 4.1.3 * Refactored the framework internal to use [Belatuk Common Utilities]() -* Updated [examples] () +* Updated [examples]() * Updated to use `lints` linter ## 4.1.0 -* Updated [website] () -* Updated [examples] () +* Updated [website]() +* Updated [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 (Not migrated yet) +* Moved angel_cli to [CLI Repository]() (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) diff --git a/README.md b/README.md index 60c5ec81..21096309 100644 --- a/README.md +++ b/README.md @@ -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]() to learn more. -The availabe features in Angel3 are: +The availabe features in Angel3 includes: * Static File Handling * Basic Authentication