Historique des commits

Auteur SHA1 Message Date
  Piotr Jasiun 8077100f1d Renamed getAttrIterator to getAttrs. il y a 10 ans
  Piotr Jasiun 50ebc2d68c Removed _getAttrCount() and replaced it with getIteratorCount( element.getAttrIterator() ). il y a 10 ans
  Piotr Jasiun 5afb45822d Added tests for getAttrIterator(). il y a 10 ans
  Piotrek Koszuliński 5ecd6d8705 Use arrow functions. il y a 10 ans
  Piotrek Koszuliński 29abb5eac9 Tests: Replaced remaining var with let. il y a 10 ans
  Piotrek Koszuliński 0cb38cff40 Tests: Use const for classes. il y a 10 ans
  Piotrek Koszuliński 9a84a27b6a Tests: Use const for modules. il y a 10 ans
  Piotr Jasiun 3350345f4f Tests: Added missing tests for Node.getPath(). il y a 10 ans
  Piotr Jasiun 3de1e0f4c0 Changed Node.positionInParent to Node.getIndex(). il y a 10 ans
  Szymon Cofalik f901920eb9 Code style corrections for tests. il y a 10 ans
  Szymon Cofalik 8fa0e62797 Fixed tests for Node and NodeList. il y a 10 ans
  Szymon Cofalik 00de57cc53 Changed .to(.be).equal(s) to .to.equal. il y a 10 ans
  Piotr Jasiun 5b30957885 Changed to.be.equals to to.equals. il y a 10 ans
  Piotr Jasiun 25436bed3d Renamed protected getAttrCount to _getAttrCount. il y a 10 ans
  Piotr Jasiun 3f9e03bba5 Attributes are copied. il y a 10 ans
  Piotr Jasiun 44c73fc817 Use Set for nodes. il y a 10 ans
  Piotr Jasiun b507784d70 Docs and tests for Node.setAttr and Node.removeAttr. il y a 10 ans
  Piotr Jasiun 6e8e884b6b Node attributes are private now. il y a 10 ans
  Piotr Jasiun fcd746d600 element.children is now protected. il y a 10 ans
  Piotr Jasiun 6ee121fe42 makePositionFromParentAndOffset, makePositionBefore and makePositionAfter do not need root as a parameter. Added node.root getter property. il y a 10 ans
  Piotr Jasiun 3e96198449 Removed nodeList.push. Introduced element.insertChildren. Element can be created with children. Parent is added automatically when node is inserted. il y a 10 ans
  Piotr Jasiun 4a04fe28de Introduced NodeList class. il y a 10 ans
  Piotr Jasiun ed86d8d9f4 Use CKEditorError. il y a 10 ans
  Piotr Jasiun 5d730ee0fe Tests for getAttr and hasAttr il y a 10 ans
  Piotr Jasiun 699811d898 Introduced node.positionInParent property. il y a 10 ans
  Piotr Jasiun c71dd418b6 Remove globals declarations. il y a 10 ans
  Piotr Jasiun d276982a35 Introduced node, element and character classes. il y a 10 ans