Skip to content

Releases: apidoc/apidoc

apidoc-1.2.0

23 Aug 12:39
1.2.0
Compare
Choose a tag to compare

What's Changed

  • add support for api-data.json file output by @gemal in #1427

New Contributors

Full Changelog: 1.1.0...1.2.0

apidoc-1.1.0

14 Jul 17:56
1.1.0
Compare
Choose a tag to compare

1.1.0

  • Upgrade dependencies

apidoc-1.0.3

01 Jun 14:58
1.0.3
Compare
Choose a tag to compare

1.0.3

  • Fix warning triggered by code example (fix #1384 via #1391 by Emmanuel Saracco)
  • Fix issue with apiSuccessExample parsiing (fix #1365 via #1366 by Emmanuel Saracco)

apidoc-1.0.2

30 Apr 21:03
1.0.2
Compare
Choose a tag to compare

1.0.2

  • Fix group name with parenthesis causing scrollspy error

apidoc-1.0.1

26 Apr 20:58
1.0.1
Compare
Choose a tag to compare

1.0.1

  • Fix incorrect version

1.0.0

BREAKING CHANGE

  • Requires Node v16 minimum (end of support for Node 14 is April 30th 2023)

Bugfixes

  • Fix issue with non latin group names (fix #1331)
  • Fix bundle not being generated unless in debug mode (fix #1350)

Contributed changes

apidoc-1.0.0

26 Apr 20:52
1.0.0
Compare
Choose a tag to compare

1.0.0

BREAKING CHANGE

  • Requires Node v16 minimum (end of support for Node 14 is April 30th 2023)

Bugfixes

  • Fix issue with non latin group names (fix #1331)
  • Fix bundle not being generated unless in debug mode (fix #1350)

Contributed changes

apidoc-0.54.0

10 Feb 22:27
0.54.0
Compare
Choose a tag to compare

0.54.0

  • Add cache busting system for assets with query parameter (PR #1333 by @Elysiome, fix #1332)
  • Let browser generate content-type for sending form-data (PR #1327 by @thenewvu, fix #1122, fix #1309, fix #1234)
  • Fix exclude filters option description: add note about always excluded files/folder
  • Improve assignment of conditional variable values (#1296 by MichalS)
  • Handle @apiDefine when producing warnings (PR #1305 by Lucas Cimon, fix #1305)
  • Update chinese translations (PR #1304 by Jony Young)

apidoc-0.53.1

17 Oct 17:12
0.53.1
Compare
Choose a tag to compare

0.53.1

  • Add tsx to default extensions parsed. (fix #1290)
  • Compare methods with lowercase strings (fix #1284)
  • Upgrade some dependencies

apidoc-0.53.0

06 Sep 11:18
0.53.0
Compare
Choose a tag to compare

Fix issue with aloneDisplay and non-ascii characters (#1273 by @KujoMiva)

apidoc-0.52.0

17 Jul 22:36
0.52.0
Compare
Choose a tag to compare

0.52.0

  • Allow cn, zh_cn or zh for Chinese language option and display meaningful message in console on error. fix #1248
  • Update example files to not display an error (#1210)
  • Update dependencies