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-24Lines changed: 1 addition & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,31 +80,8 @@ console.log('Feathers Todo Knex service running on 127.0.0.1:3030');
80
80
81
81
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!
82
82
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
0 commit comments