v1.1.3 includes a number of updates to support v1.4.0 of the xBrowserSync client, as well as a re-organisation of the source files to a more logical structure, style updates to match the public website styles, bug fixes and dependency updates.
- Added: Bookmarks service now supports creating empty syncs.
- Added: IApiRouter interface for router standardisation.
- Added: DocsRouter to complete abstraction of routing logic in server.
- Added: Bookmarks version API method.
- Added: Sync version property to existing bookmarks routes.
- Added: Update bookmarks now updates sync version if provided.
- Added: Create bookmarks now requires sync version param in body.
- Added: Bookmarks version path unit and integration tests.
- Fixed: Route versioning method redirection now works properly.
- Fixed: Aligned docs styling with public website.
- Fixed: Refactored src folder structure for better file organisation.