diff --git a/CHANGES.md b/CHANGES.md index 5fa971f..0863d85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,11 @@ Version: {{version}} ``` +### 2.0.9 + +* [new] Session support in FastBoot +* [new] Default to FastBoot request protocol and host if CouchDB URL is relative + ### 2.0.8 * [new] `belongs-to-collection` relationship with fastboot support diff --git a/TODO.md b/TODO.md index 62146d6..6e4b17e 100644 --- a/TODO.md +++ b/TODO.md @@ -25,10 +25,6 @@ ### fastboot * serialize `isNew` models -- include model `_state` -* push and retrieve session state from shoebox - // https://simplabs.com/blog/2016/12/06/out-of-the-box-fastboot-support-in-ember-simple-auth.html - // implementation might go to ember-cli-couch -* database urls in fastboot v.s. browser (might use `fastboot.request.host`) ### attachments