Commit graph

874 commits

Author SHA1 Message Date
Tobe O
02534d17e8 changelog 2019-07-08 20:24:09 -04:00
Tobe O
2f2295ed5a full changelog 2019-07-08 20:22:09 -04:00
Tobe Osakwe
bf1ad66b56
Merge pull request #239 from davidosborn/master
Accept any content type if accept header is missing
2019-07-08 20:21:31 -04:00
Tobe Osakwe
1be896288c
Merge pull request #39 from tvolkert/uint8list
Prepare for upcoming change to File.openRead()
2019-07-08 20:16:57 -04:00
Tobe Osakwe
4be830e17a
Merge pull request #237 from tvolkert/bytes
Prepare for upcoming Dart SDK breaking change
2019-07-08 20:16:09 -04:00
Todd Volkert
f83a874944 Prepare for upcoming Dart SDK breaking change
The SDK recently updated `BytesBuilder.takeBytes()` and
`BytesBuilder.toBytes()` to return `Uint8List` rather than
`List<int>`.

A similar change has updated `File.openRead()` to return
`Stream<Uint8List>` and `HttpClientResponse` to implement
`Stream<Uint8List>`.

This change makes the corresponding update in the angel framework.

https://github.com/dart-lang/sdk/issues/36900
2019-07-07 08:58:41 -07:00
Tobe O
2ca0e16dea Delete conflicting outputs in travis 2019-07-04 14:37:22 -04:00
Tobe O
f479212675 don't annotate initializing formals 2019-07-04 14:36:39 -04:00
Tobe O
03cf34b779 Patch travis to build before tests 2019-07-04 14:34:31 -04:00
Tobe O
c07bed94d5 Bump gen -> 2.5.0 2019-07-04 14:32:52 -04:00
Tobe O
447f479747 Apply pedantic lints 2019-07-04 14:32:34 -04:00
Tobe O
642a7d98a8 Finish subclass 2019-07-04 14:30:45 -04:00
Tobe O
a4b56e7885 Use whereType() instead of chaining where() and cast(). 2019-07-04 14:08:25 -04:00
Tobe O
165dd82813 Support mutation 2019-07-04 14:03:20 -04:00
Tobe O
8cdf71bea5 Update custom serializer doc 2019-07-04 13:54:17 -04:00
David Osborn
25c6ded16f Accept any content type if accept header is missing. 2019-06-30 23:15:20 -03:00
Todd Volkert
e3c291d913 Prepare for upcoming change to File.openRead()
An upcoming change to the Dart SDK will change the signature
of `File.openRead()` from returning `Stream<List<int>>` to
returning `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 13:12:54 -07:00
Tobe O
cc23c2a97e Bump 2019-06-06 12:19:16 -04:00
Tobe O
df90ce1bbc 2.1.3+1 2019-06-06 12:19:09 -04:00
Tobe O
f2b6ab69e2 bump to 2.0.3 2019-06-06 12:17:32 -04:00
Tobe O
5eef432e2a Curly brace fixes... 2019-06-06 10:37:27 -04:00
Tobe O
99cef39faa Fix control flow formatting 2019-06-06 10:33:40 -04:00
Tobe O
d0e765dcd4 +1 2019-05-31 16:24:13 -04:00
Tobe O
9df72be406 Bump to 2.0.2 2019-05-31 00:20:20 -04:00
Tobe O
97d52a6984 Split Controller.configureServer 2019-05-30 23:57:09 -04:00
Tobe O
07d1ce0944 Make ResponseContext *explicitly* implement StreamConsumer 2019-05-30 23:52:07 -04:00
Tobe O
49942cc841 curly braces in control flow 2019-05-30 23:49:00 -04:00
Tobe Osakwe
4aec4c5cec
Create FUNDING.yml 2019-05-29 03:06:49 -04:00
Tobe O
6dd7ffea03 Bump version 2019-05-02 19:29:43 -04:00
Tobe O
fd53da891f 2.1.3 2019-05-02 19:29:09 -04:00
Tobe O
f29050f7df Bump to 2.0.1 2019-05-02 18:57:51 -04:00
Tobe O
99c5933af3 Tests done 2019-05-02 18:56:43 -04:00
Tobe O
e57de0bd04 unnecessary new/const removal 2019-05-02 18:48:31 -04:00
Tobe O
1ed6736257 Call RequestContext.close in Driver.sendResponse. 2019-05-02 18:46:07 -04:00
Tobe O
28b6f84051 Fix 404 hole 2019-05-02 18:37:32 -04:00
Tobe O
28aae83d96 Listen on Level.ALL 2019-05-01 19:32:55 -04:00
Tobe O
b8a9f36746 Prettylog handle fine, config 2019-05-01 19:29:51 -04:00
Tobe O
e5d9a0851e gen@2.4.4 2019-04-30 11:44:01 -04:00
Tobe O
177a550a9e Depend on 2.0.0 2019-04-29 12:48:06 -04:00
Tobe O
23bc65e257 Update homepage link 2019-04-29 00:19:07 -04:00
Tobe O
5b67f3a240 Bump to 2.0.0 2019-04-29 00:18:31 -04:00
Tobe O
b648fdf65d Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
Tobe O
e692f27972 2.0.0-rc.10 2019-04-28 13:44:47 -04:00
Tobe O
0420046d7e Fix up hooked service 2019-04-25 22:24:15 -04:00
Tobe O
3202329490 Bump to 2.0.0-rc.8 (patch remove all) 2019-04-20 15:04:59 -04:00
Tobe O
5e1004f7a8 2.0.0-rc.7 2019-04-20 12:22:52 -04:00
Tobe O
0bb19fe7bc Readdata for map and anon 2019-04-20 12:15:09 -04:00
Tobe O
2004877696 Make redirects + download async 2019-04-19 03:46:44 -04:00
Tobe O
96b27a402b Clean up README 2019-04-18 12:18:39 -04:00
Tobe O
f90bcfe27b Fix error handling 2019-04-18 12:09:37 -04:00