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

Latest commit

 

History

History
32 lines (18 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 905 Bytes

Change log

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)

0.x

[0.3.0] - 2016-07-08

  • 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.

[0.2.0] - 2016-05-27

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.