Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
Fixes #347
Fixes #353
Fixes #356
  • Loading branch information
jmdobry committed Mar 18, 2016
1 parent 4a41c1c commit 7b2a250
Show file tree
Hide file tree
Showing 32 changed files with 746 additions and 565 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

27 changes: 27 additions & 0 deletions .github/CONTRIBUTING.md
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 .`
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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!
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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)
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ build_examples/browserify/bundle.js
build_examples/webpack/bundle.js
build_examples/webpack_es6/bundle.js
build_examples/webpack_es6_2/bundle.js
.js-data-http.js
.js-data-http/
5 changes: 5 additions & 0 deletions .mailmap
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]>
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ bower_components/
karma*
guide/
doc/
webpack.config.js
circle.yml

.js-data-http.js
.js-data-http/
24 changes: 24 additions & 0 deletions AUTHORS
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]>
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### 3.2.0 - 17 March 2016

###### Backwards compatible bug fixes
- #347 - BindOne recomputing computed properties
- #353 - jshint or standard?
- #356 - Multiple parents isn't working

##### 3.1.1 - 20 September 2015

Stable Version 3.1.0
Expand Down
24 changes: 0 additions & 24 deletions CONTRIBUTING.md

This file was deleted.

173 changes: 0 additions & 173 deletions Gruntfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Jason Dobry
Copyright (c) 2014-2016 js-data-angular project authors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
11 changes: 6 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Jason Dobry",
"author": "js-data-angular project authors",
"name": "js-data-angular",
"description": "Angular wrapper for js-data (originally angular-data).",
"homepage": "http://www.js-data.io/docs/js-data-angular",
"homepage": "https://github.com/js-data/js-data-angular",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-angular.git"
Expand All @@ -13,17 +13,18 @@
".*",
"*.iml",
"src/",
"Gruntfile.js",
"node_modules/",
"doc",
"coverage",
"test",
"package.json"
],
"devDependencies": {
"angular-1.3.2": "angular#1.3.2",
"angular-mocks-1.3.2": "angular-mocks#1.3.2"
},
"dependencies": {
"js-data": ">=2.0.0",
"js-data-http": ">=2.0.0",
"js-data": ">=2.0.0 <3",
"angular": ">=1.1.0"
}
}
Loading

0 comments on commit 7b2a250

Please sign in to comment.