+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 127 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
## 0.5.0 (2018-01-27)

#### Enhancement
* [#125](https://github.com/elwayman02/ember-data-github/pull/125) Support fetching resources by id. ([@joshwlewis](https://github.com/joshwlewis))

#### Documentation
* [#120](https://github.com/elwayman02/ember-data-github/pull/120) use new imports in readme examples. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Internal
* [#121](https://github.com/elwayman02/ember-data-github/pull/121) ember-cli-update to 2.18. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#110](https://github.com/elwayman02/ember-data-github/pull/110) Update yarn lock. ([@elwayman02](https://github.com/elwayman02))

#### Committers: 3
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))
- Josh W Lewis ([joshwlewis](https://github.com/joshwlewis))


## v0.4.0 (2018-01-07)

#### Enhancement
* [#103](https://github.com/elwayman02/ember-data-github/pull/103) Add trees API support. ([@srvance](https://github.com/srvance))

#### Internal
* [#108](https://github.com/elwayman02/ember-data-github/pull/108) update to 2.17. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Stephen Vance ([srvance](https://github.com/srvance))


## v0.3.1 (2017-03-26)

#### Enhancement
* [#83](https://github.com/elwayman02/ember-data-github/pull/83) Pagination support. ([@appleton](https://github.com/appleton))
* [#79](https://github.com/elwayman02/ember-data-github/pull/79) Adding `htmlUrl` attribute to `github-user`. ([@alexander-alvarez](https://github.com/alexander-alvarez))

#### Committers: 4
- Alex Alvarez ([alexander-alvarez](https://github.com/alexander-alvarez))
- Andrew Appleton ([appleton](https://github.com/appleton))
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))
- Stephen Vance ([srvance](https://github.com/srvance))


## v0.3.0 (2016-12-19)

#### Enhancement
* [#73](https://github.com/elwayman02/ember-data-github/pull/73) Adapter simplification and branch query addition. ([@srvance](https://github.com/srvance))

#### Documentation
* [#72](https://github.com/elwayman02/ember-data-github/pull/72) Add docs for ember-simple-auth authentication. ([@srvance](https://github.com/srvance))

#### Internal
* [#69](https://github.com/elwayman02/ember-data-github/pull/69) Adapter tests. ([@srvance](https://github.com/srvance))

#### Committers: 3
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))
- Stephen Vance ([srvance](https://github.com/srvance))


## v0.2.0 (2016-09-13)

#### Enhancement
* [#53](https://github.com/elwayman02/ember-data-github/pull/53) Add github releases. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Internal
* [#54](https://github.com/elwayman02/ember-data-github/pull/54) remove ember-ajax. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#51](https://github.com/elwayman02/ember-data-github/pull/51) ember-cli-eslint 3.0.0. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#50](https://github.com/elwayman02/ember-data-github/pull/50) remove old jscs rules. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#52](https://github.com/elwayman02/ember-data-github/pull/52) Delete testem.json. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))


## v0.1.1 (2016-08-12)

#### Enhancement
* [#31](https://github.com/elwayman02/ember-data-github/pull/31) Organization -> User link. ([@topaxi](https://github.com/topaxi))

#### Committers: 4
- Chris Sedlmayr ([catchamonkey](https://github.com/catchamonkey))
- Damian Senn ([topaxi](https://github.com/topaxi))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))


## v0.1.0 (2016-04-12)

#### Internal
* [#11](https://github.com/elwayman02/ember-data-github/pull/11) Fix style issues. ([@elwayman02](https://github.com/elwayman02))
* [#10](https://github.com/elwayman02/ember-data-github/pull/10) Upgraded to Ember 2.x. ([@sivakumar-kailasam](https://github.com/sivakumar-kailasam))

#### Committers: 2
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))
- Sivakumar Kailasam ([sivakumar-kailasam](https://github.com/sivakumar-kailasam))


## v0.0.6 (2015-07-20)

#### Enhancement
* [#8](https://github.com/elwayman02/ember-data-github/pull/8) More informations in githubRepository model & githubUser model. ([@Nainterceptor](https://github.com/Nainterceptor))
* [#7](https://github.com/elwayman02/ember-data-github/pull/7) Add branch model. ([@jimmay5469](https://github.com/jimmay5469))

#### Committers: 2
- Jimmy Lauzau ([jimmay5469](https://github.com/jimmay5469))
- [Nainterceptor](https://github.com/Nainterceptor)


## v0.0.4 (2015-05-05)

#### Enhancement
* [#6](https://github.com/elwayman02/ember-data-github/pull/6) Add repository owner relationship. ([@jimmay5469](https://github.com/jimmay5469))

#### Committers: 1
- Jimmy Lauzau ([jimmay5469](https://github.com/jimmay5469))


## v0.0.2 (2015-05-04)

#### Enhancement
* [#5](https://github.com/elwayman02/ember-data-github/pull/5) Prevent extra records in the store because of id casing. ([@jimmay5469](https://github.com/jimmay5469))

#### Committers: 1
- Jimmy Lauzau ([jimmay5469](https://github.com/jimmay5469))
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember serve",
"test": "ember try:each"
"test": "ember try:each",
"changelog": "lerna-changelog"
},
"dependencies": {
"ember-cli-babel": "^6.9.0"
Expand Down Expand Up @@ -49,11 +50,23 @@
"ember-source": "~2.18.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"lerna-changelog": "^0.7.0",
"loader.js": "^4.2.3"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"changelog": {
"repo": "elwayman02/ember-data-github",
"labels": {
"breaking": "Breaking Change",
"enhancement": "Enhancement",
"bug": "Bug Fix",
"documentation": "Documentation",
"internal": "Internal"
},
"ignoreCommitters": ["greenkeeper[bot]"]
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
Expand Down
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载