Skip to content

Releases: Okanjo/okanjo-app-server-docs

v3.0.0

22 Mar 03:11

Choose a tag to compare

  • Updated to support Hapi v20 / Joi v17
  • Supports Okanjo-App-Server v3
  • Supports Node v16

v2.0.0

25 Mar 20:28

Choose a tag to compare

Update for latest OkanjoServer + Hapi 18+

  • Updated example routes to Hapi 17+ format
  • Updated example app to work with OkanjoServer v2
  • Updated dependencies
  • Removed Changelog file (redundant with github releases page)
  • Removed Yarn
  • Updated travis build spec
  • DocService: Updated getRouteTable to work with latest Hapi
  • DocService: Updated _parameterize to work with latest Joi example spec
  • DocService: Removed console log, replace with app.dump instead

v1.1.1

10 Apr 22:27

Choose a tag to compare

  • Fixed an issue where excluded child properties were included

v1.1.0

10 Apr 21:47

Choose a tag to compare

Supports documentation of complex objects

  • getPublicRouteTable
    • Added children to json spec (recursive list of child properties)
    • Added default value to json spec if property has one
  • generateMarkdown
    • Added support for rendering recursive property children
  • getDocsPageMarkupTemplate
    • Added options param, currently to override CDN location using cdn param
  • Updated test site and unit tests to support changes
  • Incremented to version v1.1.0
  • Updated travis build for docs maintenance

v1.0.0

07 Feb 22:35

Choose a tag to compare

Initial public release, after 3 internal releases!