On 22/07/2021 08.06, Richard Eckart de Castilho wrote: > Hi, > > thanks for your work on Apache Annotator! > >> On 21. Jul 2021, at 18:06, Gerben <ger...@treora.com.INVALID> wrote: >> >> I propose we release Apache Annotator (incubating) 0.2.0. > It would be great if you could include some convenient release notes / list > of changes with the release candidate posting. This could include a proper > release notes file, an except of from the issue tracker with issues tagged > for this release. > > At least a link to the issue tracker for this release would be very > convenient. > > Best, > > -- Richard
Good point, thanks for the feedback. Perhaps we could start keeping a changelog file inside the repo. We currently do not associate particular issues with a particular planned release, but that may be a good idea too. Hereby still, for this release candidate, the main changes since v0.1.0: - all code is converted to TypeScript - the API is documented - many tests have been added - package names changed from “@annotator/…” to “@apache-annotator/…” - a meta-package was added that includes all the others in one package - it now supports TextPositionSelector - it now supports CssSelector in both directions (match & describe) - steps were made to apply text matching algorithms to other environments than the DOM - and many small fixes, tweaks and improvements More details can be found in the pull requests merged since last release: <https://github.com/apache/incubator-annotator/pulls?q=merged%3A%3E2020-05-30> — Gerben