Skip to content

Releases: radekvit/coffee_break

2.1.1

09 Apr 19:46
5775287
Compare
Choose a tag to compare

This release contains the following improvements by these contributors:

  • BD103: Remove the quote dependency, making this crate faster to compile. Ironic. This is also technically a breaking change since the macro now emits nothing rather than an empty tuple.
  • joxcat: Make the library rust-analyzer friendly and friendly for cargo check. There are now two default features ra-friendly and check-friendly that add checks that don't activate the coffee break when we run in the context of rust-analyzer or when we aren't building respectively. This makes the crate not obliterate rust-analyzer when you add a coffee break and hit save, which is particurarly nice. With this change, you can realistically leave a coffee_break! in and continue working until you're ready to build and take a break.

1.0.0

22 Mar 22:32
Compare
Choose a tag to compare

Initial release