Revision history for rakudoc 0.2.4 2021-05-03T20:40:29-04:00 - Fix portability issue (do not call .read-dist on CompUnit::Repository::Distribution) 0.2.3 2021-05-03T18:00:03-04:00 - Copy simplified Documentable class into Rakudoc::Documentable, to remove complex dependency 0.2.2 2021-05-02T17:57:46-04:00 - Import test-doc data directly to this repo (copied from Raku/Documentable), rather than rely on outdated testdata repo, to fix running tests without git submodule init. 0.2.1 2021-05-02T16:00:08-04:00 - Rename to "rakudoc" from "Rakudoc"; "zef install rakudoc" will just work - Look for docs in distribution files (resources/*, bin/*, etc.) - Allow 'rakudoc ./path/to/a/file.rakudoc' to work 0.2.0 2021-05-01T13:37:34-04:00 - Rewrite of some client internals - Use '.foo' to search for 'foo' method / subroutine - Indexing using '-b' switch - Multiple doc directories supported, using $*REPO and RAKUDOC environemnt variable - RAKUDOC_PAGER environment variable - RAKUDOC_DATA environment variable for cache / index storage directory - Faster caching - Display all matches, not only the first one - Display full text of matching CompUnit if it does not contain Pod docs