Skip to content

Releases: octoberswimmer/apexfmt

v0.21: Version 0.21

04 Dec 19:31
v0.21
fb456b2
Compare
Choose a tag to compare
- Include Suggested vim-autoformat Settings in README

- Remove Spaces From Annotation Arguments

v0.20: Version 0.20

22 Nov 17:39
v0.20
6e25f10
Compare
Choose a tag to compare
- Preserve Inline Comments

- Fix Indenting of Logical Expressions

v0.19: Version 0.19

14 Nov 13:06
v0.19
884c4dd
Compare
Choose a tag to compare
- Don't Wrap Short Array Expressions

- Tweak Wrapping on Arithmetic/Concatenation Expressions

- Add Support for CONVERTCURRENCY and Nested FORMAT

- Support Type Ref In Switch Statements

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