Skip to content

Commit d69b0b3

Browse files
committed
Fixes #22. Fixes #3.
Start 0.6.0 development.
1 parent 43c45d8 commit d69b0b3

File tree

34 files changed

+1700
-2082
lines changed

34 files changed

+1700
-2082
lines changed

Gruntfile.js

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ module.exports = function (grunt) {
7474
options: {
7575
alias: [
7676
'lib/observe-js.js:observejs',
77-
'src/datastore/adapters/http/index.js:HttpAdapter',
78-
'src/datastore/services/index.js:services',
7977
'src/errors/index.js:errors',
8078
'src/utils/index.js:utils'
8179
],

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__Data store for Angular.js.__
44

5-
__Current version:__ 0.5.0
5+
__Current version:__ 0.6.0
66

77
Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.
88

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)