Updated license
This commit is contained in:
parent
e985327fe3
commit
6371c69bfe
4 changed files with 12 additions and 10 deletions
11
TODO.md
11
TODO.md
|
@ -1,16 +1,15 @@
|
|||
# Road Map
|
||||
# Development Blueprint
|
||||
|
||||
## Short Term Goal
|
||||
|
||||
* Fixing issues
|
||||
* ORM source code generator
|
||||
* OAuth2
|
||||
* Proxy
|
||||
* Update examples
|
||||
* Update User Guide
|
||||
* Update website
|
||||
* Performance testing
|
||||
|
||||
## Long Term Goal
|
||||
|
||||
* Optimise Angel3 architecture
|
||||
|
||||
### In Progress
|
||||
|
||||
* Migrate generic packages that has no dependencies on Angel3 to [Common Utilities Repository](<https://github.com/dart-backend/belatuk-common-utilities>). All of these packages operate under the hood with no impact to the application build on Angel3. Updating to newer version of Angel3 packages will automatically upgrade them.
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 4.2.1
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 4.2.0
|
||||
|
||||
* Updated to use `belatuk_html_builder` package
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Angel3 Hot Reloader
|
||||
|
||||
[![version](https://img.shields.io/badge/pub-v4.2.0-brightgreen)](https://pub.dartlang.org/packages/angel3_hot)
|
||||
[![version](https://img.shields.io/badge/pub-v4.2.1-brightgreen)](https://pub.dev/packages/angel3_hot)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
||||
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
||||
|
||||
![Screenshot of terminal](screenshots/angel3-screenshot.png)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel3_hot
|
||||
description: Supports hot reloading/hot code push of Angel3 servers on file changes.
|
||||
version: 4.2.0
|
||||
version: 4.2.1
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue