Yasi

Latest version: v2.1.2

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.1

Fixes:
- Forgot to remove logging function call used in debugging

0.4.0

Fixes:
- Made to work with the updated yasi version(v2.0.0)

0.3.0

Fixes:
- Enter key not being released when editing any other non lisp file

Features:
- Context menu entry for launching indenter

0.2.1

Fixes:

- Misalignment when indenting code with string arguments(the script was ignoring
strings by replacing with the dummy value '000')

Before:
newlisp
(two-spacer (setf (position-list [indent-level]) (+ (opts [indent-size])
leading-spaces offset)))


After:
newlisp
(two-spacer (setf (position-list [indent-level]) (+ (opts [indent-size])
leading-spaces offset)))

0.2.0

Features:
- Auto-indentation on enter keypress

Fixes:
- Dialect/language setting not being passed when indenting a selection

0.1.2

Fixes:
- Proper yasi module importation

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.