Releases: octoberswimmer/apexfmt
Releases · octoberswimmer/apexfmt
v0.19: Version 0.19
v0.18: Version 0.18
- Fix Formatting of Multiple Catch Blocks and Finally Block - Preserve Whitespace Within Multi-line Comments - Update Parser for Nested SOQL Sub-Queries, GROUPING, and toLabel Thanks to apex-parser maintainers and contributors: https://github.com/apex-dev-tools/apex-parser/releases/tag/v4.2.0
v0.17: Version 0.17
- Fix Formatting of `while` and `for` Loops
v0.16: Version 0.16
- Format Empty Method Blocks - Fix Assignment In Wrapped Variable Declarator - Add Null Coalescing Operator - Fix Wrapping of Expressions In Arguments
v0.15: Version 0.15
- Don't Try To Write Whitespace/Comments If Token Stream Is Empty - Fix Upsert Statements With External Ids
v0.14: Version 0.14
- Remove Spaces Around Array Size - Export VisitRule - Link to Online Demo and vim-autoformat in README - Wrap Property Declaration Blocks
v0.12: Version 0.12
- Fix "ALL ROWS" in SOQL Queries
v0.11: Version 0.11
- Don't Wrap Assignment Expressions Within Argument Expression Lists
v0.10: Version 0.10
- Add --soql Flag; Support stdin
v0.9: Version 0.9
- Wrap Long List of Method Paramters