Restore jael to original name
This commit is contained in:
parent
19f7a273d9
commit
eabc1ba828
106 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
# 4.0.0
|
# 4.0.0
|
||||||
* Migrated to support Dart SDK 2.12.x NNBD
|
* Migrated to support Dart SDK 2.12.x NNBD
|
||||||
|
* Renamed jael to jael3
|
||||||
|
|
||||||
# 3.0.0
|
# 3.0.0
|
||||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
@ -1,9 +1,9 @@
|
||||||
# jael2
|
# jael3
|
||||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/jael2)
|
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/jael3)
|
||||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
[![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)
|
[![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/jael/jael2/LICENSE)
|
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael3/LICENSE)
|
||||||
|
|
||||||
A simple server-side HTML templating engine for Dart.
|
A simple server-side HTML templating engine for Dart.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ In your `pubspec.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
jael2: ^4.0.0
|
jael3: ^4.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
# API
|
# API
|
||||||
|
@ -50,4 +50,4 @@ void myFunction() {
|
||||||
```
|
```
|
||||||
|
|
||||||
Pre-processing (i.e. handling of blocks and includes) is handled
|
Pre-processing (i.e. handling of blocks and includes) is handled
|
||||||
by `package:jael_preprocessor.`.
|
by `package:jael3_preprocessor.`.
|
|
@ -1,7 +1,7 @@
|
||||||
name: jael2
|
name: jael3
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.
|
description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.
|
||||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael2
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael3
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue