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
|
## Short Term Goal
|
||||||
|
|
||||||
* Fixing issues
|
|
||||||
* ORM source code generator
|
|
||||||
* OAuth2
|
|
||||||
* Proxy
|
|
||||||
* Update examples
|
* Update examples
|
||||||
* Update User Guide
|
* Update User Guide
|
||||||
* Update website
|
|
||||||
* Performance testing
|
* Performance testing
|
||||||
|
|
||||||
## Long Term Goal
|
## Long Term Goal
|
||||||
|
|
||||||
* Optimise Angel3 architecture
|
* 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
|
# Change Log
|
||||||
|
|
||||||
|
## 4.2.1
|
||||||
|
|
||||||
|
* Fixed license link
|
||||||
|
|
||||||
## 4.2.0
|
## 4.2.0
|
||||||
|
|
||||||
* Updated to use `belatuk_html_builder` package
|
* Updated to use `belatuk_html_builder` package
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Angel3 Hot Reloader
|
# Angel3 Hot Reloader
|
||||||
|
|
||||||
[](https://pub.dartlang.org/packages/angel3_hot)
|
[](https://pub.dev/packages/angel3_hot)
|
||||||
[](https://dart.dev/null-safety)
|
[](https://dart.dev/null-safety)
|
||||||
[](https://gitter.im/angel_dart/discussion)
|
[](https://gitter.im/angel_dart/discussion)
|
||||||
|
[](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
||||||
[](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel3_hot
|
name: angel3_hot
|
||||||
description: Supports hot reloading/hot code push of Angel3 servers on file changes.
|
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/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue