Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 1.11 KB

webthing Changelog

0.12.0 - 2019-07-12

Changed

  • Things now use title rather than name.
  • Things now require a unique ID in the form of a URI.

Added

  • Support for id, base, security, and securityDefinitions keys in thing description.

0.11.1 - 2019-06-05

Added

  • Ability to set a base URL path on server.

0.11.0 - 2019-01-16

Changed

  • WebThingServer constructor can now take a list of additional API routes.

Fixed

  • Properties could not include a custom links array at initialization.

0.10.0 - 2018-11-30

Changed

  • Property, Action, and Event description now use links rather than href. - Spec PR