Socket
Socket
Sign inDemoInstall

ember-data-github

Package Overview
Dependencies
221
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

mirage-support/factories/github-member.js

19

CHANGELOG.md

@@ -0,1 +1,20 @@

## 0.7.1 (2018-03-20)
#### Bug Fix
* [#161](https://github.com/elwayman02/ember-data-github/pull/161) move mirage application serializer to addon to avoid conflicts. ([@Dhaulagiri](https://github.com/Dhaulagiri))
#### Internal
* [#162](https://github.com/elwayman02/ember-data-github/pull/162) lock ember-cli-mirage to 0.4.1. ([@Dhaulagiri](https://github.com/Dhaulagiri))
#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
## v0.7.0 (2018-02-23)
#### Enhancement
* [#153](https://github.com/elwayman02/ember-data-github/pull/153) Retrieve Repo List By User. ([@elwayman02](https://github.com/elwayman02))
#### Committers: 1
- Jordan Hawker ([elwayman02](https://github.com/elwayman02))
## v0.6.0 (2018-02-14)

@@ -2,0 +21,0 @@

4

mirage-support/serializers/github-compare.js

@@ -1,5 +0,5 @@

import ApplicationSerializer from './application';
import EmberDataGithubSerializer from './ember-data-github';
import { underscore } from '@ember/string';
export default ApplicationSerializer.extend({
export default EmberDataGithubSerializer.extend({
include: ['mergeBaseCommit', 'baseCommit', 'files', 'commits'],

@@ -6,0 +6,0 @@

@@ -1,5 +0,5 @@

import ApplicationSerializer from './application';
import EmberDataGithubSerializer from './ember-data-github';
export default ApplicationSerializer.extend({
export default EmberDataGithubSerializer.extend({
include: ['user']
});

@@ -1,5 +0,5 @@

import ApplicationSerializer from './application';
import EmberDataGithubSerializer from './ember-data-github';
export default ApplicationSerializer.extend({
export default EmberDataGithubSerializer.extend({
include: ['author']
});

@@ -1,5 +0,5 @@

import ApplicationSerializer from './application';
import EmberDataGithubSerializer from './ember-data-github';
export default ApplicationSerializer.extend({
export default EmberDataGithubSerializer.extend({
include: ['owner']
});
{
"name": "ember-data-github",
"version": "0.7.0",
"version": "0.7.1",
"description": "Ember Data abstraction for the GitHub API",

@@ -20,3 +20,3 @@ "keywords": [

"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests mirage-support",
"start": "ember serve",

@@ -41,3 +41,3 @@ "test": "ember try:each",

"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mirage": "^0.4.1",
"ember-cli-mirage": "0.4.1",
"ember-cli-qunit": "^4.1.1",

@@ -44,0 +44,0 @@ "ember-cli-release": "1.0.0-beta.2",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc