Skip to content

Releases: 0xTheProDev/Operational-Transformation

v0.2.2 - @otjs Minor Release

22 Feb 17:39
d64ba52
Compare
Choose a tag to compare

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

05 Apr 18:42
Compare
Choose a tag to compare

What's Changed

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

14 Oct 12:31
Compare
Choose a tag to compare

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

07 Sep 20:27
Compare
Choose a tag to compare

Fixed

  • Enable usage of the library in both Web (Browsers) and Node. Change library.globalObject to use this in Webpack Config. Issue - Fix

v0.1.1 - First Public Release

07 Sep 20:26
Compare
Choose a tag to compare

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.