Skip to content

Releases: octoberswimmer/apexfmt

v0.18: Version 0.18

11 Sep 12:26
v0.18
ea0564d
Compare
Choose a tag to compare
- 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

23 Jul 15:47
v0.17
0d0c7f4
Compare
Choose a tag to compare
- Fix Formatting of `while` and `for` Loops

v0.16: Version 0.16

11 Jul 16:22
v0.16
c27d124
Compare
Choose a tag to compare
- 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

07 Mar 12:56
v0.15
4df11fd
Compare
Choose a tag to compare
- Don't Try To Write Whitespace/Comments If Token Stream Is Empty

- Fix Upsert Statements With External Ids

v0.14: Version 0.14

23 Feb 20:47
v0.14
a54fde3
Compare
Choose a tag to compare
- 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

27 Dec 15:05
v0.12
12717d6
Compare
Choose a tag to compare
- Fix "ALL ROWS" in SOQL Queries

v0.11: Version 0.11

21 Dec 14:40
v0.11
4e60b4e
Compare
Choose a tag to compare
- Don't Wrap Assignment Expressions Within Argument Expression Lists

v0.10: Version 0.10

19 Dec 12:45
v0.10
5ce53f6
Compare
Choose a tag to compare
- Add --soql Flag; Support stdin

v0.9: Version 0.9

15 Dec 14:48
v0.9
202dce3
Compare
Choose a tag to compare
- Wrap Long List of Method Paramters

v0.8: Version 0.8

14 Dec 12:50
v0.8
11d239f
Compare
Choose a tag to compare
- Report Parse Errors in Tests

- Indent Conditional SOQL Expressions in Parentheses

- Wrap List/Set Creator Expressions More Aggressively