Releases: elwayman02/ember-data-github
Releases · elwayman02/ember-data-github
Merge pull request #240 from code0100fun/0.9.0
v0.9.0 (2019-10-11)
Enhancement
- #228 Upgrade to ember-cli-mirage ^1.1.0 (@code0100fun)
Committers: 2
- Brian Runnells (@Dhaulagiri)
- Chase McCarthy (@code0100fun)
v0.8.1: Merge pull request #197 from elwayman02/0.8.1
v0.8.1 (2018-09-27)
Bug Fix
- #196 Fix
headers.link
not being parsed.. (@jabrown85)
Internal
- #169 ember 3.1. (@Dhaulagiri)
Committers: 2
- Brian Runnells (Dhaulagiri)
- Jesse Brown (jabrown85)
Add support for GitHub repository contents
Fix issue with exporting mirage serializers
Bug Fix
- #161 move mirage application serializer to addon to avoid conflicts. (@Dhaulagiri)
Internal
- #162 lock ember-cli-mirage to 0.4.1. (@Dhaulagiri)
Committers: 1
- Brian Runnells (Dhaulagiri)
Retrieve repos by user!
v0.7.0 Released v0.7.0
Something for everybody
Enhancement
- #142 allow consuming apps to use mirage factories/models/serializers. (@Dhaulagiri)
- #140 Add github-compare. (@Dhaulagiri)
- #148 use embeddedrecord to pull user out of payloads. (@Dhaulagiri)
- #143 properly deprecate removed properties. (@Dhaulagiri)
- #137 Setup members relationship on organizations. (@Dhaulagiri)
- #138 rename user property on github-release to author. (@Dhaulagiri)
- #133 DRY up how attributes are deserialized. (@Dhaulagiri)
- #132 Model updates. (@Dhaulagiri)
- #131 remove github from relation property names. (@Dhaulagiri)
- #127 add additional fields to github-branch. (@Dhaulagiri)
- #123 Convert test suite to use mirage. (@Dhaulagiri)
Documentation
- #147 Better organize supported apis. (@Dhaulagiri)
- #146 generate changelog with lerna-changelog. (@Dhaulagiri)
- #134 Demo app. (@Dhaulagiri)
Internal
- #151 ember-cli-update to 3.0. (@Dhaulagiri)
- #145 chore(package): update ember-data to version 3.0.1. (@Dhaulagiri)
- #126 add tests for github-pull. (@Dhaulagiri)
Committers: 1
- Brian Runnells (Dhaulagiri)
0.5.0
0.5.0
Ember 2.17 Support
v0.4.0 Released v0.4.0
Ember 2.12 Support!
Tests are now fixed as well <3
Branch Support!
EDG now supports GitHub branches, and we've simplified the adapter logic, added tests, and documented how to use this addon in conjunction with ember-simple auth!
Huge thanks to @srvance for the hard work!