You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2021/01/28 10:54:28 UTC

[incubator-annotator] branch api-documenter updated (a81384f -> d2c0219)

This is an automated email from the ASF dual-hosted git repository.

gerben pushed a change to branch api-documenter
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


    omit a81384f  Set up tsdoc markdown generation
     add 4b2d6fb  Move from @annotator to @apache-annotator scope
     add a4d4b7a  Merge pull request #102 from apache/apache-annotator-scope
     add 69ead89  Add Deploy step to Travis CI config
     add b0a8028  Merge pull request #100 from chesterton-org/master
     add d2c0219  Set up tsdoc markdown generation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a81384f)
            \
             N -- N -- N   refs/heads/api-documenter (d2c0219)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .eslintrc.js                                    |  2 +-
 .travis.yml                                     |  7 +++++++
 README.md                                       | 13 +++++++------
 babel.config.js                                 |  2 +-
 packages/apache-annotator/api-extractor.json    |  4 ++--
 packages/apache-annotator/package.json          |  4 ++--
 packages/apache-annotator/src/dom/index.ts      |  2 +-
 packages/apache-annotator/src/index.ts          |  4 ++--
 packages/apache-annotator/src/selector/index.ts |  2 +-
 packages/dom/package.json                       |  4 ++--
 packages/dom/src/css.ts                         |  2 +-
 packages/dom/src/range/match.ts                 |  6 +++++-
 packages/dom/src/text-node-chunker.ts           |  2 +-
 packages/dom/src/text-position/describe.ts      |  4 ++--
 packages/dom/src/text-position/match.ts         |  4 ++--
 packages/dom/src/text-quote/describe.ts         |  4 ++--
 packages/dom/src/text-quote/match.ts            |  4 ++--
 packages/dom/test/text-position/match-cases.ts  |  2 +-
 packages/dom/test/text-position/match.test.ts   |  2 +-
 packages/dom/test/text-quote/describe-cases.ts  |  2 +-
 packages/dom/test/text-quote/match-cases.ts     |  2 +-
 packages/dom/test/text-quote/match.test.ts      |  2 +-
 packages/selector/package.json                  |  2 +-
 web/demo/index.js                               |  4 ++--
 24 files changed, 49 insertions(+), 37 deletions(-)