Releases: numToStr/lemmy-help
Releases · numToStr/lemmy-help
v0.11.0
What's Changed
- feat: support deep access by @numToStr in #67
- feat: support
---@class <name>[: <parent>]
by @numToStr in #68 - feat: support identifier enum variant by @numToStr in #70
- feat: support
---@{protected,package,public}
by @numToStr in #71 - feat: language support in
---@usage
by @numToStr in #65 - feat: visitor pattern for vimdoc by @numToStr in #74
- feat: add
--indent
option by @numToStr in #75
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore: bump MSRV to 1.65.0 6f9425b
- feat: add
--layout
option and--layout=compact:n
by @numToStr in #59 - feat: add
--layout=mini:n
option by @numToStr in #60 - feat: support vararg (
...
) in---@param
by @numToStr in #62 - fix(vimdoc): wrap
---@return
type in parenthesis instead of curly brackets 59e9fa8
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.1
Full Changelog: v0.8.0...v0.8.1
What's Changed
v0.8.0
v0.7.0
v0.6.0
What's Changed
- feat: add
---@see
support in---@type
2b36e50 - feat: multiline
---@return
description by @numToStr in #33 - feat: multiline
---@usage
by @numToStr in #35 - ci(build): remove
armv7-unknown-linux-gnueabihf
target 040e48c - ci(build): add
{aarch64,x86_64}-unknown-linux-musl
targets 6f3fe4e - chore: bump MSRV to 1.63.0 9feafb0
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- change: replace
tabular
withcomfy-table
by @numToStr in #21 - change!: description should appear first in enum by @numToStr in #23
- feat: allow multiple
---@mod
per file 3880311 - feat: multiline
---@field
description by @numToStr in #24 - feat: add
---@toc
(Table of Contents) generation by @numToStr in #25 - feat!: add
--prefix-func
and--prefix-type
options by @numToStr in #29 - feat: multiline
---@param
description by @numToStr in #22 - feat: add
---@export
by @numToStr in #30
Full Changelog: v0.0.4...v0.5.0
v0.0.4
What's Changed
- chore!: tokenize file in one step by @numToStr in #14
- feat: scope support for
---@field
by @numToStr in #15 - feat: enum support via
---@alias
by @numToStr in #16 - fix:
---@param
with no description bc9eb17 - feat(cli): add
--prefix-class
and--prefix-alias
option @numToStr in #17 - feat: allow desc in
---@alias
enum by @numToStr in #18
Full Changelog: v0.0.3...v0.0.4