Skip to content

Commit

Permalink
chore(CHANGELOG): update old changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 1, 2024
1 parent 396fbf2 commit ef2616f
Showing 1 changed file with 88 additions and 44 deletions.
132 changes: 88 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## 0.28.0
## [0.28.0] - 2024-04-28

- chore!: upgrade dependencies ([PR 56](https://github.com/eclipse-thingweb/dart_wot/pull/56))
- Improve `Content` APIs ([PR 57](https://github.com/eclipse-thingweb/dart_wot/pull/57))
Expand Down Expand Up @@ -75,15 +75,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat!: make custom exceptions immutable ([PR 111](https://github.com/eclipse-thingweb/dart_wot/pull/111))
- fix: typo ([PR 112](https://github.com/eclipse-thingweb/dart_wot/pull/112))

## 0.27.1
## [0.27.1]

- chore: fix CHANGELOG formatting

## 0.27.0
## [0.27.0]

- feat!: migrate library to Dart 3

## 0.26.0
## [0.26.0]

- chore: address linting issues
- refactor: decouple credentials and security scheme classes
Expand All @@ -94,49 +94,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- style: use const constructor in complex_example
- feat: update JSON Schema definition to latest version

## 0.25.1
## [0.25.1]

- fix: mark package as compatible with Dart 3.x.x

## 0.25.0
## [0.25.0]

- feat(binding-coap)!: use blockSize instead of blockSZX
- fix(binding-coap): fix ACE behavior on Unauthorized Response

## 0.24.1
## [0.24.1]

- fix(discovery): extract port from DNS SRV records

## 0.24.0
## [0.24.0]

- feat: implement new CoAP vocabulary terms
- chore: move node-wot license to a separate file
- style: fix formatting of mocked classes
- chore(form): address linting issue

## 0.23.1
## [0.23.1]

- chore: update dependencies

## 0.23.0
## [0.23.0]

- fix: improved multicast discovery with CoRE Link-Format

## 0.22.1
## [0.22.1]

- fix(definitions): added missing `writeallproperties` operation

## 0.22.0
## [0.22.0]

Applied an extensive rework to the `DataSchema` class, added missing TD fields,
and improved the support for additional fields and `@context` extensions via
JSON-LD.

## 0.21.1
## [0.21.1]

- fix: correctly parse String @context entries

## 0.21.0
## [0.21.0]

### Fixes

Expand All @@ -160,46 +160,46 @@ JSON-LD.

Various refactorings, updated README file.

## 0.20.1
## [0.20.1]

- Refactored Direct CoAP Discovery internally and updated example
- Fixed a bug that occurred when an affordance output contains zero bytes
- Fixed a bug that prevented the correct setting of a CoAP Discovery URL
- Set the correct Content-Format for CoAP Discovery with CoRE Link Format

## 0.20.0
## [0.20.0]

- feat: add data model for AutoSecurityScheme
- refactor: refactor HttpRequestMethod as enhanced enum
- feat(binding-http): rework security implementation, add security bootstrapping
for discovery
- feat: add example for basic and auto security

## 0.19.2
## [0.19.2]

- fix: temporarily set `coap` version to 4.1.0

## 0.19.1
## [0.19.1]

- fix: prevent CoRE Web Links from being fetched twice

## 0.19.0
## [0.19.0]

- Breaking: Set direct as default Discovery method
- Made linting config even stricter

## 0.18.0
## [0.18.0]

- Added support for parsing of a number of missing TD fields
- Replaced a number of Errors with Exceptions to make library more stable
- Made various refactorings, applying a stricter linting config

## 0.17.0
## [0.17.0]

- Added JSON Schema Validation for TDs
- Added support for basic CoRE Resource Discovery

## 0.16.0
## [0.16.0]

### New/Updated Features

Expand All @@ -211,83 +211,83 @@ Various refactorings, updated README file.

- fixed subscription implementation for CoAP

## 0.15.1
## [0.15.1]

- Added the new CoAP Binding-Template vocabulary to `complex_example.dart`

## 0.15.0
## [0.15.0]

- Added CURIE expansion for additional TD fields
- Added support for new CoAP Binding-Template
- Added experimental CoAPS support

## 0.14.0
## [0.14.0]

- Fixed constructor of `ThingFilter` class and aligned it with Scripting API

## 0.13.0
## [0.13.0]

- Refactored internal use of credentials
- Various smaller refactorings
- Added internal clean up methods
- Fixed exposed ConsumedThing interface
- Improved test framework

## 0.12.1
## [0.12.1]

- Updated examples

## 0.12.0
## [0.12.0]

- Added support for global URI Template variables
- Added JSON Schema validation to the Content Serializer/Deserializer

## 0.11.1
## [0.11.1]

- Updated example in README.md

## 0.11.0
## [0.11.0]

- Added support for URI template variables
- Updated dependencies (`cbor` and `coap`)
- Addressed linting issues

## 0.10.0
## [0.10.0]

- HTTP-Binding: Added support for Digest and Bearer Security
- Improved Documentation

## 0.9.0
## [0.9.0]

- Fixed OAuth2 SecurityScheme and its documentation
- Refactored ConsumedThing class
- Reworked subscribeResource API
- Set default contentType of Forms to application/json

## 0.8.0
## [0.8.0]

- feat(discovery)!: re-align discovery API with current Scripting API specification

## 0.7.1
## [0.7.1]

- feat: add missing OAuth2Credentials class

## 0.7.0
## [0.7.0]

- feat: let TD parse links field
- docs: improve documentation
- feat!: rework API for Credentials, parse all SecuritySchemes
- feat: add support for basic Credentials to HTTP Client

## 0.6.1
## [0.6.1]

- feat: parse titles and descriptions at Thing level

## 0.6.0
## [0.6.0]

- Package republished under 3-Clause BSD license

## 0.5.0
## [0.5.0]

- feat: parse affordance title(s) and description(s) of interaction affordances
- feat!: let Client Factories support multiple schemes
Expand All @@ -308,12 +308,12 @@ Various refactorings, updated README file.
- feat!: implement basic Discovery API version
- feat: update example with Discovery features

## 0.4.0
## [0.4.0]

- Refactored and cleaned up CoAP package
- Added first version of a basic HTTP binding (only client support yet)

## 0.3.0
## [0.3.0]

- chore(binding_coap): remove unneeded import
- fix(helpers): remove unneeded fetch parameter
Expand All @@ -323,18 +323,62 @@ Various refactorings, updated README file.
- refactor(core): move ContentSerdes to Servient
- chore: fix format of LICENSE file

## 0.2.0
## [0.2.0]

- docs: use a shorter README title
- refactor: clean up definition exports
- docs: improve documentation of libraries

## 0.1.1
## [0.1.1]

- docs: expand package description

## 0.1.0
## [0.1.0]

- Initial version.

[unreleased]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.0...HEAD
[Unreleased]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.25.1...v0.26.0
[0.25.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.23.1...v0.24.0
[0.23.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.22.1...v0.23.0
[0.22.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.22.0...v0.22.1
[0.22.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.21.1...v0.22.0
[0.21.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.21.0...v0.21.1
[0.21.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.20.1...v0.21.0
[0.20.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.19.2...v0.20.0
[0.19.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0

0 comments on commit ef2616f

Please sign in to comment.