Skip to content

4.5.0

Compare
Choose a tag to compare
@MangelMaxime MangelMaxime released this 07 Nov 14:30
· 597 commits to main since this release

Changed

Python

  • Use Any type for all non-repeated generic arguments (by @dbrattli)
  • Don't generate unnecessary type type-vars if generic type is replaced by Any (by @dbrattli)
  • Generate new style _T | None instead of Optional[_T] (by @dbrattli)

Rust

  • Support multiple namespaces sharing a prefix in the same file (by @ncave)
  • Support imports with the same namespace across multiple files (by @ncave)

Fixed

JavaScript

  • Fix #3571: [<AttachMembers>] not compatible with f# member this.Item (by @ncave)