v2.1.2
If you are upgrading from Prettier Apex v1, please follow this guide to upgrade to v2.
- Spawn Apex AST Serializer process with shell turned on. This is a workaround for new version of NodeJS that disallows calling
.bat
file without this option. See this blog post for more details (issue).
Thanks to @mwcm for their contribution!
Internal Changes
- Native executable location has been moved to be under the
vendor
directory.
This should not affect any usage of the library,
unless you are referencing this location from a custom script. - Our internal testing structure has changed.
Please follow CONTRIBUTING.md to set up your environment again.