Commit History

Author SHA1 Message Date
  Szymon Cofalik e24ad77c81 Range.containsRange introduced, operation/transform.js fixed order of returned operations, special case for one of MoveOperation by MoveOperation transformation scenarios. 10 years ago
  Szymon Cofalik e37b35de2e Range.intersectsWith() removed, Range.getCommon() renamed to Range.getIntersection(). 10 years ago
  Szymon Cofalik 2da81eba5f Range new methods: intersectsWith(), clone(), containsPosition(), getTransformedByInsertion(), getDifference(), getCommon() and createFromPositionAndOffset() 10 years ago
  Piotr Jasiun d7b83c4805 Introduced range static constructors. 10 years ago
  Piotrek Koszuliński 9dcf1d29c1 Use arrow functions. 10 years ago
  Piotrek Koszuliński 912c4c8e73 Tests: Replaced remaining var with let. 10 years ago
  Piotrek Koszuliński b1e8aa2c25 Tests: Use const for classes. 10 years ago
  Piotrek Koszuliński 3818bea86e Tests: Use const for modules. 10 years ago
  Szymon Cofalik 3baccd70c8 Fixed tests for Position, PositionIterator, Range and Text. 10 years ago
  Piotr Jasiun 0507f422e0 Use path to describe position instead of node + offset. Minor changes. 10 years ago
  Piotr Jasiun 826f7d2285 Range tests and bug fixes. 10 years ago