prettier-plugin-apex
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -0,1 +1,6 @@ | ||
## 1.0.0-alpha.3 | ||
- Fix DML operation having double indents ([issue](https://github.com/dangmai/prettier-plugin-apex/issues/8)). | ||
- Rename scripts to start and stop Apex Parser Server. | ||
## 1.0.0-alpha.2 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "prettier-plugin-apex", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Salesforce Apex plugin for Prettier", | ||
"main": "src/index.js", | ||
"bin": { | ||
"start-apex-server": "./bin/start-apex-server.js", | ||
"stop-apex-server": "./bin/stop-apex-server.js" | ||
}, | ||
"files": [ | ||
"/bin", | ||
"/src", | ||
@@ -8,0 +13,0 @@ "/vendor" |
@@ -76,4 +76,6 @@ # Prettier Apex [![Build Status](https://travis-ci.org/dangmai/prettier-plugin-apex.svg)](https://travis-ci.org/dangmai/prettier-plugin-apex) | ||
```bash | ||
# Start the server | ||
node /path/to/libary/tests_config/set_up.js | ||
# Start the server (if installed globally) | ||
start-apex-server | ||
# Or if installed locally | ||
node /path/to/libary/bin/start-apex-server.js | ||
@@ -83,4 +85,6 @@ # In a separate console | ||
# After you are done, stop the server | ||
node /path/to/libary/tests_config/tear_down.js | ||
# After you are done, stop the server (if installed globally) | ||
stop-apex-server | ||
# Or if installed locally | ||
node /path/to/libary/bin/stop-apex-server.js | ||
``` | ||
@@ -87,0 +91,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11641684
28
3213
93