Skip to content

Releases: ratatui/instability

instability-v0.3.7

10 Jan 23:07
c9ae887
Compare
Choose a tag to compare

Other

  • Add #[allow(unused_imports)] lint to unstable reexports (#21)

instability-example-v0.3.7

10 Jan 23:07
c9ae887
Compare
Choose a tag to compare

Other

  • Add #[allow(unused_imports)] lint to unstable reexports (#21)

instability-v0.3.6

04 Jan 06:21
cf84fbe
Compare
Choose a tag to compare

Other

  • Move pretty_assertions to dev-dependencies (#19)

instability-example-v0.3.6

04 Jan 06:21
cf84fbe
Compare
Choose a tag to compare

Added

  • Allow marking impl blocks unstable/stable (#15)
  • add stable macro (#14)
  • use doc(cfg)
  • allow use statements to be marked unstable (#3)

Other

  • prepare instability-example for publish (#18)
  • bump msrv to 1.63
  • tweak doc wording and formatting (#4)
  • fork and change name to instabilty
  • Apply visibility restriction to struct fields (#10)
  • Update to Rust edition 2021 (#9)
  • Add issue tracking
  • Initial version

instability-v0.3.5

21 Dec 03:48
6420472
Compare
Choose a tag to compare

Other

  • prepare instability-example for publish (#18)
  • clippy --fix

instability-v0.3.4

21 Dec 01:55
0762e06
Compare
Choose a tag to compare

Added

  • Allow marking impl blocks unstable/stable (#15)

instability-example-v0.3.5

21 Dec 03:49
6420472
Compare
Choose a tag to compare

Added

  • Allow marking impl blocks unstable/stable (#15)
  • add stable macro (#14)
  • use doc(cfg)
  • allow use statements to be marked unstable (#3)

Other

  • prepare instability-example for publish (#18)
  • bump msrv to 1.63
  • tweak doc wording and formatting (#4)
  • fork and change name to instabilty
  • Apply visibility restriction to struct fields (#10)
  • Update to Rust edition 2021 (#9)
  • Add issue tracking
  • Initial version

instability-example-v0.3.4

21 Dec 03:47
308c590
Compare
Choose a tag to compare
chore: Release package instability-example version 0.3.4

instability-v0.3.3

12 Nov 11:09
e365305
Compare
Choose a tag to compare

Added

  • add stable macro (#14)
  • use doc(cfg) - Note: this requires #![feature(doc_cfg)] to be added to your lib.rs (consider feature flagging this e.g. #![cfg_attr(docsrs, feature(doc_cfg))])

Fixed

  • tests (#13)
  • change master to main in lib.rs

Other

  • bump msrv to 1.63
  • use proc_macro2 and add tests
  • use darling instead of manual parsing for better error messages on attributes

instability-v0.3.2

27 Jun 11:58
bc14679
Compare
Choose a tag to compare

Fixed

  • readme link to license (#7)
  • readme badge (#5)