Added AUTHORS.md
This commit is contained in:
parent
1bc68956de
commit
31e52b6ad3
92 changed files with 250 additions and 85 deletions
2
AUTHORS.md
Normal file
2
AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -17,7 +17,7 @@
|
|||
* Migrated json_god to 4.0.0 (13/13 tests passed)
|
||||
* Migrated angel_client to 4.0.0 (6/13 tests passed)
|
||||
* Migrated angel_websocket to 4.0.0 (2/3 tests passed)
|
||||
* Migrated test to 4.0.0 (1/1 test passed)
|
||||
* Migrated angel_test to 4.0.0 (1/1 test passed)
|
||||
* Added symbol_table and migrated to 2.0.0 (16/16 tests passed)
|
||||
* Migrated jael to 4.0.0 (20/20 tests passed)
|
||||
* Migrated jael_preprocessor to 3.0.0 (5/5 tests passed)
|
||||
|
@ -28,9 +28,9 @@
|
|||
* Migrated hot to 4.0.0 (0/0 tests passed)
|
||||
* Added range_header and migrated to 3.0.0 (12/12 tests passed)
|
||||
* Migrated static to 4.0.0 (1/1 test passed)
|
||||
* Migrated basic-sdk-2.12.x_nnbd template to 4.0.0 (1/1 test passed)
|
||||
* Updated angel_serialize to 5.0.0 (in progress)
|
||||
* Updated angel_serialize_generator to 5.0.0 (in progress)
|
||||
* Created basic-sdk-2.12.x_nnbd template (1/1 test passed)
|
||||
* Updated angel_serialize to 4.0.0 (in progress)
|
||||
* Updated angel_serialize_generator to 4.0.0 (in progress)
|
||||
|
||||
# 3.0.0 (Non NNBD)
|
||||
* Changed Dart SDK requirements for all packages to ">=2.10.0 <3.0.0"
|
||||
|
|
4
TODO.md
4
TODO.md
|
@ -1,5 +1,5 @@
|
|||
# Todo
|
||||
|
||||
### angel_framework
|
||||
* Migrate http_server to shelf
|
||||
### Container/angel_container_generator
|
||||
|
||||
* test/reflector_test.reflectab.dart - Changed ImplicitGetterMirrorImpl() from 5 to 3 parameters (revisit later)
|
||||
|
|
2
packages/auth/AUTHORS.md
Normal file
2
packages/auth/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.1.5+1
|
||||
* Fix error in popup page.
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_auth
|
||||
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
||||
version: 4.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_auth
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -23,4 +22,4 @@ dev_dependencies:
|
|||
io: ^1.0.0
|
||||
logging: ^1.0.0
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
||||
|
|
2
packages/cli/AUTHORS.md
Normal file
2
packages/cli/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.1.7+1
|
||||
* Fix a bug where new directories were not being created in
|
||||
`init`.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Todo
|
||||
* Migrate inflection2, mustache4dart2 and prompts packages to NNBD
|
||||
|
||||
* `service`
|
||||
* Add tests
|
||||
|
|
2
packages/client/AUTHORS.md
Normal file
2
packages/client/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,11 @@
|
|||
|
||||
|
||||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.2
|
||||
* `_join` previously discarded quer parameters, etc.
|
||||
* Allow any `Map<String, dynamic>` as body, not just `Map<String, String>`.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_client
|
||||
version: 4.0.0
|
||||
description: Support for querying Angel servers in the browser, Flutter, and command-line.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_client
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -42,4 +41,4 @@ dev_dependencies:
|
|||
ref: sdk-2.12.x_nnbd
|
||||
path: packages/mock_request
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
||||
|
|
2
packages/code_buffer/AUTHORS.md
Normal file
2
packages/code_buffer/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,2 +1,5 @@
|
|||
# 2.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 1.0.1
|
||||
* Added `CodeBuffer.noWhitespace()`.
|
|
@ -1,12 +1,11 @@
|
|||
name: code_buffer
|
||||
version: 2.0.0
|
||||
description: An advanced StringBuffer geared toward generating code, and source maps.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/code_buffer
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
charcode: ^1.2.0
|
||||
source_span: ^1.8.1
|
||||
dev_dependencies:
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
2
packages/combinator/AUTHORS.md
Normal file
2
packages/combinator/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 1.1.0
|
||||
* Add `tupleX` parsers. Hooray for strong typing!
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ final Parser credentialString = match<Map<String, String>?>(
|
|||
.value((r) {
|
||||
var decoded = utf8.decode(base64Url.decode(r.span!.text));
|
||||
var scanner = new SpanScanner(decoded);
|
||||
return credentials.parse(scanner)!.value;
|
||||
return credentials.parse(scanner).value;
|
||||
});
|
||||
|
||||
final Parser basic = match<Null>('Basic').space();
|
||||
|
@ -42,7 +42,7 @@ void main() {
|
|||
stdout.write('Enter a basic auth value: ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = basicAuth.parse(scanner)!;
|
||||
var result = basicAuth.parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -57,7 +57,7 @@ void main() {
|
|||
stdout.write('Enter an expression: ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = calculator.parse(scanner)!;
|
||||
var result = calculator.parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
|||
stdout.write('Enter a string (ex "a,b,c"): ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = id.separatedBy(match(',').space()).parse(scanner)!;
|
||||
var result = id.separatedBy(match(',').space()).parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -57,7 +57,7 @@ main() {
|
|||
stdout.write('Enter some JSON: ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = JSON.parse(scanner)!;
|
||||
var result = JSON.parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -24,7 +24,7 @@ main() {
|
|||
stdout.write('Enter a number: ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = number.parse(scanner)!;
|
||||
var result = number.parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -31,7 +31,7 @@ main() {
|
|||
stdout.write('Enter a query string: ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var scanner = new SpanScanner(line, sourceUrl: 'stdin');
|
||||
var result = pairs.parse(scanner)!;
|
||||
var result = pairs.parse(scanner);
|
||||
|
||||
if (!result.successful) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -33,8 +33,8 @@ void main() {
|
|||
new RegExp(
|
||||
r'[A-Za-z_!\\$",\\+-\\./:;\\?<>%&\\*@\[\]\\{\}\\|`\\^~][A-Za-z0-9_!\\$",\\+-\\./:;\\?<>%&\*@\[\]\\{\}\\|`\\^~]*'),
|
||||
errorMessage: 'Expected an ID')
|
||||
.map((r) =>
|
||||
symbols[r.span!.text] ??= throw "Undefined symbol: '${r.span!.text}'");
|
||||
.map((r) => symbols[r.span!.text] ??=
|
||||
throw "Undefined symbol: '${r.span!.text}'");
|
||||
|
||||
var atom = number.castDynamic().or(id);
|
||||
|
||||
|
@ -70,7 +70,7 @@ void main() {
|
|||
while (true) {
|
||||
stdout.write('> ');
|
||||
var line = stdin.readLineSync()!;
|
||||
var result = expr.parse(new SpanScanner(line))!;
|
||||
var result = expr.parse(new SpanScanner(line));
|
||||
|
||||
if (result.errors.isNotEmpty) {
|
||||
for (var error in result.errors) {
|
||||
|
|
|
@ -10,5 +10,5 @@ void main() {
|
|||
var grammar = tuple3(pub, dart, lang);
|
||||
|
||||
var scanner = SpanScanner('pub dart lang');
|
||||
print(grammar.parse(scanner)!.value);
|
||||
print(grammar.parse(scanner).value);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: combinator
|
||||
version: 2.0.0
|
||||
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/combinator.git
|
||||
publish_to: none
|
||||
environment:
|
||||
|
@ -17,4 +16,4 @@ dependencies:
|
|||
string_scanner: ^1.1.0
|
||||
tuple: ^2.0.0
|
||||
dev_dependencies:
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
2
packages/configuration/AUTHORS.md
Normal file
2
packages/configuration/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.2.0
|
||||
* Allow including one configuration within another.
|
||||
* Badly-formatted `.env` files will no longer issue a warning,
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_configuration
|
||||
description: Automatic YAML application configuration loader for Angel, with .env support.
|
||||
version: 3.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_configuration
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -25,4 +24,4 @@ dev_dependencies:
|
|||
# logging: ^0.11.0
|
||||
pedantic: ^1.11.0
|
||||
# pretty_logging: ^1.0.0
|
||||
test: ^1.15.7
|
||||
test: ^1.17.3
|
||||
|
|
2
packages/container/angel_container/AUTHORS.md
Normal file
2
packages/container/angel_container/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.1.0
|
||||
* `pedantic` lints.
|
||||
* Add `ThrowingReflector`, which throws on all operations.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_container
|
||||
version: 3.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
description: A hierarchical DI container, and pluggable backends for reflection.
|
||||
homepage: https://github.com/angel-dart/container.git
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
|
|
2
packages/framework/AUTHORS.md
Normal file
2
packages/framework/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.1.1
|
||||
* `AngelHttp.uri` now returns an empty `Uri` if the server is not listening.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
* Migrate http_server to shelf
|
||||
* Support for [Trestle](https://github.com/dart-bridge/trestle), use this as default, set up migration system around this
|
||||
* Angel CLI
|
||||
* Angel bootstrap project
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_framework
|
||||
version: 4.0.0
|
||||
description: A high-powered HTTP server with dependency injection, routing and much more.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_framework
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -52,10 +51,8 @@ dependencies:
|
|||
ref: sdk-2.12.x_nnbd
|
||||
path: packages/mock_request
|
||||
path: ^1.8.0
|
||||
# pedantic: ^1.0.0
|
||||
#quiver_hashcode: ^3.0.0+1
|
||||
quiver: ^3.0.0
|
||||
recase: ^4.0.0-nullsafety.0
|
||||
recase: ^4.0.0
|
||||
stack_trace: ^1.10.0
|
||||
string_scanner: ^1.1.0
|
||||
tuple: ^2.0.0
|
||||
|
@ -64,6 +61,5 @@ dependencies:
|
|||
dev_dependencies:
|
||||
http: ^0.13.1
|
||||
io: ^1.0.0
|
||||
#pretty_logging: ^1.0.0
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
||||
|
||||
|
|
2
packages/hot/AUTHORS.md
Normal file
2
packages/hot/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.6
|
||||
* Support `--observe=*`, `--enable-vm-service=*` (`startsWith`, instead of `==`).
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_hot
|
||||
description: Supports hot reloading/hot code push of Angel servers on file changes.
|
||||
version: 4.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/hot
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
2
packages/html_builder/AUTHORS.md
Normal file
2
packages/html_builder/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x NNBD
|
||||
|
||||
# 1.0.4
|
||||
* Added `rebuild`, `rebuildRecursive`, and `NodeBuilder`.
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: html_builder
|
||||
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
|
||||
version: 2.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/html_builder
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
2
packages/http_exception/AUTHORS.md
Normal file
2
packages/http_exception/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.1.0
|
||||
* Emit `is_error` and `status_code` in `toJson()`.
|
||||
* No more `camelCase` at all.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_http_exception
|
||||
version: 3.0.0
|
||||
description: Exception class that can be serialized to JSON and serialized to clients.
|
||||
#author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/dukefirehawk/angel/packages/http_exception
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dev_dependencies:
|
||||
|
|
2
packages/jael/angel_jael/AUTHORS.md
Normal file
2
packages/jael/angel_jael/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Angel 2 and Dart 2 updates.
|
||||
* Default to `.jael` instead of `.jl`.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_jael
|
||||
version: 4.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
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -41,7 +40,7 @@ dev_dependencies:
|
|||
ref: sdk-2.12.x_nnbd
|
||||
path: packages/test
|
||||
html: ^0.15.0
|
||||
test: ^1.15.7
|
||||
test: ^1.17.3
|
||||
dependency_overrides:
|
||||
web_socket_channel: ^2.0.0
|
||||
http: ^0.13.0
|
2
packages/jael/jael/AUTHORS.md
Normal file
2
packages/jael/jael/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.2
|
||||
* Fixed handling of `if` in non-strict mode.
|
||||
* Roll `JaelFormatter` and `jaelfmt`.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: jael
|
||||
version: 4.0.0
|
||||
description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://docs.angel-dart.dev/packages/front-end/jael
|
||||
publish_to: none
|
||||
environment:
|
||||
|
@ -21,9 +20,9 @@ dependencies:
|
|||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x_nnbd
|
||||
path: packages/symbol_table
|
||||
collection: ^1.15.0-nullsafety.4
|
||||
collection: ^1.15.0
|
||||
dev_dependencies:
|
||||
pedantic: ^1.0.0
|
||||
test: ^1.0.0
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.17.3
|
||||
executables:
|
||||
jaelfmt: jaelfmt
|
2
packages/jael/jael_preprocessor/AUTHORS.md
Normal file
2
packages/jael/jael_preprocessor/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.1
|
||||
* Fixed a bug where failed file resolutions would not become proper errors.
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: jael_preprocessor
|
||||
version: 4.0.0
|
||||
description: A pre-processor for resolving blocks and includes within Jael templates.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/jael/tree/master/jael_preprocessor
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
2
packages/json_god/AUTHORS.md
Normal file
2
packages/json_god/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.0-beta+3
|
||||
* Long-needed updates, ensured Dart 2 compatibility, fixed DDC breakages.
|
||||
* Patches for reflection bugs with typing.
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
name: json_god
|
||||
version: 4.0.0
|
||||
authors:
|
||||
- Tobe O <thosakwe@gmail.com>
|
||||
description: Easy JSON serialization and deserialization in Dart.
|
||||
homepage: https://github.com/thosakwe/json_god
|
||||
environment:
|
||||
|
@ -11,4 +9,4 @@ dependencies:
|
|||
logging: ^1.0.1
|
||||
dev_dependencies:
|
||||
stack_trace: ^1.10.0
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
2
packages/merge_map/AUTHORS.md
Normal file
2
packages/merge_map/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x NNBD
|
||||
|
||||
# 1.0.2
|
||||
* Add an example, for Pub's sake.
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@ name: merge_map
|
|||
description: Combine multiple Maps into one. Equivalent to Object.assign in JS.
|
||||
version: 2.0.0
|
||||
homepage: https://github.com/thosakwe/merge_map
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dev_dependencies:
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
||||
|
|
2
packages/mock_request/AUTHORS.md
Normal file
2
packages/mock_request/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
2
packages/model/AUTHORS.md
Normal file
2
packages/model/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.0.3
|
||||
* `idAsInt` returns `null` when `id` is `null`.
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_model
|
||||
version: 3.0.0
|
||||
description: Angel's basic data model class, no longer with the added weight of the whole framework.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/dukefirehawk/angel/packages/model
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dev_dependencies:
|
||||
|
|
2
packages/pretty_logging/AUTHORS.md
Normal file
2
packages/pretty_logging/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,2 +1,8 @@
|
|||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.0.0
|
||||
* Initial release.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: pretty_logging
|
||||
version: 4.0.0
|
||||
version: 3.0.0
|
||||
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
|
||||
#author: Tobe Osakwe <thosakwe@gmail.com>
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -9,4 +8,4 @@ dependencies:
|
|||
io: ^1.0.0
|
||||
logging: ^1.0.0
|
||||
dev_dependencies:
|
||||
pedantic: ^1.0.0
|
||||
pedantic: ^1.11.0
|
||||
|
|
2
packages/production/AUTHORS.md
Normal file
2
packages/production/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 1.0.0
|
||||
* Support SSL/HTTP2.
|
||||
* Support muting the logger via `--quiet`.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_production
|
||||
version: 3.0.0
|
||||
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/production
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
2
packages/pub_sub/AUTHORS.md
Normal file
2
packages/pub_sub/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.3.0
|
||||
* Allow `2.x` versions of `stream_channel`.
|
||||
* Apply `package:pedantic` lints.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: pub_sub
|
||||
version: 3.0.0
|
||||
description: Keep application instances in sync with a simple pub/sub API.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/pub_sub
|
||||
publish_to: none
|
||||
environment:
|
||||
|
|
2
packages/range_header/AUTHORS.md
Normal file
2
packages/range_header/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.2
|
||||
* Fix bug in `toContentRange` that printed invalid indices.
|
||||
* Fold header items by default.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: range_header
|
||||
version: 3.0.0
|
||||
description: Range header parser for Dart. Beyond parsing, a stream transformer is included.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/range_header
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
2
packages/route/AUTHORS.md
Normal file
2
packages/route/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 5.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 4.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 3.1.0+1
|
||||
* Accidentally hit `CTRL-C` while uploading `3.1.0`; this version ensures everything is ok.
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: angel_route
|
||||
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
|
||||
version: 5.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_route
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
@ -18,4 +17,4 @@ dev_dependencies:
|
|||
build_web_compilers: ^2.16.4
|
||||
http: ^0.13.0
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.5
|
||||
test: ^1.17.3
|
2
packages/static/AUTHORS.md
Normal file
2
packages/static/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.1.3+2
|
||||
* Prepare for upcoming change to File.openRead()
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
name: angel_static
|
||||
description: Static server middleware for Angel. Also capable of serving Range responses.
|
||||
version: 4.0.0
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
homepage: https://github.com/angel-dart/static
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
publish_to: none
|
||||
dependencies:
|
||||
angel_framework:
|
||||
git:
|
||||
|
|
2
packages/symbol_table/AUTHORS.md
Normal file
2
packages/symbol_table/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x NNBD
|
||||
|
||||
## 1.0.4
|
||||
* Added `context` to `SymbolTable`.
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: symbol_table
|
||||
version: 3.0.0
|
||||
version: 2.0.0
|
||||
description: A generic symbol table implementation in Dart, with support for scopes and constants.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/thosakwe/symbol_table
|
||||
publish_to: none
|
||||
environment:
|
||||
|
@ -9,4 +8,4 @@ environment:
|
|||
dependencies:
|
||||
collection: ^1.15.0
|
||||
dev_dependencies:
|
||||
test: ^1.15.7
|
||||
test: ^1.17.3
|
2
packages/test/AUTHORS.md
Normal file
2
packages/test/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.1
|
||||
* Update badge.
|
||||
* Handle userInfo + basic auth.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
author: Tobe O <thosakwe@gmail.com>
|
||||
description: Testing utility library for the Angel framework. Use with package:test.
|
||||
homepage: https://github.com/angel-dart/test.git
|
||||
name: angel_test
|
||||
description: Testing utility library for the Angel framework. Use with package:test.
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
version: 4.0.0
|
||||
publish_to: none
|
||||
environment:
|
||||
|
|
2
packages/validate/AUTHORS.md
Normal file
2
packages/validate/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
2
packages/websocket/AUTHORS.md
Normal file
2
packages/websocket/AUTHORS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tobe O <thosakwe@gmail.com>
|
||||
Thomas Hii <thomashii@dukefirehawk.com>
|
|
@ -1,3 +1,9 @@
|
|||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
# 2.0.3
|
||||
* Remove `WebSocketController.plugin`.
|
||||
* Remove any unawaited futures.
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
name: angel_websocket
|
||||
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
|
||||
version: 4.0.0
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
version: 3.0.0
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_websocket
|
||||
publish_to: none
|
||||
dependencies:
|
||||
angel_auth:
|
||||
git:
|
||||
|
@ -50,7 +49,7 @@ dev_dependencies:
|
|||
path: packages/model
|
||||
# logging: ^0.11.0
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.8
|
||||
test: ^1.17.3
|
||||
#dependency_overrides:
|
||||
# angel_framework:
|
||||
# path: ../framework
|
||||
|
|
Loading…
Reference in a new issue