All notable changes to the "auto--init--" extension will be documented in this file.
Fixed the inclusion of self.self
- Added support for more complex type hints:
arg: Callable[[int], str]
dict[str, int]
- Fixed inner brackets' commas being recognised as outer argument commas
- Optional type hint transference to
self.
's
Added support for type hints:
arg: str
arg: int
Added support for list arguments such as:
arg=[3, 5, 2]
arg=('Hello', 'World')
Added support for special arguments such as:
- *args
- **kwargs
- argument=True
Fixed broken indents
Changed name to Fillin' it
after the suggestion by reddit user theoldreddituseraroo
Added and implemented a settings system
Initial release of auto--init--