From 4310961cc1ff68617c3960721a99906aa745d953 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 7 Mar 2021 21:56:12 +0800 Subject: [PATCH] Updated jael --- CHANGELOG.md | 10 ++++++-- packages/jael/angel_jael/pubspec.yaml | 33 +++++++++++++++++++-------- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8bb2ac..23255bdf 100644 --- a/CHANGELOG.md +++ b/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" diff --git a/packages/jael/angel_jael/pubspec.yaml b/packages/jael/angel_jael/pubspec.yaml index bc51f859..0739de6f 100644 --- a/packages/jael/angel_jael/pubspec.yaml +++ b/packages/jael/angel_jael/pubspec.yaml @@ -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 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