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: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
-
## 0.0.7
2
1
2
+
## 0.1.0
3
3
4
-
## 0.0.1+1
4
+
- Improvment: Documentation of the code
5
+
- Breaking: on both rest and socketio, you get exactly what feathers js send, we don't support any serializer or deserializer. So how previous version handle data is breaken
6
+
- Feature: Add event listen but not fully tested
7
+
- Authentication don't matter if you auth user with email/password. You can use email/password, phone/password, userName/password
8
+
- Feature: support now phone, email, etc, with password authentication
0 commit comments