-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
746 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["es2015"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Contributing | ||
|
||
[Read the Contributing Guide](http://js-data.io/docs/contributing). | ||
|
||
## Support | ||
|
||
[Find out how to Get Support](http://js-data.io/docs/support). | ||
|
||
## Community | ||
|
||
[Explore the Community](http://js-data.io/docs/community). | ||
|
||
### Have write access? | ||
|
||
To cut a release: | ||
|
||
1. Checkout master | ||
1. Bump version in `package.json` appropriately | ||
1. Run `npm run release` | ||
1. Update `CHANGELOG.md` appropriately | ||
1. Commit and push changes, including the `dist/` folder | ||
1. Make a GitHub release | ||
- set tag name to version | ||
- set release name to version | ||
- set release body to changelog entry for the version | ||
- attach the files in the `dist/` folder | ||
1. `npm publish .` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
(delete this line) GitHub Issues are NOT for support questions. | ||
(delete this line) GitHub Issues ARE for bug reports, feature requests, and other issues. | ||
(delete this line) Find out how to Get Support here: http://js-data.io/docs/support. | ||
|
||
<your detailed, discussable, actionable, and helpful text goes here> | ||
|
||
Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion) | ||
|
||
- [ ] - `npm test` succeeds | ||
- [ ] - Pull request has been squashed into 1 commit | ||
- [ ] - I did NOT commit changes to `dist/` | ||
- [ ] - Code coverage does not decrease (if any source code was changed) | ||
- [ ] - Appropriate JSDoc comments were updated in source code (if applicable) | ||
- [ ] - Approprate changes to js-data.io docs have been suggested ("Suggest Edits" button) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
InternalFX <[email protected]> Bryan <[email protected]> | ||
InternalFX <[email protected]> Bryan Morris <[email protected]> | ||
Jason Dobry <[email protected]> Jason Dobry <[email protected]> | ||
Kent C. Dodds <[email protected]> Kent C. Dodds <[email protected]> | ||
Robert Porter <[email protected]> Robert P <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,8 @@ bower_components/ | |
karma* | ||
guide/ | ||
doc/ | ||
webpack.config.js | ||
circle.yml | ||
|
||
.js-data-http.js | ||
.js-data-http/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This is the official list of js-data-angular project authors. | ||
# | ||
# Names are formatted as: | ||
# Name or Organization <email address> | ||
# The email address is not required for organizations. | ||
Andre Deutmeyer <[email protected]> | ||
Artemy Tregubenko <[email protected]> | ||
Asaf Katz <[email protected]> | ||
Chase Noel <[email protected]> | ||
Clark Pan <[email protected]> | ||
David Tang <[email protected]> | ||
Gabo Esquivel <[email protected]> | ||
Jason Aden <[email protected]> | ||
Jason Dobry <[email protected]> | ||
Kent C. Dodds <[email protected]> | ||
Loïc Mahieu <[email protected]> | ||
Nikolay <[email protected]> | ||
Peter Dave Hello <[email protected]> | ||
Shai Reznik <[email protected]> | ||
thorn0 <[email protected]> | ||
Tim Chen <[email protected]> | ||
Timothy Krell <[email protected]> | ||
vollnhals <[email protected]> | ||
Wes Cruver <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.