Skip to content

Commit 5bc205b

Browse files
committed
Updating with generated changelog
1 parent e6d3544 commit 5bc205b

1 file changed

Lines changed: 1 addition & 46 deletions

File tree

README.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -69,53 +69,8 @@ app.listen(port, function() {
6969

7070
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.
7171

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)
99-
- Proper documentation
100-
101-
__0.2.0__
102-
103-
- Unknown
104-
105-
__0.1.2__
106-
107-
- Unknown
108-
109-
__0.1.1__
110-
111-
- Unknown
112-
113-
__0.1.0__
114-
115-
- Initial release
116-
11772
## License
11873

119-
Copyright (c) 2015
74+
Copyright (c) 2016
12075

12176
Licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)