All of the changes to the metamagical-interface
project are recorded in
this file. Changes are ordered from most recent to oldest versions.
(This will eventually be autogenerated)
-
Made
summary
shorter, moving inherited properties away. -
Added
.properties()
to list all properties in an object. -
summary
now returns a longer partial doc, rather than a short synopsis. -
Show hierarchy in the summary.
The first release of the REPL browser allows one to browse annotated objects in the Node REPL.
This includes the Browser object, which can inspect source code, documentation, and a summary for the object. And a TerminalDisplay object that tells the Browser how to display the information.
Displays are configurable, and need only to provide a .show
method
that defines how to render the Browser AST.