-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADD RxJsonSchema generic #1097
ADD RxJsonSchema generic #1097
Conversation
I removed http-server from |
close #1093 |
jfhbrook/node-ecstatic#256 will fix http-server |
1c643d8
to
cae728f
Compare
I fixed my commit, I forgot to push something, waiting on CI and we should be good? is the v8.1.1 ok? @pubkey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR. The code looks good. I added two comments on what should be changed. Then we can merge.
CHANGELOG.md
Outdated
|
||
Typings: | ||
- `RxDocument.getAttachment()` and `RxDocument.allAttachments()` did not return promises | ||
|
||
### 8.1.1 (2 May 2019) | ||
|
||
Typings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add your changes to the coming-soon block. Because I do not know atm when the next release will be and this would lead people into beleaving that 8.1.1 is already released.
package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "rxdb", | |||
"description": "A realtime Database for the Web", | |||
"version": "8.1.0", | |||
"version": "8.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change the version. This will happen on release.
UPDATE(docs) update RxJsonSchema w generic example
cae728f
to
1584603
Compare
Updated the version and README.md! Thanks! |
Awesome. Thank you very much. Merged. |
This PR contains:
Describe the problem you have without this PR
Make RxJsonSchema optionally generic to have type checking on
properties
andrequired
.Todos