Releases: g4s8/envdoc
Releases · g4s8/envdoc
v1.2.3 - handle unknown types
What's Changed
- fix: handle unknown field types gracefully by @g4s8 in #42
- chore(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 by @dependabot in #46
Full Changelog: v1.2.2...v1.2.3
v1.2.0 - docenv linter
v1.1.0
v1.0.1 - glob pattern fixes
- #26 - unescape quotes for
-files
and-types
glob patterns
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Deprecated
-type
and-all
CLI flags. - Introduced new flags with glob pattern:
-types
and-files
. - Multiple files and types support: add types resolver for project by package names.
For #23 - chore: refactor ast parser and inspector by @g4s8 in #24
Full Changelog: v0.2.4...v1.0.0
v0.2.4 - fix type with funcs
What's Changed
Full Changelog: v0.2.3...v0.2.4
v0.2.3 - process unexported types
What's Changed
- fix #18 by @schleicherse (panic on unexported type) with #19 by @g4s8
Full Changelog: v0.2.2...v0.2.3
Embedded struct fields
Support embedded struct fields as per #13 (by @lzakharov), PR: #17 (by @g4s8)
Fix type filter
Bug fix #14 by @g4s8 of #13 reported by @lzakharov
Support .env format and refactoring
What's Changed
- refactor: extract ast parser logic by @g4s8 in #9
- Support dotenv output format by @miniscruff in #10
- refactor: render templates refactoring by @g4s8 in #12
New Contributors
- @miniscruff made their first contribution in #10
Full Changelog: v0.1.2...v0.2.0