File tree Expand file tree Collapse file tree 6 files changed +185
-177
lines changed Expand file tree Collapse file tree 6 files changed +185
-177
lines changed Original file line number Diff line number Diff line change 55#
66# The email address is not required for organizations.
77#
8+ Alex <alexander.maznev@gmail.com>
89InternalFX <bryan@internalfx.com>
910Ivan Voznyakovsky <ivan.voznyakovsky@gmail.com>
1011Jason Dobry <jason.dobry@gmail.com>
Original file line number Diff line number Diff line change 1+ ##### 3.0.0-rc.3 - 18 August 2016
2+
3+ ###### Backwards compatible changes
4+ - #56 - Test Coverage (fetch, updateMany/createMany, addAction(s)) by @pik
5+
16##### 3.0.0-rc.2 - 13 August 2016
27
38###### Backwards compatible changes
Original file line number Diff line number Diff line change 11{
22 "name" : " js-data-fetch" ,
33 "description" : " HTTP adapter for js-data that uses the fetch API." ,
4- "version" : " 3.0.0-rc.2 " ,
4+ "version" : " 3.0.0-rc.3 " ,
55 "homepage" : " https://github.com/js-data/js-data-http" ,
66 "repository" : {
77 "type" : " git" ,
2121 " http"
2222 ],
2323 "dependencies" : {
24- "js-data-adapter" : " ~0.8.1 "
24+ "js-data-adapter" : " ~0.8.2 "
2525 },
2626 "peerDependencies" : {
2727 "js-data" : " ^3.0.0-rc.4"
Original file line number Diff line number Diff line change 11{
22 "name" : " js-data-http-node" ,
33 "description" : " Node.js HTTP adapter for js-data." ,
4- "version" : " 3.0.0-rc.2 " ,
4+ "version" : " 3.0.0-rc.3 " ,
55 "homepage" : " https://github.com/js-data/js-data-http" ,
66 "repository" : {
77 "type" : " git" ,
2222 " node.js"
2323 ],
2424 "dependencies" : {
25- "js-data-adapter" : " ~0.8.1 "
25+ "js-data-adapter" : " ~0.8.2 "
2626 },
2727 "peerDependencies" : {
2828 "axios" : " ^0.13.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " js-data-http" ,
33 "description" : " HTTP (XHR) adapter for js-data in the browser." ,
4- "version" : " 3.0.0-rc.2 " ,
4+ "version" : " 3.0.0-rc.3 " ,
55 "homepage" : " https://github.com/js-data/js-data-http" ,
66 "repository" : {
77 "type" : " git" ,
2424 " rest" ,
2525 " adapter" ,
2626 " http" ,
27+ " fetch" ,
2728 " browser" ,
2829 " xhr"
2930 ],
7475 "release" : " npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
7576 },
7677 "dependencies" : {
77- "js-data-adapter" : " ~0.8.1 "
78+ "js-data-adapter" : " ~0.8.2 "
7879 },
7980 "peerDependencies" : {
8081 "js-data" : " ^3.0.0-rc.4"
9596 "phantomjs-prebuilt" : " 2.1.12" ,
9697 "rollup-plugin-commonjs" : " 3.3.1" ,
9798 "rollup-plugin-replace" : " 1.1.1" ,
98- "uglify-js" : " 2.7.0 " ,
99- "whatwg-fetch" : " ^ 1.0.0"
99+ "uglify-js" : " 2.7.3 " ,
100+ "whatwg-fetch" : " 1.0.0"
100101 }
101102}
You can’t perform that action at this time.
0 commit comments