We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the release of Yrs v0.18, some core functions changed and should be updated in the library.
*_unobserve_*()
yunobserve()
yxmlelem()
yxmltext()
ybranch_write_transaction()
ybranch_read_transaction()
YBranchId
ybranch_id()
ybranch_get()
ybranch_alive()
All items above include the bindings and unit tests.
Breaking changes
Doc.XmlElement()
Doc.XmlFragment()
XmlElement
XmlFragment
Doc.XmlText()
XmlText
The text was updated successfully, but these errors were encountered:
@SebastianStehle FYI, I'll work on this.
Sorry, something went wrong.
Awesome. I am looking forward to the new branch pointers :)
LSViana
Successfully merging a pull request may close this issue.
With the release of Yrs v0.18, some core functions changed and should be updated in the library.
*_unobserve_*()
bindings with call toyunobserve()
yxmlelem()
yxmltext()
ybranch_write_transaction()
ybranch_read_transaction()
YBranchId
:ybranch_id()
ybranch_get()
ybranch_alive()
All items above include the bindings and unit tests.
Breaking changes
Doc.XmlElement()
Doc.XmlFragment()
for root-level types and then create anXmlElement
inside of theXmlFragment
.Doc.XmlText()
Doc.XmlFragment()
for root-level types and then create anXmlText
inside of theXmlFragment
.The text was updated successfully, but these errors were encountered: