All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [VHDL, doc] Support alias in package.
- [VHDL, doc] Bold more standard types.
- Rename project from
thdl
tohdl
.
- [VHDL] Ignore directories having .vhdl? extension in name.
- [VHDL, gen] Add missing
to_str()
call for record attributes. - [VHDL] Fix reading .hdl.yml config file when no extra arguments are provided.
- [VHDL, doc] Support package variables.
- [VHDL, gen] Support unknown types in generated records.
- [VHDL, gen] Support generated enumerations in generated records.
- [vet] Add possibility to vet only single file.
- [VHDL, doc] Protected types are documented in html.
- [VHDL, doc] Protected types are included in the package summary.
- [VHDL, gen] Initial support for enumeration and record types.
- [VHDL, doc] Initial support for HTML generation.
- [VHDL, doc] Change library summary sections to: Entities, Packages, Testbenches.
- [VHDL, doc] Support protected type.
- [VHDL, doc] Actual names used in library summary, not lowercased.
- [VHDL, doc] Improved array, enumeration and record type declarations scanning.
- [VHDL, doc] Package summary is printed instead of full package code.
- [VHDL, doc] Fixed keywords bolding in strings and comments.
First users release.