Packages

Inspecto (Inspect + Ecto) is a utility that helps inspect and summarize your Ecto schemas for documentation or other tools that require convenient reflection.

Current section

Files

Jump to
inspecto CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.4.0
- Modifies signature of `Inspecto.Schema.inspect/1` to return a more standard `:ok` or `:error` tuple.
- adds support for tracking table prefix
- adds support for tracking virtual fields
- updates dependencies to latest
## v0.3.0
Adds support for an `:h` option to specify heading level in generated HTML
## v0.2.1
Various fixes.
## v0.1.0
Initial release with all the needed functionality present.