1. 486c59f Add test, fix bug by Gerben · 3 years, 8 months ago
  2. 35d3ebe More performance tweaking by Gerben · 3 years, 8 months ago
  3. 8823057 Change approach to choose prefix/suffix. by Gerben · 3 years, 8 months ago
  4. f9ce4f6 Update .travis.yml to only build master branch by Gerben · 3 years, 8 months ago
  5. 6a790ff Update test names and tweak some tests. by Gerben · 3 years, 8 months ago
  6. 871e51d Support multi-selection in demo by Gerben · 3 years, 8 months ago
  7. 83e00f8 Fix spec mismatch: RangeSelector’s start is inclusive. by Gerben · 3 years, 8 months ago
  8. 934746a Fix describeTextQuote’s clipping range to scope by Gerben · 3 years, 8 months ago
  9. 9e36aaf Fix forgotten scope→Range change by Gerben · 3 years, 8 months ago
  10. 267bbcb Merge pull request #88 from apache/range-as-dom-scope by Randall Leeds · 3 years, 8 months ago
  11. 1d8ca69 Rename util.ts→owner-document.ts by Gerben · 3 years, 8 months ago
  12. 14df40f Delete unused types.ts by Gerben · 3 years, 8 months ago
  13. e5f3d46 Fix some references to global `document` by Gerben · 3 years, 8 months ago
  14. 983f005 Fix default scope in describeTextQuote by Gerben · 3 years, 8 months ago
  15. b118253 Remove the no-relative-parent-imports eslint rule. by Gerben · 3 years, 8 months ago
  16. f4adabd Reintroduce ownerDocument(), now in util.ts by Gerben · 3 years, 8 months ago
  17. decfe8c Restrict DOM scopes to be instances of Range by Randall Leeds · 3 years, 8 months ago
  18. 0121bd2 Turn off the @typescript-eslint/require-await lint rule by Randall Leeds · 3 years, 8 months ago
  19. 05298c2 Raise the TypeScript target to es2018 by Randall Leeds · 3 years, 9 months ago
  20. fd7c72c Include all the tests in the root project by Randall Leeds · 3 years, 9 months ago
  21. 90336e1 Output declarations to the lib directory by Randall Leeds · 3 years, 9 months ago
  22. 2cea3e3 Merge branch 'demo-empty-quote' by Gerben · 3 years, 9 months ago
  23. da48584 Add comment to highlighter about using normalize() by Gerben · 3 years, 9 months ago
  24. a2806d4 Use a unified output directory with .js or .mjs extensions by Randall Leeds · 3 years, 9 months ago
  25. bca65b9 Export all types from @annotator/selector by Randall Leeds · 3 years, 9 months ago
  26. acf90a5 Add extensions to import and require statements in build by Randall Leeds · 3 years, 9 months ago
  27. 710e235 Add type qualifier to type-only imports by Randall Leeds · 3 years, 9 months ago
  28. 21cb6da Remove superfluous .js extension support in nyc by Randall Leeds · 3 years, 9 months ago
  29. 1ba5b4f Commit post-deduplication lockfile changes by Randall Leeds · 3 years, 9 months ago
  30. 675517b Deduplicate lockfile by Randall Leeds · 3 years, 9 months ago
  31. ca3cd02 Add Node.js 13 to CI test matrix by Randall Leeds · 3 years, 9 months ago
  32. 7edcecc Obssessive alphabetizing by Randall Leeds · 3 years, 9 months ago
  33. 06141b0 Add conditional exports by Randall Leeds · 3 years, 9 months ago
  34. f2246af Updated supported Node.js versions by Randall Leeds · 3 years, 9 months ago
  35. 32bba11 Remove baseUrl option in shared TypeScript configuration by Randall Leeds · 3 years, 9 months ago
  36. 924ee09 Include the validation tests in the top-level solution by Randall Leeds · 3 years, 9 months ago
  37. f9db3f2 Remove unnecessary /index in imports by Randall Leeds · 3 years, 9 months ago
  38. fbe4b94 Add TypeScript solution support to scripts by Randall Leeds · 3 years, 9 months ago
  39. a327076 Make .ratignore use the correct syntax by Randall Leeds · 3 years, 9 months ago
  40. 17e1d1a Add tsconfig.base.json to .ratignore by Randall Leeds · 3 years, 9 months ago
  41. 6d03197 Sort .gitignore by Randall Leeds · 3 years, 9 months ago
  42. 1659c20 Include all packages as projects for Typescript ESLint by Randall Leeds · 3 years, 9 months ago
  43. 26df739 Do not lint generated declaration files by Randall Leeds · 3 years, 9 months ago
  44. 7137b54 Enable minimal syntax polyfills in @babel/preset-env by Randall Leeds · 3 years, 9 months ago
  45. db8b26e Target only the latest ECMAScript standard by Randall Leeds · 3 years, 9 months ago
  46. 5a75d7c Remove dangling comma in a tsconfig.json file by Randall Leeds · 3 years, 9 months ago
  47. 6935bfc Make sure selector is built before dom by Randall Leeds · 3 years, 9 months ago
  48. e81082e Target the current node version for running tests by Randall Leeds · 3 years, 9 months ago
  49. bd010e0 Remove plain JavaScript from babel-register by Randall Leeds · 3 years, 9 months ago
  50. 9f584cb Simplify the mocha invocation by ignoring node_modules by Randall Leeds · 3 years, 9 months ago
  51. 9984acf Upgrade Travis environment from xenial to bionic by Randall Leeds · 3 years, 9 months ago
  52. c98dea0 Switch to a solution-style TypeScript configuration by Randall Leeds · 3 years, 9 months ago
  53. ecca786 Run CI tests on Node.js 14 by Randall Leeds · 3 years, 9 months ago
  54. 70a6460 Fix swapped assertion result and expectation by Randall Leeds · 3 years, 9 months ago
  55. d4e2c0f Clean up unnecessary .js and .ts extension options by Randall Leeds · 3 years, 9 months ago
  56. 3430aa5 Enable support for shipped ECMAScript proposals by Randall Leeds · 3 years, 9 months ago
  57. 43307f0 Enable esnext compilation for TypeScript by Randall Leeds · 3 years, 9 months ago
  58. 994fc24 Upgrade typescript from v3.8 to v3.9 by Randall Leeds · 3 years, 9 months ago
  59. 3ea6e80 Upgrade mocha from v7 to v8 by Randall Leeds · 3 years, 9 months ago
  60. 8eaef7c Enable the downlevelIteration TypeScript compiler option by Randall Leeds · 3 years, 9 months ago
  61. c00cf1c Enable @typescript-eslint/explicit-function-return-type rule by Randall Leeds · 3 years, 9 months ago
  62. 5c3c9dc Remove default exports by Randall Leeds · 3 years, 9 months ago
  63. f4c41fc Set @babel/typescript options by Randall Leeds · 3 years, 9 months ago
  64. 3337df7 Use type-only exports where applicable by Randall Leeds · 3 years, 9 months ago
  65. 1b31726 Apply automatic lint fixes by Randall Leeds · 3 years, 9 months ago
  66. 0053b2a Add missing ASL headers by Randall Leeds · 3 years, 9 months ago
  67. defd047 Add tsconfig.json to .ratignore by Randall Leeds · 3 years, 9 months ago
  68. 9de88db Add babel-register.js to ESLint files by Randall Leeds · 3 years, 9 months ago
  69. 6a86565 Make babel-register a little terser by Randall Leeds · 3 years, 9 months ago
  70. 17fb8a5 Upgrade ESLint and Prettier related dependencies by Randall Leeds · 3 years, 9 months ago
  71. 6a614da Lint the highlighter tests by Gerben · 3 years, 9 months ago
  72. 500af96 Support empty ranges in highlighter & demo by Gerben · 3 years, 10 months ago
  73. d4d933c Merge branch 'tweak-highlighter' by Gerben · 3 years, 9 months ago
  74. aa5bd9e Create tests for highlighter by Gerben · 3 years, 10 months ago
  75. d453e3a Support highlighting empty ranges by Gerben · 3 years, 10 months ago
  76. 519b231 Move test utils.ts one folder up by Gerben · 3 years, 10 months ago
  77. 6b38b35 Fix document->doc by Gerben · 3 years, 10 months ago
  78. 9642123 nitpicking by Gerben · 3 years, 10 months ago
  79. cff896a Remove excess space in package.json by Randall Leeds · 3 years, 10 months ago
  80. 35cc009 Apply automatic lint fixes by Randall Leeds · 3 years, 10 months ago
  81. f348d4d Fix lexical scope in switch case by Randall Leeds · 3 years, 10 months ago
  82. d9dcd28 Fix remaining test typecheck failures by Randall Leeds · 3 years, 10 months ago
  83. 1320153 Remove JSON module resolution in TypeScript by Randall Leeds · 3 years, 10 months ago
  84. 58a0421 Use a single tsconfig.json by Randall Leeds · 3 years, 10 months ago
  85. 230c0d2 Use names for inter-package references by Randall Leeds · 3 years, 10 months ago
  86. e59fb15 Lint the webpack config by Randall Leeds · 3 years, 10 months ago
  87. 3aeb518 Do not lint the demo build output by Randall Leeds · 3 years, 10 months ago
  88. 28821d6 Set up TypeScript linting with ESLint by Randall Leeds · 3 years, 10 months ago
  89. 8e24974 Get Babel module resolver working with TypeScript preset by Randall Leeds · 3 years, 10 months ago
  90. 2124faa update yarn.lock by Gerben · 3 years, 11 months ago
  91. 072fb59 Merge branch 'dom-tests' by Gerben · 3 years, 11 months ago
  92. 186fb93 Add some licence headers. by Gerben · 4 years ago
  93. e39f489 Simplify demo’s use of describeTextQuote by Gerben · 4 years ago
  94. dd005d5 Organise folder structure by Gerben · 4 years ago
  95. e5b7c8e Rename test files to end with '.test.ts' by Gerben · 4 years ago
  96. 0685f6b Test with custom/empty scopes and fix revealed mistakes by Gerben · 4 years ago
  97. 1ae61df Make match & describe handle empty quotes ‘correctly’ by Gerben · 4 years ago
  98. 771b9a3 Fix & simplify implementation of describeTextQuote by Gerben · 4 years ago
  99. bf22fe2 Some fixes to satisfy tests by Gerben · 4 years ago
  100. a1e7eb2 Simple (but failing!) tests for minimal prefix+suffix by Gerben · 4 years ago