1. 508869e Temporarily log the npmrc during deployment by Randall Leeds · 3 years, 1 month ago
  2. 1598653 Add some debugging to the publish command by Randall Leeds · 3 years, 1 month ago
  3. 09ad1f7 Move before_deploy block into the CI stage definition by Randall Leeds · 3 years, 1 month ago
  4. f7d6794 Use newer condition syntax for CI deploy stage by Randall Leeds · 3 years, 1 month ago
  5. 6ec1f9e Extract CI publish script into package.json by Randall Leeds · 3 years, 1 month ago
  6. 9119f8f Update CI npm token by Randall Leeds · 3 years, 1 month ago
  7. 9b65fd6 Add missing license headers by Randall Leeds · 3 years, 1 month ago
  8. c4fedab fixing header by Lina Ceballos · 3 years, 1 month ago
  9. 9360b43 adding license and copyright SPDX headers by Lina Ceballos · 3 years, 1 month ago
  10. 86d0278 improving license info in README by Lina Ceballos · 3 years, 1 month ago
  11. 9e290d1 creating LICENSES directory by Lina Ceballos · 3 years, 1 month ago
  12. 0ec75ed #104 fixed yarn start on windows by krismeister · 3 years, 2 months ago
  13. 8e00f8d Fetch deep history in Travis before deploying by Randall Leeds · 3 years, 3 months ago
  14. e8db78f Create release clones without tags by Randall Leeds · 3 years, 3 months ago
  15. 03f3bfd Remove yarn install script in CI by Randall Leeds · 3 years, 3 months ago
  16. 3f35c00 Do not cleanup the build before the CI deploy step by Randall Leeds · 3 years, 3 months ago
  17. d008592 Switch back to VM builds by Randall Leeds · 3 years, 3 months ago
  18. 25260df Switch to Ubuntu Focal and LXD for Travis builds by Randall Leeds · 3 years, 3 months ago
  19. 490a232 Publish from a single CI job by Randall Leeds · 3 years, 3 months ago
  20. 2ce103f Update publish command by Randall Leeds · 3 years, 3 months ago
  21. 2387fa1 Fix double negative options in lerna.json by Randall Leeds · 3 years, 3 months ago
  22. 8accc93 Restore 0.1.0 version number by Randall Leeds · 3 years, 3 months ago
  23. 5c39325 Move --pre-dist-tag and --preid options to publish command settings by Randall Leeds · 3 years, 3 months ago
  24. 79c5cf2 Remove trailing comma in lerna.json by Randall Leeds · 3 years, 3 months ago
  25. 2116a01 Do not push or tag automatically with lerna version by Randall Leeds · 3 years, 3 months ago
  26. 1e457de v0.2.0-dev.0 by Randall Leeds · 3 years, 3 months ago
  27. e2adf73 Set preid to dev in lerna.json by Randall Leeds · 3 years, 3 months ago
  28. f194f3c Use Travis Deployment v2 by Randall Leeds · 3 years, 3 months ago
  29. 3fbd430 Publish master to the dev tag from CI by Randall Leeds · 3 years, 3 months ago
  30. a2580d4 Merge pull request #103 from apache/babel-7-12 by Randall Leeds · 3 years, 3 months ago
  31. b0a8028 Merge pull request #100 from chesterton-org/master by Randall Leeds · 3 years, 3 months ago
  32. 69ead89 Add Deploy step to Travis CI config by Michael Lavrisha · 3 years, 3 months ago
  33. 82ce0b1 Remove workarounds for broken babel runtime ESM helpers by Randall Leeds · 3 years, 3 months ago
  34. 87e0114 Upgrade babel dependencies to v7.12 by Randall Leeds · 3 years, 3 months ago
  35. a4d4b7a Merge pull request #102 from apache/apache-annotator-scope by Randall Leeds · 3 years, 3 months ago
  36. 4b2d6fb Move from @annotator to @apache-annotator scope by Randall Leeds · 3 years, 3 months ago
  37. 1126e14 Merge pull request #99: Generate less minimal prefixes&suffixes by Gerben · 3 years, 4 months ago
  38. 8dd8995 Update tests by Gerben · 3 years, 4 months ago
  39. 149c7b3 Generate less minimal prefixes&suffixes by Gerben · 3 years, 4 months ago
  40. c4b5598 lint by Gerben · 3 years, 4 months ago
  41. 4c826b3 Tweak Seeker documentation (add @throws) by Gerben · 3 years, 4 months ago
  42. 6ecfaa2 Merge pull request #98 from apache/text-position by Gerben · 3 years, 4 months ago
  43. 009508c Distinguish absolute/relative Seeker, rename, document by Gerben · 3 years, 5 months ago
  44. 32dffb6 Move abstract code into @annotator/selector by Gerben · 3 years, 5 months ago
  45. e7b0327 Linting by Gerben · 3 years, 5 months ago
  46. c6062be Compare *extra* pre/suffix lengths (ignore sunk costs) by Gerben · 3 years, 5 months ago
  47. 173dbef Refactor pre/suffix disambiguation by Gerben · 3 years, 5 months ago
  48. a8c50a9 Refactor clip range to scope by Gerben · 3 years, 5 months ago
  49. 87c0199 This is what do–while was invented for :) by Gerben · 3 years, 5 months ago
  50. e6e091e Require all Chunkers to be non-empty by Gerben · 3 years, 5 months ago
  51. 4a93fa7 Make demo more challenging. by Gerben · 3 years, 5 months ago
  52. f702075 Export describeTextPosition & use it in demo by Gerben · 3 years, 5 months ago
  53. e877c9b Create basic tests for describe text position by Gerben · 3 years, 5 months ago
  54. 9830d68 Make CodePointSeeker.seekToChunk count units, not points by Gerben · 3 years, 5 months ago
  55. 2fdaf66 Handle half-characters in CodePointSeeker.seekToChunk by Gerben · 3 years, 5 months ago
  56. a2be2a5 Factor out chunkRangeToRange by Gerben · 3 years, 5 months ago
  57. d0237db Implement describe text position by Gerben · 3 years, 5 months ago
  58. 24599d2 Make ChunkSeeker interface, drop BoundaryPointer/DomSeeker by Gerben · 3 years, 5 months ago
  59. 91fad53 Make abstract TextPosition matcher by Gerben · 3 years, 5 months ago
  60. f6e78c3 Fix normalizeRange edge case by Gerben · 3 years, 5 months ago
  61. efb0619 Reimplement seeking to chunk by Gerben · 3 years, 5 months ago
  62. 18c83db Test&fix for empty quotes at chunk edges by Gerben · 3 years, 5 months ago
  63. 3cc034d Add babel class-properties plugin by Gerben · 3 years, 5 months ago
  64. dbc19dd Make describeTextQuote work again by Gerben · 3 years, 6 months ago
  65. 8518f30 Create Chunk(Range) equality tests by Gerben · 3 years, 6 months ago
  66. 140ed79 Simplify TextSeeker chunk access by Gerben · 3 years, 6 months ago
  67. 0ef8115 Make text quote search chunk by chunk by Gerben · 3 years, 6 months ago
  68. f054c96 Clean up interfaces, define NonEmptyChunker by Gerben · 3 years, 6 months ago
  69. 9755cdb add licences by Gerben · 3 years, 6 months ago
  70. 7b5e6d4 Split seek.ts into multiple files by Gerben · 3 years, 6 months ago
  71. bb9988c Extract node iteration into chunker by Gerben · 3 years, 6 months ago
  72. ac25875 Make Seeker a class that keeps char count. by Gerben · 3 years, 7 months ago
  73. d604bf6 Move dom-seek dependency into this repo by Gerben · 3 years, 7 months ago
  74. ccfd928 Implement text-position matching. by Gerben · 3 years, 7 months ago
  75. c14c8c6 Tweaks to cartesian rewrite by Gerben · 3 years, 7 months ago
  76. c6f0b10 Rewrite Cartesian product without dependencies by Randall Leeds · 3 years, 7 months ago
  77. 21de281 Make file extension handling consistent by Randall Leeds · 3 years, 7 months ago
  78. ef23df0 Remove unused eslint-disable comment by Randall Leeds · 3 years, 7 months ago
  79. 0177c9c Enable @typescript-eslint/consistent-type-imports rule and apply fixes by Randall Leeds · 3 years, 7 months ago
  80. 67a1353 Upgrade @typescript-eslint packages from v3.7.0 to v4.1.1 by Randall Leeds · 3 years, 7 months ago
  81. 2de1a07 Remove the import/no-internal-modules lint rule by Randall Leeds · 3 years, 7 months ago
  82. f50583b Mark annotator packages as internal for eslint-plugin-import by Randall Leeds · 3 years, 7 months ago
  83. bb78bd5 Copy the README and DISCLAIMER into every package by Randall Leeds · 3 years, 7 months ago
  84. 832a664 Update the README by Randall Leeds · 3 years, 7 months ago
  85. 13b6b35 Simplify TypeScript library support definition by Randall Leeds · 3 years, 7 months ago
  86. 6635e19 Remove extraneous parser option in ESLint configuration by Randall Leeds · 3 years, 7 months ago
  87. a5b400a Drop ESLint and TypeScript compilation target from es2018 to es2017 by Randall Leeds · 3 years, 7 months ago
  88. c5963bb Update the import order rules by Randall Leeds · 3 years, 7 months ago
  89. 18a1df0 Forbid importing absolute paths by Randall Leeds · 3 years, 7 months ago
  90. 66edfaf Make the build concurrent by Randall Leeds · 3 years, 7 months ago
  91. 363b360 Resolve sources to absolute filenames for development and testing by Randall Leeds · 3 years, 7 months ago
  92. 3f1243e Add meta-package reference to top-level tsconfig.json solution by Randall Leeds · 3 years, 7 months ago
  93. 23e0754 Add directory entries to package repository metadata by Randall Leeds · 3 years, 7 months ago
  94. 9eb9774 Autofix lint by Randall Leeds · 3 years, 7 months ago
  95. 311e8db Remove core-js dependency by Randall Leeds · 3 years, 7 months ago
  96. 6221881 Merge pull request #94 from apache/meta-package by Randall Leeds · 3 years, 7 months ago
  97. 8934df0 Add apache-annotator meta-package by Gerben · 3 years, 7 months ago
  98. db32ad5 Update babel to support "import * as" syntax by Gerben · 3 years, 7 months ago
  99. 3e8a105 Merge pull request #93 from apache/faster-describeTextQuote by Gerben · 3 years, 7 months ago
  100. 8300e73 Inline helper function by Gerben · 3 years, 7 months ago