Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

v0.8: document inherited methods - backwards-incompatible change

Latest
Compare
Choose a tag to compare
@fredemmott fredemmott released this 09 Feb 17:34
· 8 commits to main since this release

Inherited methods are now documented by default; this is a breaking change as it required changing the Index shape: 'types', 'newtypes', 'functions', 'classes', 'interfaces', and 'traits' have been changed from keyset<string> or dict<string, keyset<string>> to dict<string, Documentable>.