v1.1.0 #558
tonybaloney
announced in
Announcements
v1.1.0
#558
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This release adds support for several typing constructs, such as:
@overload
decorators will allow generation of overloads in reflected codeT | None
union asOptional[T]
Source Generator
typing.overload
are reflected by @tonybaloney in Ensure that functions marked withtyping.overload
are reflected #511Typing Improvements
T | None
union asOptional[T]
by @atifaziz in Support forT | None
union asOptional[T]
#502Union
types, including pipe syntax by @atifaziz in Add support forUnion
types, including pipe syntax #524...
as a possible default value for use in type stubs by @tonybaloney in Add...
as a possible default value for use in type stubs #540Task
for async function returningNone
by @atifaziz in ReturnTask
for async function returningNone
#548Bug Fixes
null
default literal is never generated for a non-ref type by @tonybaloney in Ensurenull
default literal is never generated for a non-ref type #535Other
T | None
in support types doc by @atifaziz in MentionT | None
in support types doc #503PyBuffer
finalizer to prevent potential leaks by @atifaziz in AddPyBuffer
finalizer to prevent potential leaks #544Full Changelog: v1.0.35...v1.1.0
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions