Commit History

Author SHA1 Message Date
  Szymon Cofalik 7f2f73cde7 ChangeOperation._execute() re-add removed error throws. 10 years ago
  Szymon Cofalik da7f5584da Tests: transformOperation remove Document dependency in tests. 10 years ago
  Szymon Cofalik 37dfda19b1 transformOperation docs and code style changes. 10 years ago
  Szymon Cofalik 8438201de8 Tests: move expectOperation from tools.js to transformoperation.js. 10 years ago
  Szymon Cofalik b1748f2537 Tests: new and changed tests for Position. 10 years ago
  Szymon Cofalik e894065a1c Position.parentPath to Position.getParentPath(). 10 years ago
  Szymon Cofalik 425937287f ChangeOperation.conflictsAttributesWith moved to transformOperation module. 10 years ago
  Szymon Cofalik e37b35de2e Range.intersectsWith() removed, Range.getCommon() renamed to Range.getIntersection(). 10 years ago
  Szymon Cofalik 26d1df9abc Position.isBefore() and Position.isAfter() introduced. 10 years ago
  Piotr Jasiun 58a9931712 Docs: Added one more example to the utils.compareArrays. 10 years ago
  Szymon Cofalik ec733ad5cc Moved OT algorithms from operations classes to separate module named transformOperation. 10 years ago
  Szymon Cofalik 299cc4ec38 Typo in Document. 10 years ago
  Szymon Cofalik 80d50ab757 Tests: JSCS and JSHint errors. 10 years ago
  Szymon Cofalik e90d45cc55 Tests: renamed and refactored tests for MoveOperation OT. 10 years ago
  Szymon Cofalik 6411ab6057 Tests: renamed tests for InsertOperation OT. 10 years ago
  Szymon Cofalik 662327ded2 Tests: renamed tests for ChangeOperation OT. 10 years ago
  Szymon Cofalik 7d3d60a159 Tests: removed duplicated tests for ChangeOperation. 10 years ago
  Szymon Cofalik c8d551b584 Tests: moved helper function expectOperation to tools.js. 10 years ago
  Szymon Cofalik 9ea00683c3 JSCS and JSHint errors. 10 years ago
  Szymon Cofalik 6c40aadaad MoveOperation.clone() and MoveOperation OT introduced. 10 years ago
  Szymon Cofalik d396e16de9 InsertOperation.clone() and InsertOperation OT introduced. 10 years ago
  Szymon Cofalik 9632e9e10d ChangeOperation OT introduced. 10 years ago
  Szymon Cofalik 2da81eba5f Range new methods: intersectsWith(), clone(), containsPosition(), getTransformedByInsertion(), getDifference(), getCommon() and createFromPositionAndOffset() 10 years ago
  Szymon Cofalik 708ed546dc ChangeOperation._execute() removed some throwed errors, ChangeOperation.clone() introduced. 10 years ago
  Szymon Cofalik c84d2dd2b9 Operation.getTransformedBy() docs updated, Operation.clone() docs introduced. 10 years ago
  Szymon Cofalik 8dc8dd82bb NoOperation introduced. 10 years ago
  Szymon Cofalik 33dcde5df5 Changed name in document tests. 10 years ago
  Szymon Cofalik c9fe7c1197 MoveOperation minor improvements + code style in tests. 10 years ago
  Szymon Cofalik f6b672e468 Position.getCombined(), .getTransformedByInsertion() and .getTransformedByDeletion() introduced. 10 years ago
  Szymon Cofalik e6cc261b3e Position.compareWith() introduced. 10 years ago