Added
&TextDelta.apply/2
and&TextDelta.apply!/2
Changed
- Moved repository under
deltadoc
organisation. - Text state is now represented with
TextDelta.state
type rather than
TextDelta.document
throughout the codebase.TextDelta.document
is still
there in form of an alias forTextDelta.state
.