Skip to main content


Maintain and serve a REST API to search PGXN mirrors

Changes for 0.20.1 - 2024-02-15T22:18:14Z

  • Fixed a bug where a testing extension's version and abstract was not properly indexed when there was no stable extension (and also unstable would not be indexed if there was no testing).
  • Fixed a bug where a user's JSON file was not updated for a testing release when there were no previous stable releases, or for an unstable release when there wer not previous testing releases.
  • The indexer now recognizes plain text files ending in `.txt` or `.text` as documentation files to be indexed. They're parsed by the default Text::Markup::None parser, which wraps their contents in a `<pre>` block (#13).
#13