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
---@usageby @numToStr in #65 - feat: visitor pattern for vimdoc by @numToStr in #74
- feat: add
--indentoption 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
--layoutoption and--layout=compact:nby @numToStr in #59 - feat: add
--layout=mini:noption by @numToStr in #60 - feat: support vararg (
...) in---@paramby @numToStr in #62 - fix(vimdoc): wrap
---@returntype 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
---@seesupport in---@type2b36e50 - feat: multiline
---@returndescription by @numToStr in #33 - feat: multiline
---@usageby @numToStr in #35 - ci(build): remove
armv7-unknown-linux-gnueabihftarget 040e48c - ci(build): add
{aarch64,x86_64}-unknown-linux-musltargets 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
tabularwithcomfy-tableby @numToStr in #21 - change!: description should appear first in enum by @numToStr in #23
- feat: allow multiple
---@modper file 3880311 - feat: multiline
---@fielddescription by @numToStr in #24 - feat: add
---@toc(Table of Contents) generation by @numToStr in #25 - feat!: add
--prefix-funcand--prefix-typeoptions by @numToStr in #29 - feat: multiline
---@paramdescription by @numToStr in #22 - feat: add
---@exportby @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
---@fieldby @numToStr in #15 - feat: enum support via
---@aliasby @numToStr in #16 - fix:
---@paramwith no description bc9eb17 - feat(cli): add
--prefix-classand--prefix-aliasoption @numToStr in #17 - feat: allow desc in
---@aliasenum by @numToStr in #18
Full Changelog: v0.0.3...v0.0.4