- REFACTOR: Finished renaming branch
master
into main
. (5c832e56)
Note: This release has breaking changes.
- REFACTOR: Renamed
ready
into initialize()
and moved the meta query constant in a separate file. (cc4d0e27)
- FEAT(linux): Implemented
BonsoirDiscoveryServiceUpdatedEvent
on Linux. (1371706e)
- BREAKING REFACTOR: Rewrote some parts of the project. (e984f552)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FEAT: Now generating constants for platform implementations. (3b0834d6)
- FIX(darwin,linux): Fixed
unescapeAscii
functions. (314df41e)
Note: This release has breaking changes.
- FIX(linux): Parsing TXT record now closely follow RFC 6763. (f2e7d5b5)
- FIX(linux): Fixed how we handle FQDN and TXT records on Linux. (f1e4fde5)
- BREAKING REFACTOR(linux): Now following Dart's convention regarding the
src
folder. (80216578)
- FIX: Fixed all links to the Github repository. (9449e318)
- REFACTOR: Now using
melos
to handle the bonsoir
packages. (9c10a0c5)
- FIX(linux): Fixed a bug occurring with some services name on Linux. (1464df2c)
- FIX(linux): When resolving a service's TXT record, Bonsoir triggers
discoveryServiceLost
BEFORE updating the attributes map. (e480faa1)
- First implementation of Bonsoir for Linux.