Tobe O
112c0873bb
Export deprecated value
2019-08-07 21:56:15 -04:00
Tobe O
7190d0c28d
Fix directive test
2019-08-07 21:55:20 -04:00
Tobe O
8a9e0a278b
Parse variable as input value
2019-08-07 21:54:12 -04:00
Tobe O
ca21215016
VariableContext extends input value
2019-08-07 21:53:45 -04:00
Tobe O
1988b401a0
Update parser
2019-08-07 21:53:11 -04:00
Tobe O
b0c9ad7994
Update string_value
2019-08-07 21:49:18 -04:00
Tobe O
5e43d414ae
Update number_value
2019-08-07 21:48:41 -04:00
Tobe O
bf2ef30ade
Update misc_values
2019-08-07 21:48:12 -04:00
Tobe O
b26732d804
Update DirectiveContext
2019-08-07 21:46:38 -04:00
Tobe O
3383e522b6
Update default value
2019-08-07 21:45:44 -04:00
Tobe O
cd55bef9f6
Update boolean value
2019-08-07 21:45:24 -04:00
Tobe O
31fd0ba7b2
export input_value
2019-08-07 21:44:41 -04:00
Tobe O
87ab0b4230
Fix ValueContext
2019-08-07 21:44:25 -04:00
Tobe O
ae50e0dae7
Remove input value context
2019-08-07 21:43:24 -04:00
Tobe O
deb6673654
Add computeValue
2019-08-07 21:41:46 -04:00
Tobe O
225a83078b
Deprecate value in favor of constant; valueorvariable -> input value
2019-08-07 21:38:53 -04:00
Tobe O
63e5c99c96
Fix init
bug
2019-08-07 03:43:19 -04:00
Tobe O
af168281d9
Formatting + init server
2019-07-29 19:02:49 -04:00
Tobe O
3d5ac69ab2
Apply pedantic
2019-07-29 18:12:52 -04:00
Tobe O
e7df87d0c2
Add pedantic
2019-07-29 18:07:21 -04:00
Tobe O
bfdb681ec2
Add dry-run
2019-07-29 18:05:46 -04:00
Tobe O
bf5c4084b4
Jael formatter + 2.0.2
2019-07-29 18:01:24 -04:00
Axel LE BOT
b58172ba60
Edit Expose doc
2019-07-27 12:09:50 +02:00
Axel LE BOT
e2b5d4f135
Edit Controller.configureRoutes doc
2019-07-27 12:08:07 +02:00
Tobe O
5e9ddf2aad
Rm swp
2019-07-25 22:46:04 -04:00
Tobe O
e23fd2369f
2.0.4+1 (configureRoutes)
2019-07-25 22:45:47 -04:00
alex
611a785ffc
feat: use the new sembast store API
...
Also ran `dartfmt -w . --fix` to fix the lint warnings
2019-07-18 13:08:46 +02:00
Tobe Osakwe
6bad589fde
Merge pull request #86 from axellebot/patch-1
...
[FIX] Fixed wrong relationship example
2019-07-17 18:41:54 -04:00
thosakwe
650cf208fc
Expose-less ctrl done
2019-07-17 15:48:02 -04:00
thosakwe
0a9b5c118f
optional expose
2019-07-17 15:26:34 -04:00
thosakwe
91bc517b1f
decode+deserialize body
2019-07-17 15:05:51 -04:00
thosakwe
2fdfb848f0
Hostnamerouter done
2019-07-17 14:57:51 -04:00
thosakwe
ac71ffad0f
Hostname syntax parser
2019-07-17 13:47:30 -04:00
thosakwe
6a34a5462a
allowHttp1 test
2019-07-17 13:21:43 -04:00
thosakwe
5ba849d9b1
Add allowHttp1
2019-07-17 13:20:20 -04:00
thosakwe
efce4496fc
Offline downloading
2019-07-17 12:53:11 -04:00
thosakwe
ecdfacce27
Store boilerplates offline
2019-07-17 11:56:52 -04:00
thosakwe
0e63ee9e77
Heavy checkmark
2019-07-17 11:21:35 -04:00
thosakwe
427f81ee49
Update to 2.1.7
2019-07-17 11:18:49 -04:00
Axel Le Bot
c4e16206ea
Edited car list query
2019-07-13 13:20:59 +02:00
Tobe O
6ec67dde7b
delete swp
2019-07-08 20:24:25 -04:00
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
aacd91e267
Merge pull request #5 from tvolkert/http
...
Prepare for upcoming change to HttpRequest and HttpClientResponse
2019-07-08 20:17:26 -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
Axel Le Bot
e3280aeea0
[FIX] Fixed wrong relationship example
2019-07-06 18:19:19 +02:00
Tobe O
1b3e66d1dd
Remove unused imports
2019-07-04 17:53:32 -04:00