Releases: Aeron/Black.novaextension
Releases · Aeron/Black.novaextension
1.1.1
This patch contains two fixes for user options: one for a stupid typo and another
for potential issues with deduplication, uniformity, etc.
Fixed
- Command arguments’ separator character typo
- Command’s long and short user options handling
1.1.0
It’s mainly refactoring and optimizations, except for a minor feature and a fix.
Added
- Configuration observation for the format on save setting
Fixed
- The workspace’s format on save setting
1.0.4
Added
- The
Format Workspace with Black
command, to run Black on the entire workspace
(by @dcwatson in #6)
1.0.2
Changed
- Executable path proper expansion
- Safer promise behavior for expected errors
Added
- Error logging for an invalid execution path
- Read-only filesystem entitlement
1.0.1
Formatter (Python syntax only) activation fix.
1.0.0
Formatter functionality update. Major version bump.
0.2.1
Very minor update. The extension icon update.
0.2.0
Minor update. Just more strict declarations (var
/let
/const
).
0.1.0
The initial public release.