Releases: eclipse-thingweb/dart_wot
Releases · eclipse-thingweb/dart_wot
Version 0.36.2
Version 0.36.1
Version 0.36.0
0.36.0 - 2024-12-06
Added
- Add simple example for TDD discovery (d3e6b08)
Changed
- Slightly improve error message for invalid type (26921a7)
Fixed
- Let exploreDirectory continue when encountering invalid TDs (786db32)
- Fix error handling within ThingDiscovery class (49c754f)
Removed
- Remove support for cov:observe subprotocol (44059a1)
Version 0.35.3
Version 0.35.2
Version 0.35.1
Version 0.35.0
Version 0.34.2
Version 0.34.1
Version 0.34.0
0.34.0 - 2024-10-23
Added
- Address DataSchema FIXME comment (2edef82)
Changed
- Use FormatException instead of custom ValidationException (f7ee480)
- Improve deserialization and production logic (91669cb)
- Implement proper serialization logic (a9d950a)
- Parse
as
field as Uri (7755c3e) - Move DirectoryPayloadFormat to its own file (bd74046)
- Move discovery configurations to scripting_api package (bcac81f)
Fixed
- Fix error in DartWotException documentation (4d47ee5)
- Fix typos in documentation comments (83be3f9)
- Fix typo in private method name (41ee6d7)
- Fix bug in link deserialization (4faa21f)
- Use correct field for deserializing maximum (25c4cdc)
- Use correct field for deserializing model (45423a4)
- Use correct field for deserializing type (ed9daa8)
- Fix deserialization of required field (7b8f07c)
- Fix parseDataSchemaArrayField method (4a67d2d)
- Handle additional fields correctly (487936b)