Releases: 0xTheProDev/Operational-Transformation
Releases · 0xTheProDev/Operational-Transformation
v0.2.2 - @otjs Minor Release
What's Changed
- Bump async from 2.6.3 to 2.6.4 in /examples/collaborative-editors by @dependabot in #103
- (chore) Workspace: Pnpm as Dependency Manager by @0xTheProDev in #119
- (chore) @otjs/utils: Generic Event Emitter Implementation by @0xTheProDev in #121
Changelog: https://github.com/0xTheProDev/Operational-Transformation/blob/main/CHANGELOG.md#v022
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - Patch Release to Fix Security Vulnerabilities
What's Changed
- (docs) README: Add Repository Logo to README by @0xTheProDev in #95
- (refactor) @otjs/ace: Update tooltip-marker.ts by @lakbychance in #99
- (chore) @otjs/*: Upgrade All Dependencies and Dev Dependencies by @0xTheProDev in #102
Changelog: https://github.com/0xTheProDev/Operational-Transformation/blob/main/CHANGELOG.md#v021
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - @otjs is out
Happy Dussehra Everyone 🎉
What's Changed
Changelog: https://github.com/0xTheProDev/Operational-Transformation/blob/main/CHANGELOG.md#v020
Full Changelog: v0.1.1...v0.2.0
Thanks to @lakbychance and @satyamvats5 for their invaluable contribution for this release.
v0.1.1 - Patch Release for Universal Application
v0.1.1 - First Public Release
Added
- Add package
@operational-transformation/plaintext
- Handles Trannsformation Logic related to Plain Text content and content changes. - Add package
@operational-transformation/plaintext-editor
- Handles integration between a Plain Text Editor and a Central Server, and keeps contents of all Plain Text Editors associated with the Central Server in sync via Plain Text Operational Transformations. - Add package
@operational-transformation/state-machine
- Handles State Transitions and Side Effects in each stages of Synchronization between Client (e.g., Editor) and Server.