2020 Updates

26 Dec

  • New API Reference: Browsers can now cache the API Reference instead of requesting it every time from our servers.

25 Dec

  • New API Reference: Added an option to show content type header for requests with body.
  • Improvement Raw HTML: On saving/importing a page that has raw HTML, we now provide a verbose message which lets you know the first occurrence of raw HTML that prevented the operation.

24 Dec

  • New Dashboard: You can now access a dashboard which provides you with latest comments and drafts pages so you can know where to start your day.
  • New OpenAPI3: OpenAPI3 support is no longer in Beta 🎉
  • New API Reference: Loading state now appears when switching to an API Reference for your readers.
  • New More Keyboard Shortcuts: More keyboard shortcuts available to navigate through DeveloperHub.
  • Improvement Quick Switcher: Quick Switcher now looks through everything, not just the documentation you're on now.
  • Improvement Quick Switcher: You can now navigate using keyboard keys between search results.
  • Change DOM & CSS: Many changes to DOM and CSS changes have been made to allow us to build new features. Please review your project to ensure sustained compatibility.

16 Dec

  • Improvement Performance: Projects with multiple versions would load magnitudes faster now.

9 Dec

  • Bug Fix Export: Exporting a documentation having the same page title for multiple parent pages used to merge pages in one folder.

8 Dec

  • Bug Fix Overlapping Items: Search items used to overlap with code block lines due to incorrect z-index.
  • Bug Fix Go to top: Clicking on a link for landing page did not use to scroll to top.

7 Dec

  • Improvement Import/Export: On export we ensure that all filenames have different titles so imports would not fail due to duplicate titles.

2 Dec

  • New Search through API: We added a searchAPI to let you search your documentation from your website.
  • Bug Fix API Reference: Schemas of type array did not show type correctly.

28 Nov

  • Change Max upload size: Max upload size is now capped at 20MB.
  • Change Max page size: Max page size on upload is 2MB. Enough to have all the words in Oxford dictionary.
  • Improvement Page drag & drop: Index autoscrolls when dragging a page and dropping it somewhere far in the index.
  • Bug Fix Custom event: onsectionchange did not work as expected after category drag/drop changes on 1 Oct.
  • New Custom Javascript: On changing custom javascript, we will validate your script automatically and warn you if it is syntactically incorrect.

24 Nov

  • Bug Fix Duplicate Blocks: Duplicating a code block and changing its content would change content for both blocks.

21 Nov

  • New Search Scope: Modify search bar scope to search through only active documentation or reference using advanced settings.
  • Improvement Variables in Search: Variables are now resolved when searching.

17 Nov

  • Bug Fix Page Import: Page import used to break reverting to older history.
  • New Specific CSS Classes: Specific classes are now also available for links in the index to help with customising CSS.
  • Bug Fix Page Ordering: Page ordering could fail after a page was inserted under a category.

16 Nov

  • New Beta See who's editing: See which teammates are viewing the page you are on and who is editing it right below the Activity tab.

14 Nov

  • Bug Fix Page Saving: Pages could not be saved for the first time when their title had a dot in it.

9 Nov

  • New Category Pages: Create new pages under category directly by pressing the next to the category title.
  • New Manual Category Toggling: Ability to allow manual toggling of categories when they are collapsible.

5 Nov

  • Improvement API References: Updated our third party tools of validation API specs, increasing success rate.
  • Improvement API References: Circular references are now handled by providing the object type.
  • Bug Fix Export: Project export was broken when a project contains a separator in a documentation index.

25 Oct

  • New Separator: Add separators to the index.
  • Improvement Index Page Link: Link to other parts of your documentation in the index to open the links in the same tab.
  • New Mobile Index: Mobile index has been redesigned to match the full index experience instead of a minimal dropdown.
  • New Specific CSS Classes: Added specific classes for each index item based on the slug and internal ID. This is to help with hiding pages#hiding-page for example.

10 Oct

  • Bug Fix User roles: Admins were not able to change other user roles from Team sidebar.
  • Bug Fix Landing page: Landing page was not rendered for a few customers where they had links after categories.

1 Oct

  • New Expandable Categories: Set categories to collapse by default.
  • Improvement Categories drag & drop: Categories now carry the pages with them when dragged and dropped.

3 Sep

  • New Analyse links: Analyse all links inside a version in one-go.
  • New Notify Breaking Links: We'll notify you of all page links that will break when deleting a page.

30 Aug

  • New User roles: Teammates can have different roles.

28 Aug

  • Improvement Images: Images now retain highest quality on upload.

19 Aug

  • Bug Fix Cloning Version: Cloning versions having OpenAPI 3 references was broken.

12 Aug

  • New UI Translation: Change UI text for each individual documentation directly from Documentation Settings.

11 Aug

  • Bug Fix Import: Importing files containing numbers in their file name could have aborted import.
  • Bug Fix Import: Importing files having blocks followed by a separator fails to show the block.
  • Improvement Empty Documentation: Documentation with no published pages no longer shows in documentation list.
  • Bug Fix Code Blocks: Pressing space while changing a code block title used to close the settings.

9 Aug

  • Improvement GA Tracking: Google Analytics tracking for custom landing page to content links.

4 Aug

  • New OneOf/AnyOf Support: OneOf/AnyOf keywords are now supported for requests and responses when used in top-level of schema.

1 Aug

  • Improvement Faster Page Load: For your readers, pages get cached on the client-side, eliminating network request to read pages again.

26 Jul

  • Bug Fix References - Requests: Requests code generation incomplete when switching between API references.
  • Improvement References - Performance: Faster rendering of references.

6 Jul

  • Improvement Collapsible Code Block: Code blocks having more than 100 lines have collapsible content automatically.
  • Change Privacy Policy: We have modified our Privacy Policy to include our new address.

30 Jun

  • New Index Access: Provide access to the index of a documentation when onsectionchange custom event is dispatched.
  • Change Customise Class CSS: Added a second class to .customise which identifies the section type documentation , references or landing-page.

24 Jun

  • New OpenAPI 3: OpenAPI 3 beta support is available.

21 Jun

  • New Local Image Imports: Images in an assets local folder can be imported in the DeveloperHub import ZIP file.
  • Improvement Imports: DeveloperHub imports can be unordered.

16 Jun

  • New Allow Reference Download: Introduced option to allow API References to be downloaded publicly.

10 Jun

  • New Inline Block in Headings: Added support for inline blocks in headings.
  • Bug Fix Page Selector Updating: Page selector did not update sometimes previously when new pages are added in the same session.

6 Jun

  • Bug Fix Page Heading Slugs: When linking between pages, headings with symbols were generating slugs incorrectly.
  • Improvement Page Loading Position: When jumping to a heading after a page load, now it positions better to the heading top if the page has lots of content.

3 Jun

  • Bug Fix Code Block Saving: Edits were not saved correctly inside code blocks.
  • Improvement Code Block Tabs: Titled code blocks with no syntax highlighting would still show tab title.

2 Jun

  • Bug Fix Code Blocks Hiding: Code blocks contents hide irregularly at some page loads.
  • New New Code Language: Added YAML language.

1 Jun

  • New Code Languages: Added Scala, Squirrel and XML. Added HTML as a language (instead of general Markup).
  • Improvement Streamlined Coding: All code blocks are tiny IDEs now with syntax highlighting enabled in edit mode, respect for indentation, key bindings and smarter syntax formatting. Code block changes do not need an extra save click anymore. Syntax highlights where you edit. Pasting code from external sources leaves no extra new lines. 🎉
  • New Code Style: --code-font and --code-font-size can be modified using Custom CSS to modify code font and code font-size all around the platform.

27 Mar

  • Change Code Font: Modified the font used for code to be Roboto Mono as it has better compatibility. Inline code also has this font rather than default font.
  • Improvement Font Fallback: Added font fallback for better compatibility.
  • Improvement Response Schema colours: Arrays and files show in purple font colour rather than default black.

26 Mar

  • Improvement Drag and Drop: Blocks can be dragged from the icon.
  • Improvement Drag and Drop: Versions, documentation and references can be dragged from the icon.
  • Improvement Quick Switcher: Quick switcher orders pages by newer to older for faster search.

25 Mar

  • Improvement Copy blocks: Added minimal support for copying blocks between pages or same page.
  • Improvement Keyboard accessibility: More keyboard accessibility support for adding inline blocks, variable listing, page link listing and others.

23 May

  • New Keyboard Keys: Add keyboard keys as inline blocks to content ↵
  • Improvement Inline Blocks: Easier accessibility using keyboard between selections.
  • Bug Fix Icons Rendering: Icons in editor mode would show invalid after refresh, but fine in live mode.

22 May

  • New Icons: Add Font Awesome icons to content

20 May

  • Improvement Translations: Added ability to translate "Next to read" and "Last updated by {{author}} on {{date}}".

18 May

  • Improvement Security: Increased key size for project protection for higher security.
  • New ZIP mime: API References handling of ZIP mime type in example responses.
  • New Export API: Projects can be exported using API for select plans.

17 May

  • New Badges: Add Badges as inline blocks to your pages.
  • Bug Fix Callout Text: Callout text was unselectable in reader mode.

12 May

  • Bug Fix Font Picker: Font picker dialog was not opening.
  • Bug Fix Colour Picker: Colour picker dialog was not functional.

6 May

  • New Youtube Related Videos: Our youtube block now defaults to having rel=0 parameter on which shows only related videos from the same channel.
  • Improvement Compatibility: Enhanced compatibility for IE9-10 and Safari 10.
  • New CSV Support: Code blocks now support CSV
  • New Reference CSV Support: References now show CSV responses correctly.
  • New Quick Switcher button: Quick switcher button shows in the left-bottom corner.
  • Bug Fix Inline Code: Inline code using toolbar was broken.

3 May

  • Improvement We are faster: Loading DeveloperHub should be 15% faster now!

27 Apr

26 Apr

  • New Validate OpenAPI: We started validating strictly the OpenAPI spec you upload, and return the validation errors if any in the platform.
  • New Page Linking - Keyboard Shortcut: You can now move up/down with keyboard when selecting a page to link.
  • Bug Fix (+) not showing: Whenever you're on an empty line, the (+) for adding blocks will show now.

25 Apr

  • Bug Fix Table of Contents: Previously, table of contents could collapse below content when a big table is in the page between 1250px-1300px window width.

23 Apr

  • New UI Translation: Translate the UI text.
  • Bug Fix Importing tables: Importing tables containing markdown does not show HTML tags anymore.

21 Apr

  • New Headings linking: On linking pages, headings show in the list to link to a specific heading. Previously, you'd have to get the heading fragment from the URL.

20 Apr

  • New Lists in Tables: Tables support Markdown notation for lists.

13 Apr

  • New Exporting Tables Modified: HTML will be stripped out of any exported table. Markdown will be preserved.

10 Apr

9 Apr

  • Change Important CSS Change: Modified .card in our landing page CSS into .landing-card. Please make the needed modifications if you use this selector.

30 Mar

  • New Pascal support: Code blocks now support Pascal.

29 Mar

  • New Titled code blocks: Add titles to your code blocks to indicate content regardless of code language.

28 Mar

  • New Show page updates: Your readers can now check at the bottom of each page when the page was last updated and by whom. Enable this through Documentation Settings.

23 Feb

  • Improvement Better Slack notifications: Slack notifications are grouped by documentation.
  • New Documentation slug: Documentation slug can now be changed from Documentation settings.
  • Improvement Tables export: When tables are now exported, they are in Markdown format rather than HTML.
  • Bug Fix Deletion: Previously deleting a project, version, documentation or page could fail when there are comments.

13 Jan

  • New Disable live markdown rendering: Disable live markdown rendering if you wish, in case you're placing too many underscores in variable names, for example.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated