Skip to content

Commit

Permalink
release: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Aug 30, 2023
1 parent fc74830 commit 1c4f313
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# 4.1.0

- feat: support passing and including a SecureON password when waking the machine
- chore: update documentation

# 4.0.0

- **BREAKING**: Minimum Dart constraint set to 3.0.0
- **BREAKING**: `WakeOnLAN.fromString(...)` factory has been removed
- **BREAKING**: `IPv4Address` has been renamed to `IPAddress`
- **BREAKING**: Static functions `validate(...)` on `IPAddress` and `MACAddress` now return a Dart 3 record with the validation state and validation error (on a validation failure)
- `IPAddress` now supports IPv6 addresses by setting the `type` property
- Allow setting the repeat delay alongside the repeat count when waking the machine
- Update documentation
- **BREAKING**: chore: minimum Dart constraint set to 3.0.0
- **BREAKING**: fix: `WakeOnLAN.fromString(...)` factory has been removed
- **BREAKING**: refactor: `IPv4Address` has been renamed to `IPAddress`
- **BREAKING**: refactor: static functions `validate(...)` on `IPAddress` and `MACAddress` now return a Dart 3 record with the validation state and validation error (on a validation failure)
- **BREAKING**: refactor: `typePredicate` has been renamed to `hostPredicate` for the factory constructor `IPAddress.fromHost(...)`
- feat: `IPAddress` now supports IPv6 addresses by setting the `type` property
- feat: allow setting the repeat delay alongside the repeat count when waking the machine
- chore: update documentation

# 3.2.0+1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wake_on_lan
description: Send wake on LAN magic packets to devices on your local network.
version: 4.0.0
version: 4.1.0
homepage: https://github.com/JagandeepBrar/package-wake-on-lan
repository: https://github.com/JagandeepBrar/package-wake-on-lan
issue_tracker: https://github.com/JagandeepBrar/package-wake-on-lan/issues
Expand Down

0 comments on commit 1c4f313

Please sign in to comment.