Skip to content

v1.0.1

Compare
Choose a tag to compare
@oscartbeaumont oscartbeaumont released this 18 Mar 14:20
· 229 commits to main since this release

A handful of minor fixes.

Features:

  • Export comments for functions
  • Store whether a function is async or not - 2408c61

Fixes:

  • Fix sanitiser incorrectly double quoting - #56
  • Fix reserved keyword sanitiser to loosen unnecessary restrictions - #51
  • Fix incorrect handling of #[serde(transparent)]