Skip to content

Latest commit

 

History

History
134 lines (88 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

134 lines (88 loc) · 6.56 KB

Changelog

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

This project adheres to Semantic Versioning.

0.2.12 · 2024-08-29

📦 Build & CI

  • update package_info_plus to >=3.0.0 <9.0.0 (#22). Thanks to @nikolashaag!
  • update device_info_plus to >=8.0.0 <11.0.0 (5d91238)

0.2.11 · 2023-12-04

📦 Build & CI

  • update package_info_plus to >=3.0.0 <6.0.0 (ac133bd)

0.2.10 · 2023-11-07

🎉 New Features

  • make MediaQueryDebugHelper, PackageInfoDebugHelper, and DeviceInfoDebugHelper const (4a251d2)
  • add logsDebugHelper.initialMinLevel (57ae361)
  • customize level titles in DiagnosticLevelSelector (3108197)
  • make log entries expandable/collapsible (9c480be)
  • add JSON viewer for log data (991bee8)
  • add missing key parameters to widgets (b06e5a3)
  • override debugFillProperties(…) (6ce47c0)

📦 Build & CI

  • update device_info_plus to >=8.0.0 <10.0.0, package_info_plus to >=3.0.0 <5.0.0 (c2dc258), (822ccbc) (the newer major releases got retracted)

0.2.9 · 2023-10-11

📦 Build & CI

  • update device_info_plus to >=9.0.0 < 11.0.0, package_info_plus to >=4.0.0 < 6.0.0 (63cca81)

0.2.8 · 2023-05-16

📦 Build & CI

  • upgrade to Flutter >=3.10.0, Dart >=3.0.0 <4.0.0 (6dafaa0)
  • update device_info_plus to ^9.0.0, package_info_plus to ^4.0.0 (be4e68f)

0.2.7 · 2023-02-17

🎉 New Features

  • implement Diagnosticable for Log (21a96cb)

0.2.6 · 2023-01-24

🎉 New Features

  • add debugOverlay.createShakeDetector, allowing you to customize the ShakeDetector (f3cab7c), closes: #6

0.2.5 · 2023-01-24

📜 Documentation updates

0.2.4 · 2023-01-24

🎉 New Features

  • add option to show newest logs first (bdfb520), closes: #5

📦 Build & CI

  • upgrade to Flutter >=3.3.0, Dart >=2.18.0 <3.0.0 (5c7230e)
  • update black_hole_flutter to ^1.0.0 (3f40d9f)

0.2.3 · 2022-11-02

📦 Build & CI

  • update device_info_plus to ^8.0.0, package_info_plus to ^3.0.1 (2beb8e5)

0.2.2 · 2022-10-10

📦 Build & CI

  • update device_info_plus to ^5.0.5 (5c645e6)

0.2.1 · 2022-08-15

🐛 Bug Fixes

0.2.0 · 2022-07-18

⚠️ BREAKING CHANGES

  • Store logs even if not in debug mode (6193833)
  • Only add default debug helpers in debug mode (cc6698e)

📜 Documentation updates

  • Add note about DiagnosticsBasedDebugHelper only working in debug mode (947a224)

0.1.5 · 2022-07-18

🎉 New Features

  • add debugOverlay.enableOnlyInDebugMode and a corresponding parameter in DebugOverlay.builder (both default to false) to optionally enable the overlay in release or profile builds (f662e57)

0.1.4 · 2022-06-10

📦 Build & CI

0.1.3 · 2022-01-05

📦 Build & CI

0.1.2 · 2021-11-10

🏗️ Refactoring

  • migrate to flutter_lints

📦 Build & CI

  • update device_info_plus to ^3.0.0
  • update shake to ^2.0.0

0.1.1 · 2021-03-29

🎉 New Features

  • support device_info_plus_platform_interface ^1.0.1

0.1.0 · 2021-03-25

Initial release 🎉