1. b52460a Bump @babel/traverse from 7.23.0 to 7.23.6 by dependabot[bot] · 5 months ago main
  2. 0c42b9c Bump loader-utils from 2.0.2 to 2.0.4 by dependabot[bot] · 5 months ago
  3. 664d1bb Merge pull request #157 from apache/154-yarn-to-npm by Randall Leeds · 5 months ago
  4. d99b8da Replace yarn with npm by Randall Leeds · 6 months ago
  5. a45684a Merge pull request #153 from apache/feature/152-Provide-template-files-for-GitHub-issues-and-PRs by Richard Eckart de Castilho · 7 months ago
  6. 30268c1 Issue #152: Provide template files for GitHub issues and PRs by Richard Eckart de Castilho · 7 months ago
  7. 4373cf2 Merge pull request #136 from apache/tweak-types by Gerben · 7 months ago
  8. 4b05bd1 Merge pull request #151 from apache/feature/150-Include-info-on-how-to-build-in-the-README by Richard Eckart de Castilho · 7 months ago
  9. 69335a5 Issue #150 - Include info on how to build in the README by Richard Eckart de Castilho · 7 months ago
  10. c3eac49 Issue #150 - Include info on how to build in the README by Richard Eckart de Castilho · 7 months ago
  11. 40c0a5c Merge pull request #147 from apache/refactoring/146-Update-dependencies by Richard Eckart de Castilho · 7 months ago
  12. 02b1cb4 #146 - Update dependencies by Richard Eckart de Castilho · 7 months ago
  13. 75991d0 Merge pull request #148 from apache/feature/Use-GitHub-actions-to-build-and-test-repo by Richard Eckart de Castilho · 7 months ago
  14. 88723e1 #149 - Set up automated build using GitHub actions by Richard Eckart de Castilho · 7 months ago
  15. b432a9c Merge pull request #134 from PermissionError/main by Richard Eckart de Castilho · 7 months ago
  16. ec20bba Update yarn.lock by PermissionError · 1 year, 5 months ago
  17. 5875ed9 Move refinedBy code into its own file by Gerben · 1 year, 6 months ago tweak-types
  18. 0ae18a7 Tweak types by Gerben · 1 year, 6 months ago
  19. 85bea5c Update package.json by Ray Ma · 1 year, 5 months ago
  20. 6264714 Merge pull request #132 from PermissionError/main by Gerben · 1 year, 5 months ago
  21. b4ec98d Fix build failures on Windows by Ray Ma · 1 year, 6 months ago
  22. 168c8a3 Use the default husky directory by Randall Leeds · 2 years ago v0.3.x v0.3.0-rc.1
  23. d66a8d1 Remove non-dist files from .ratignore by Randall Leeds · 2 years ago
  24. 6f3b6a1 Exclude .ratignore from git exports by Randall Leeds · 2 years ago
  25. caa9bd1 Add .gitattributes to .ratignore by Randall Leeds · 2 years ago
  26. 97461a7 Move SPDX header comments and remove copyright dates by Randall Leeds · 2 years ago
  27. 86fa6ff Bump versions to 0.3.0 by Randall Leeds · 2 years ago
  28. ebf70a5 Exclude some repo-related files from exports by Randall Leeds · 2 years ago
  29. 83bbffb Replace rimraf with shx and skip husky install when not in git by Randall Leeds · 2 years ago
  30. dcdf584 Merge pull request #121 from apache/dependabot/npm_and_yarn/node-fetch-2.6.7 by Randall Leeds · 2 years ago
  31. f6c2e15 Merge pull request #122 from apache/dependabot/npm_and_yarn/trim-off-newlines-1.0.3 by Randall Leeds · 2 years ago
  32. 7340bf8 Merge pull request #123 from apache/dependabot/npm_and_yarn/async-2.6.4 by Randall Leeds · 2 years ago
  33. 53fc5c9 Bump trim-off-newlines from 1.0.1 to 1.0.3 by dependabot[bot] · 2 years ago
  34. 28355de Bump async from 2.6.3 to 2.6.4 by dependabot[bot] · 2 years ago
  35. 0ef75ec Bump node-fetch from 2.6.0 to 2.6.7 by dependabot[bot] · 2 years ago
  36. c02ae79 Upgrade Husky from v4 to v7 by Randall Leeds · 2 years ago
  37. 535666e Better specify targets for modern code output by Randall Leeds · 2 years ago
  38. a540942 Drop support for Node.js v12 by Randall Leeds · 2 years ago
  39. b79d8e7 Remove upper bound on Node.js version by Randall Leeds · 2 years ago
  40. af1c6f1 Reduce Makefile repitition with dist variables by Randall Leeds · 2 years ago
  41. d78f69d Consistently use tabs in Makefile by Randall Leeds · 2 years ago
  42. 3f6dafa Use git archive instead of git clone by Randall Leeds · 2 years ago
  43. 635a3c6 Bump copyright year to 2022 by Randall Leeds · 2 years ago
  44. 0821e06 Merge pull request #117 from apache/esm-tests by Randall Leeds · 2 years, 5 months ago
  45. bed5006 Fix module resolver alias to work on Windows again by Randall Leeds · 2 years, 6 months ago
  46. 310ea6a Use simpler syntax for module resolution aliases by Randall Leeds · 2 years, 6 months ago
  47. b5be43d Report coverage for all files with c8 by Randall Leeds · 2 years, 6 months ago
  48. 6aa9d88 Allow Babel to use ECMAScript helpers in the test environment by Randall Leeds · 2 years, 6 months ago
  49. c8c1133 Resolve extensions on relative imports for webpack by Randall Leeds · 2 years, 6 months ago
  50. c65a41f Add Node.js v17 to workspace engines fields by Randall Leeds · 2 years, 6 months ago
  51. 071b4e6 Add Node.js v17 to top-level engines field by Randall Leeds · 2 years, 6 months ago
  52. 69b870d Run tests with real ECAMAScript modules by Randall Leeds · 2 years, 6 months ago
  53. 6b1e40b Require file extensions on relative imports by Randall Leeds · 2 years, 6 months ago
  54. 15b16b8 Replace chai with built-in strict assert by Randall Leeds · 2 years, 6 months ago
  55. b9fec4a Upgrade Mocha from v8.0.1 to v9.1.3 by Randall Leeds · 2 years, 6 months ago
  56. 5b19264 Reflect branch rename master→main by Gerben · 2 years, 8 months ago
  57. d5e92e3 Fix dependency: dom depends on selector by Gerben · 2 years, 8 months ago
  58. 7416047 Bump v0.1.0 → v0.2.0 (better late than never?) by Gerben · 2 years, 8 months ago
  59. a352fff Fix linter resolutions by Randall Leeds · 2 years, 10 months ago
  60. 392794f Copyright like it’s 2021. by Gerben · 2 years, 10 months ago v0.2.x v0.2.0 v0.2.0-rc.1
  61. 2c5acf8 Update and merge PR #107 (REUSE compliance) by Gerben · 2 years, 10 months ago
  62. fc5474d Make clean command clean more stuff by Gerben · 2 years, 10 months ago
  63. 991ad5f Please linter by Gerben · 2 years, 10 months ago
  64. 0071da0 Satisfy the Rat by Gerben · 2 years, 10 months ago
  65. 6475023 Add warning about issue #112. by Gerben · 2 years, 10 months ago
  66. 32f9fda Improve CssSelector docs by Gerben · 2 years, 10 months ago
  67. bdc0b32 Tiny fixes by Gerben · 2 years, 10 months ago
  68. d7656da Dedupe & refactor range comparison code by Gerben · 2 years, 10 months ago
  69. d98d35b Test all cases with DOM mutation by Gerben · 2 years, 10 months ago
  70. aeb2cd8 Add cases for matches in multiple nodes by Gerben · 2 years, 10 months ago
  71. 65b8c18 Add failing test changing DOM (text quote match) by Gerben · 2 years, 10 months ago
  72. 087776e Forgotten rename by Gerben · 2 years, 10 months ago
  73. 8e7f1fa Make highlightRange accept Node, rename to highlightText by Gerben · 2 years, 10 months ago
  74. cc99947 Simplify tests by Gerben · 2 years, 10 months ago
  75. 88baa29 Test for range without Text nodes (describe text quote) by Gerben · 3 years, 10 months ago
  76. d95ab66 …also in each package by Gerben · 2 years, 11 months ago
  77. b01648e Add node 16 to engines by Gerben · 2 years, 11 months ago
  78. e69c6d1 tweak documentation by Gerben · 2 years, 11 months ago
  79. adfdd09 Use node as scope in demo by Gerben · 2 years, 11 months ago
  80. 08575e9 Declare types for optimal-select dependency by Gerben · 2 years, 11 months ago
  81. 65cafd1 Run linter by Gerben · 2 years, 11 months ago
  82. c28d5d3 Merge branch 'allow-node-as-scope' (PR #110) by Gerben · 2 years, 11 months ago
  83. 0f8f897 Rename range-node-conversion.ts → to-range.ts by Gerben · 2 years, 11 months ago
  84. f1068ff Make all functions also accept a Node as scope by Gerben · 2 years, 11 months ago
  85. 9e11829 Make css matcher also accept a Node as scope by Gerben · 2 years, 11 months ago
  86. 7f9461d Make css matcher return an Element, not Range by Gerben · 2 years, 11 months ago
  87. cf54a84 Remove forgotten .only in tests by Gerben · 2 years, 11 months ago
  88. 9ed925e Document describeCss, tweak docs of describeText… by Gerben · 2 years, 11 months ago
  89. cf5a13c Make default scope of describeCss the whole document by Gerben · 2 years, 11 months ago
  90. c8ef340 Add describeCss & tests, document spec ambiguity by Gerben · 3 years ago
  91. 7f5667b tweak doc by Gerben · 3 years ago
  92. b0413a6 Add short typedoc @module descriptions by Gerben · 3 years ago
  93. 9c18a78 Make Readme point to docs on website by Gerben · 3 years ago
  94. 1224802 Improve hot module reloading in demo by Gerben · 3 years ago
  95. d18eb22 Simplify the ESLint module resolver configuration by Randall Leeds · 3 years ago
  96. 1f27df5 Lint cartesian.test.ts by Randall Leeds · 3 years ago
  97. 846870a Tweak typedoc config by Gerben · 3 years ago
  98. aee8d73 Fix link to demo source code by Gerben · 3 years ago
  99. 32fea01 Clean up remnants of in-browser tests by Gerben · 3 years ago
  100. 7690d5b Make web:build work again by Gerben · 3 years ago