Skip to content

Releases: Luttik/auto-optional

✨ Python 3.10 support (on opt-in basis) and more

18 Jan 08:22
3ce2f77
Compare
Choose a tag to compare

Feature update

  • Now allows python 3.10 specific syntax when LIBCST_PARSER_TYPE=native is set in the environement variables.
    This is made possible due to updates in LIBCST (#20)

Docs

  • Bumped the library version in the docs (#19)

Security

  • Bumped mkdocs for security reasons (#21)

Full Changelog: v0.3.1...v0.3.2

Now places new import statements after both docstrings and __future__ imports

05 Dec 18:33
cd11824
Compare
Choose a tag to compare

What's Changed

  • 🔥 Now places new import statements after both docstrings and __future__ imports. @browniebroke in #17

New Contributors

Full Changelog: v0.3.0...v0.3.1

Allow for multiple path arguments

01 Nov 21:56
f0d5f94
Compare
Choose a tag to compare

What's Changed

  • allowing multiple path arguments, at least one argument has to be given by @danygielow in #15

Full Changelog: v0.2.3...v0.3.0

Documentation Styling Update

19 Oct 17:20
b533e31
Compare
Choose a tag to compare

What's Changed

📝 Documentation

Full Changelog: v0.2.2...v0.2.3

📝 Typo fixed in documentation

13 Oct 15:30
c34f2c5
Compare
Choose a tag to compare

What's Changed

Documentation

New Contributors

  • @jaap3 made their first contribution in #12

Full Changelog: v0.2.1...v0.2.2

Added support for Pre-commit hooks

08 Oct 15:27
47f4063
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Type or None support

05 Oct 16:33
3f904c3
Compare
Choose a tag to compare

What's Changed

New Functionality

  • ✨ Accept Union[X, None] and python 10's X | None as an alternative to Optional[X] by @Luttik in #8

Behind the scenes

  • ✨ Drastically simplified the test-suite by @Luttik in #7
  • ✨ Further improved workflow by @Luttik in #9

Full Changelog: v0.1.11...v0.2.0

v0.1.11

23 Sep 08:04
Compare
Choose a tag to compare
📝 Updated docs

Social Image update

11 Sep 20:56
Compare
Choose a tag to compare
v0.1.10

📝 Updated the og:image in line with the new description.

Updated description

11 Sep 20:56
Compare
Choose a tag to compare
v0.1.9

📝 Improved the project description