v0.5.0
github-actions
released this
22 Aug 18:09
·
39 commits
to refs/heads/main
since this release
Bug Fixes
- fix: nested category docs (BREAKING CHANGE) @joshbeard (#88)
- Previously, category docs that were nested under a parent document were not
returned in the response. This has been fixed. - BREAKING CHANGE: The response structure for the
category.GetDocs()
method
has changed. TheCategoryDocsChildren
struct has been removed and the
existingCategoryDocs
struct is now used for the nested category docs.
The existingChildren
field is present for nested docs, but ReadMe limits
the depth of the nested docs to 1 level. (Category -> Parent Doc -> Child)
- Previously, category docs that were nested under a parent document were not
- fix: pagination results are incomplete
- #84 broke pagination because it didn't properly append the results to the
response. This has been fixed.
- #84 broke pagination because it didn't properly append the results to the
Maintenance
- build(deps): bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 @dependabot (#85)
- category and docs test updates @joshbeard (#88)