Updated jael
This commit is contained in:
parent
b42af8377f
commit
4310961cc1
2 changed files with 31 additions and 12 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,9 +6,15 @@
|
|||
* Upgrade angel_model to 2.0.0
|
||||
* Upgrade angel_container to 2.0.0
|
||||
* Upgrade angel_framework to 3.0.0
|
||||
* Upgrade angel_client to 3.0.0
|
||||
* Upgrade angel_auth to 3.0.0
|
||||
* Upgrade angel_websocket to 3.0.0
|
||||
* Upgrade angel_configuration to 3.0.0
|
||||
* Upgrade angel_jael to 3.0.0
|
||||
* Upgrade jael to 3.0.0 (todo)
|
||||
* Upgrade jael_preprocessor to 3.0.0 (todo)
|
||||
* Upgrade test to 3.0.0 (todo)
|
||||
|
||||
* Upgrade angel_client to 3.0.0 (todo)
|
||||
* Upgrade angel_websocket to 3.0.0 (todo)
|
||||
|
||||
# 2.2.0
|
||||
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0"
|
||||
|
|
|
@ -1,22 +1,35 @@
|
|||
name: angel_jael
|
||||
version: 2.0.0
|
||||
version: 3.0.0
|
||||
description: Angel support for the Jael templating engine, similar to Blade or Liquid.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/jael/tree/master/jael
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.10.0 <2.12.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
angel_framework: #^2.0.0-alpha
|
||||
path: ../../framework
|
||||
angel_framework:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/framework
|
||||
code_buffer: ^1.0.0
|
||||
file: ^5.0.0
|
||||
jael: #^2.0.0
|
||||
path: ../jael
|
||||
jael_preprocessor: #^2.0.0
|
||||
path: ../jael_preprocessor
|
||||
jael:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/jael/jael
|
||||
jael_preprocessor:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/jael/jael_preprocessor
|
||||
symbol_table: ^2.0.0
|
||||
dev_dependencies:
|
||||
angel_test: #^2.0.0-alpha
|
||||
path: ../../test
|
||||
angel_test:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/test
|
||||
html: ^0.14.0
|
||||
test: ^1.15.7
|
||||
|
|
Loading…
Reference in a new issue