Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

rf24-rs/0.3.1 - 2025-07-22

📦 Dependency updates

  • Migrate to napi-rs v3 by @2bndy5 in #64
  • Bump rf24-rs to v0.3.1 by @2bndy5 in 70bdf19

📝 Documentation

  • Revise docs about RF24::tx_delay property. by @2bndy5 in e7b29c1
  • Use typedoc default HTML output by @2bndy5 in #59

Full commit diff: rf24-rs/0.3.0...rf24-rs/0.3.1

rf24-rs/0.3.0 - 2025-05-04

🚀 Added

  • Use concrete error type by @2bndy5 in #42

💥 Breaking Changes

  • Replace open_tx_pipe() with as_tx(Option<address>) by @2bndy5 in #41

📦 Dependency updates

  • Update defmt requirement from 0.3.10 to 1.0.1 in the cargo group by @dependabot[bot] in #31
  • Bump rf24-rs to v0.3.0 by @2bndy5 in abb8fda

🗨️ Changed

  • Regenerate change logs by @2bndy5 in 581751a
  • Remove _ prefix from private members by @2bndy5 in 39d8287

Full commit diff: rf24-rs/0.2.1...rf24-rs/0.3.0

rf24-rs/0.2.1 - 2025-04-06

📦 Dependency updates

  • Bump rf24-rs to v0.2.1 by @2bndy5 in f266b96

🚦 Tests

  • Improve rf24-rs tests by @2bndy5 in #26

📝 Documentation

  • Various doc updates by @2bndy5 in #22

🗨️ Changed

  • Improve readability in rf24-rs sources by @2bndy5 in f468315

Full commit diff: rf24-rs/0.2.0...rf24-rs/0.2.1

rf24-rs/0.2.0 - 2025-03-11

💥 Breaking Changes

  • Rename EsbConfig to RadioConfig by @2bndy5 in #19

📦 Dependency updates

  • Bump rf24-rs to v0.2.0 by @2bndy5 in 5ce9ac4

Full commit diff: rf24-rs/0.1.2...rf24-rs/0.2.0

rf24-rs/0.1.2 - 2025-03-09

📦 Dependency updates

  • Bump rf24-rs to v0.1.2 by @2bndy5 in 81dd350

🗨️ Changed

  • Reassess min supported rust version by @2bndy5 in a9ca278

Full commit diff: rf24-rs/0.1.1...rf24-rs/0.1.2

rf24-rs/0.1.1 - 2025-03-09

🚀 Added

  • Implement nRF24L01 driver by @2bndy5 in #1

📦 Dependency updates

  • Bump rf24-rs to v0.1.1 by @2bndy5 in 8ca278b

🗨️ Changed

  • Prepare release CI by @2bndy5 in #14

Full commit diff: rf24-rs/0.1.0...rf24-rs/0.1.1