Skip to content

Commit

Permalink
Add datafy section to inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man authored and bbatsov committed Sep 3, 2022
1 parent 62ac5ad commit 68bfc66
Show file tree
Hide file tree
Showing 7 changed files with 1,618 additions and 186 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## master (unreleased)
* [#158](https://github.com/clojure-emacs/orchard/issues/158): Make classpath-namespaces resilient to faulty ns declarations.

### Changes

* [#161](https://github.com/clojure-emacs/orchard/pull/161): Add Datafy section to inspector and align section headers
* Add a `Datafy` section to the inspector. For more details, take a
look at the
[Datafiable](https://github.com/clojure-emacs/orchard/blob/master/doc/inspector.org#datafiable)
and
[Navigable](https://github.com/clojure-emacs/orchard/blob/master/doc/inspector.org#navigable)
sections of the Orchard inspector
[docs](https://github.com/clojure-emacs/orchard/blob/master/doc/inspector.org).
* Align all section headers to start with `---`.

## 0.9.2 (2022-02-22)

* Guard against OOMs in `orchard.java/member-info`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Right now `orchard` provides functionality like:

* enhanced apropos
* classpath utils (alternative for `java.classpath`)
* value inspector
* value [inspector](https://github.com/clojure-emacs/orchard/blob/master/doc/inspector.org)
* Java class handling utilities
* Utilities for dealing with metadata
* Namespace utilities
Expand Down
Loading

0 comments on commit 68bfc66

Please sign in to comment.