- 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.