You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-46Lines changed: 1 addition & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,53 +69,8 @@ app.listen(port, function() {
69
69
70
70
You can run this example with `npm start` from the cloned repository and going to [localhost:3030/messages](http://localhost:3030/messages). You will see the test Message that we created at the end of that file.
71
71
72
-
73
-
## Changelog
74
-
75
-
__0.7.0__
76
-
77
-
- Pulled out lodash and moved to using common utility methods from feathers-commons
78
-
79
-
__0.6.0__
80
-
81
-
- Use internal methods instead of service methods directly
82
-
83
-
__0.4.0/0.5.0__
84
-
85
-
- Migrate to new ES6 plugin infrastructure and support all advanced querying mechanisms ([#10](https://github.com/feathersjs/feathers-memory/pull/10))
86
-
87
-
__0.3.0__
88
-
89
-
- Fixing how the module is exported.
90
-
- Adding `PATCH` support back in
91
-
92
-
__0.2.2__
93
-
94
-
- Minor bug fixes
95
-
96
-
__0.2.1__
97
-
98
-
- Now utilizing [feathers-errors](https://github.com/feathersjs/feathers-errors)
0 commit comments