From 101cfc0f3082081c68be4aca264276fa48bb900e Mon Sep 17 00:00:00 2001 From: Brian Runnells Date: Wed, 14 Feb 2018 08:40:03 -0600 Subject: [PATCH] release 0.6.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675df78..fbb2230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## v0.6.0 (2018-02-14) + +#### Enhancement +* [#142](https://github.com/elwayman02/ember-data-github/pull/142) allow consuming apps to use mirage factories/models/serializers. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#140](https://github.com/elwayman02/ember-data-github/pull/140) Add github-compare. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#148](https://github.com/elwayman02/ember-data-github/pull/148) use embeddedrecord to pull user out of payloads. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#143](https://github.com/elwayman02/ember-data-github/pull/143) properly deprecate removed properties. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#137](https://github.com/elwayman02/ember-data-github/pull/137) Setup members relationship on organizations. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#138](https://github.com/elwayman02/ember-data-github/pull/138) rename user property on github-release to author. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#133](https://github.com/elwayman02/ember-data-github/pull/133) DRY up how attributes are deserialized. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#132](https://github.com/elwayman02/ember-data-github/pull/132) Model updates. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#131](https://github.com/elwayman02/ember-data-github/pull/131) remove github from relation property names. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#127](https://github.com/elwayman02/ember-data-github/pull/127) add additional fields to github-branch. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#123](https://github.com/elwayman02/ember-data-github/pull/123) Convert test suite to use mirage. ([@Dhaulagiri](https://github.com/Dhaulagiri)) + +#### Documentation +* [#147](https://github.com/elwayman02/ember-data-github/pull/147) Better organize supported apis. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#146](https://github.com/elwayman02/ember-data-github/pull/146) generate changelog with lerna-changelog. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#134](https://github.com/elwayman02/ember-data-github/pull/134) Demo app. ([@Dhaulagiri](https://github.com/Dhaulagiri)) + +#### Internal +* [#151](https://github.com/elwayman02/ember-data-github/pull/151) ember-cli-update to 3.0. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#145](https://github.com/elwayman02/ember-data-github/pull/145) chore(package): update ember-data to version 3.0.1. ([@Dhaulagiri](https://github.com/Dhaulagiri)) +* [#126](https://github.com/elwayman02/ember-data-github/pull/126) add tests for github-pull. ([@Dhaulagiri](https://github.com/Dhaulagiri)) + +#### Committers: 1 +- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri)) + ## 0.5.0 (2018-01-27) #### Enhancement diff --git a/package.json b/package.json index 7217333..d44a9ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-github", - "version": "0.5.0", + "version": "0.6.0", "description": "Ember Data abstraction for the GitHub API", "keywords": [ "ember-addon",