1. 09 Oct, 2020 1 commit
  2. 08 Oct, 2020 4 commits
  3. 07 Oct, 2020 6 commits
  4. 06 Oct, 2020 21 commits
  5. 05 Oct, 2020 5 commits
  6. 02 Oct, 2020 3 commits
    • Kyle Keating's avatar
      Convert types.coffee to js · 43f23cc5
      Kyle Keating authored
      - Convert types to js
      - Add missing test coverage in types module
      43f23cc5
    • Robert Knight's avatar
      Fix grammatical error in comment · 4033f872
      Robert Knight authored
      Respond to PR feedback by updating comments
      4033f872
    • Robert Knight's avatar
      Simplify XPath generation code · f2b25403
      Robert Knight authored
      For reasons that AFAIK are no longer relevant, there were two
      implementations of XPath generation for use in serializing range
      selectors. Since we're removing jQuery from the Hypothesis client, this
      removes the jQuery implementation and simplifies the remaining DOM-only
      one.
      
       - Remove jQuery XPath generation
      
       - Change the non-jQuery implementation to take DOM Nodes as input
         rather than jQuery collections
      
       - Simplify and add type documentation for the remaining implementation
      
       - Correct the documentation for `xpathFromNode`. The previous comments
         said that it _evaluated_ XPaths but actually it _generates_ them.
      f2b25403