Releases: Josverl/micropython-stubber
Releases · Josverl/micropython-stubber
v1.13.1-post1
v1.13.1
v1.13.0
v1.12.1
v1.11.6
v1.11.2
What's Changed
- publish_boards : update minified/createstubs.py by @github-actions in #290
- Publish boards by @Josverl in #291
- chore(deps): bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #289
- fix(utils):
utils.readconfig
module export throwsFileNotFound
when outside of root directory. by @BradenM in #294 - move docs dependencies into pyproject.toml by @Josverl in #297
Full Changelog: v1.10.0...v1.11.2
v1.10.0
What's Changed
- Python 3.11 - Dependency update to support Python 3.11.
- Publish releases via Actions.
- Better type hints for stdlib modules.
Stub Publication
- add micropython-stdlib-stubs
PyPi : micropython-stdlib-stubs - Published v1.19.1 version which depend on micropython-stdlib-stubs:
publish v1.19.1 updates - fix:package only .pyi files
Stub generation
Doc Stubs
- fix: parameters ending in ... to generate *args, **kwargs
- add param fixes for pyb
- allow parameter patches specific for a function/class/method
firmware stubs
core stubs
- stop using the CPython stubs, using just the merged .pyi stubs provides better quality
actions: do not get cpython-stubs
Stub validation
- update test snippets after hardware test
- chore: tune all ports to 0 errors
- fix: paramters ending in ... to generate *args, **kwargs
Full Changelog: v1.9.12...v1.10.0