Skip to content

Commit 42c6dda

Browse files
committed
Updating with generated changelog
1 parent 5fa4e87 commit 42c6dda

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -80,31 +80,8 @@ console.log('Feathers Todo Knex service running on 127.0.0.1:3030');
8080

8181
You can run this example by using `node server` and going to [localhost:8080/todos](http://localhost:8080/todos). You should see an empty array. That's because you don't have any Todos yet but you now have full CRUD for your new todos service!
8282

83-
## Changelog
84-
85-
__2.1.0__
86-
87-
- Use internal methods instead of service methods directly
88-
89-
__2.0.0__
90-
91-
- Refactoring to be independent from Knex module
92-
- Compatibility with latest common Feathers service specification
93-
94-
__1.2.0__
95-
96-
- Babel 6 support, Object.assign polyfill and CommonJS module backwards compatibility
97-
98-
__1.1.0__
99-
100-
- Compatibility with latest service tests
101-
102-
__1.0.0__
103-
104-
- Initial release
105-
10683
## License
10784

108-
Copyright (c) 2015
85+
Copyright (c) 2016
10986

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

0 commit comments

Comments
 (0)