Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 3.15 KB

v0.0.1-beta.7

Fixed

  • fix clippy errors (commit). @vincenzopalazzo 11-06-2023
  • decode the docs attribute on a trait (commit). @vincenzopalazzo 12-05-2023
  • decode the docs attribute on a function (commit). @vincenzopalazzo 12-05-2023
  • decode the docs attribute on a struct (commit). @vincenzopalazzo 12-05-2023

Added

  • support the parsing of the trait bound (commit). @vincenzopalazzo 11-06-2023

v0.0.1-beta.6

Fixed

  • decode the docs attribute on a trait (commit). @vincenzopalazzo 12-05-2023
  • decode the docs attribute on a function (commit). @vincenzopalazzo 12-05-2023
  • decode the docs attribute on a struct (commit). @vincenzopalazzo 12-05-2023

v0.0.1-beta.5

Fixed

  • support multiple version of proc_macro2 (commit). @vincenzopalazzo 05-05-2023

v0.0.1-beta.4

Fixed

  • fix the formatting for empity generics (commit). @vincenzopalazzo 05-05-2023
  • fix the formatting for empity generics (commit). @vincenzopalazzo 05-05-2023
  • parse the mut tok in the method param (commit). @vincenzopalazzo 29-04-2023

Added

  • parse the raw params list of types (commit). @vincenzopalazzo 29-04-2023

v0.0.1-beta.3

Fixed

  • parse the mut tok in the method param (commit). @vincenzopalazzo 29-04-2023

Added

  • parse the raw params list of types (commit). @vincenzopalazzo 29-04-2023

v0.0.1-beta.2

Fixed

  • parse the mut tok in the method param (commit). @vincenzopalazzo 29-04-2023

Added

  • parse the raw params list of types (commit). @vincenzopalazzo 29-04-2023

v0.0.1-beta.1

Hello world