Releases: Enselic/public-api
Releases · Enselic/public-api
v0.11.0
What's Changed
- Cargo.toml: Make it easier to use a local version of rustdoc-types by @Enselic in #89
- Properly render HRTBs for GenericBound::TraitBound by @Enselic in #90
- Properly render HRTBs for FunctionPointer by @Enselic in #91
- CI.yml: Instead of -D, use --deny for clarity by @Enselic in #93
- Gracefully handle
ErrorKind::BrokenPipe(public-api ... | head -n 1) by @Enselic in #94 - Render HRTBs for WherePredicate::BoundPredicate by @Enselic in #92
Full Changelog: v0.10.2...v0.11.0
v0.10.2
v0.10.1
v0.10.0
v0.9.3
v0.9.2
What's Changed
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- render: Add helpers for symbols by @Enselic in #72
- render_generic_param_def(): Use proper token for name by @Enselic in #73
- comprehensive_api: Add more cases like async and unsafe fns by @Enselic in #74
- Render function pointers by @Enselic in #75
- CI: Remove code coverage by @Enselic in #76
- doc/development.md: Give code coverage tips by @Enselic in #77
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Rename project to `public-api`, and add tokens to the API (big thanks…