Releases: xbrowsersync/api
Releases · xbrowsersync/api
v1.1.3
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.
v1.1.2
- Split configuration files to allow custom user configuration whilst avoiding conflicts in future versions.
- Config settings are now cached when first loaded.
- Script tags are now removed from status message.
- Removed use of external CDNs in API docs for enhanced privacy.
- Removed fonts from repo and replaced with npm packages.
v1.1.1
v1.1.0
- Re-written in TypeScript and restify replaced with express.
- Now uses mongoose for mongoDB interaction.
- Support added for running service under HTTPS.
- Docs packaged with webpack and external dependencies removed to reduce payload size.
- Unit and integration tests added.
- Dependencies updated to latest versions.
- Stability and performance improvements.