All notable changes to this project will be documented in this file.
0.3.3 - 2024-11-12
- add stable macro (#14)
- use doc(cfg)
- tests (#13)
- change master to main in lib.rs
- bump msrv to 1.63
- use proc_macro2 and add tests
- use darling instead of manual parsing for better error messages on attributes
0.3.2 - 2024-06-27
0.3.1 - 2024-06-27
- allow use statements to be marked unstable (#3)
- Fork and change name to instabilty
- Migrate to syn 2.x (#8)
- Support
const
,static
andtype