Skip to content

Releases: dangmai/prettier-plugin-apex

v1.0.0-alpha.6

28 May 14:20
Compare
Choose a tag to compare
  • Fix formatting for trailing comments at the end of block statements (issue).
  • Fix issue in which comments right before semi colon are not printed (issue).
  • Assert that all comments have been printed out in the formatted code.
  • Fix long expressions not breaking into multi lines (issue).

v1.0.0-alpha.5

28 May 14:20
Compare
Choose a tag to compare
  • Fix apex-ast-serializer executables not having their execute bits set on *nix (issue).

v1.0.0-alpha.4

28 May 14:20
Compare
Choose a tag to compare
  • Support WITH SECURITY_ENFORCED in SOQL (issue).
  • Fix npm scripts pointing to old files.

v1.0.0-alpha.3

28 May 14:19
Compare
Choose a tag to compare
  • Fix DML operation having double indents (issue).
  • Rename scripts to start and stop Apex Parser Server.

v1.0.0-alpha.2

28 May 14:19
Compare
Choose a tag to compare
  • Use Prettier's default options for tabWidth and printWidth.
  • Invoke apex-ast-serializer directly by default,
    with option to use Nailgun server.

v1.0.0-alpha.1

28 May 14:18
Compare
Choose a tag to compare
  • Initial release.