-
Notifications
You must be signed in to change notification settings - Fork 11
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
Library review and improvements #18
Conversation
Review jsonpatch
Hey @visciang . Thanks for the feedback and huge effort! I am currently short on time and will try to have a look at it on the weekend. |
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.
Lots of changes 😅 . I iterated over it the first time.
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.
I like the changes.
The only nitpicking I have is about naming a module only Util
. The name is always an invitation for placing unrelated functions in one module. But I am fine for now with this as the scope of the lib is very small.
@corka149 may I ask you to push 2.0.0 on hex.pm? Thank you |
@visciang already done ;-) |
Hello @corka149,
thank you for the library!
We have evaluated the library while working on some JSON API related features.
During the evaluation we have fixed some bugs, extended some functionalities, etc.
The result is a major (2.0) jump, since some API signature have been changed, check out the CHANGELOG
for a summary.
We are currently using our internal fork of the library but we would like to contribute back.
Let us know if this can be accepted or not.
Thank you,
the Athonet Team ❤️ ❤️ ❤️