Skip to content

Releases: greymattergames/unbug

0.4

09 Dec 12:38
e97d5ac
Compare
Choose a tag to compare

Unbug on crates.io
Unbug docs

What's Changed

  • Debugger detection using the dbg_breakpoint crate
  • no_cache_debugger feature
  • Support for the new feature(Breakpoint) over core_intrinsics in Nightly rust

Full Changelog

New Contributors

0.3

21 Nov 21:48
Compare
Choose a tag to compare
0.3

Unbug on crates.io
Unbug docs

What's Changed

  • Stable Rust support for x86, x86_64, and ARM64. See #12
  • Fixed complex ensure expressions when using the optional message argument. See #14
  • Ensure will now evaluate the condition expression on every call in order to catch any falure occurrence. See #15

Full Changelog

0.2

20 Nov 11:25
eb6b6d7
Compare
Choose a tag to compare
0.2

Unbug on crates.io
Unbug docs

What's Changed

  • no_std support for release targets
  • crate-relative namespacing to avoid clashes
  • Optional log messages as an argument to ensure, these will not be included in release targets.

Full Changelog

New Contributors