2017-07-23 15:41:12 +00:00
|
|
|
# 1.0.7+2
|
|
|
|
Changed `ResponseContext.serialize`. The `contentType` is now set *before* serialization.
|
|
|
|
|
2017-07-11 20:48:19 +00:00
|
|
|
# 1.0.7+1
|
|
|
|
Moved the `Model` class into `package:angel_model`. No functionality was added or removed.
|
|
|
|
|
2017-07-10 23:08:05 +00:00
|
|
|
# 1.0.7
|
|
|
|
Added an `accepts` method to `RequestContext`. It's now a lot easier to tell which content types the
|
|
|
|
user accepts via the `Accept` header.
|