Skip to content
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

Handle readOnly & writeOnly #42

Merged
merged 4 commits into from
Apr 24, 2018
Merged

Handle readOnly & writeOnly #42

merged 4 commits into from
Apr 24, 2018

Conversation

quen2404
Copy link
Member

@quen2404 quen2404 commented Apr 18, 2018

Diff should handle readOnly & writeOnly in a schema #16

@quen2404
Copy link
Member Author

@jmini In the next major release, the API will change with breaking compatibility.
Currently, each changed object implements two methods isDiffand isDiffBackwardCompatible which return booleans.
In the next release, each changed object will implement an unique method isChanged() which return an enum DiffResult.

@quen2404 quen2404 added this to the Release 2.0.0 milestone Apr 19, 2018
@quen2404 quen2404 merged commit cea2a24 into master Apr 24, 2018
@joschi joschi linked an issue May 24, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle writeOnly & readOnly in Schema
1 participant