disqualified 1.1.0

Make rust type names more user-readable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `disqualified` Release Notes


## Version 1.1.0


Various improvements to edge-case output, preserving important information while collapsing less-important information.

- [preserve & in references]https://github.com/bevyengine/disqualified/pull/6
- [elide lifetime parameters]https://github.com/bevyengine/disqualified/pull/7
- [handle closure identifiers in function types]https://github.com/bevyengine/disqualified/pull/8

## Version 1.0.0


- initial release
  - code was taken directly from `bevy_utils 0.14`, under a MIT + Apache dual license