Releases: intersystems/isc-codetidy
Releases · intersystems/isc-codetidy
v1.1.11
v1.1.10
v1.1.9
v1.1.8
v1.1.7
v1.1.6
What's Changed
- Fix broken README link to ObjectScript Package Manager by @gjsjohnmurray in #39
- Fixed .js file handling during RunAll by @isc-egabhart in #46
New Contributors
- @gjsjohnmurray made their first contribution in #39
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Fixed
- Fixed insertion of new line even though JSON array was empty
- Fixed JSON Linting being applied to JSON arrays within arguments of a macro
v1.1.3
Fixed
- Fixed
<UNDEFINED>error parsing empty method implementation - Fixed indentation of JSON arrays that have mappings to different dimension JSON arrays
- Fixed outer indentation of subroutines within routines
- Fixed CodeTidy indenting line labels in methods and routines
- Fixed CodeTidy not exiting indentation rules of some arrays and block comments
v1.1.2
Fixed:
- JSON linting and bracket matching now working
- Fixed preserving indentation of embedded HTML and block comments
- Fixed parsing of custom markers for embedded block open/close brackets
- Removed expansion of "&js<" to "&javascript" and fixed parsing of "&js<"
- Fixed indentation inconsistencies when user inputs mix of spaces and tabs
v1.1.1
Fixed:
- Fixed another error parsing triggers