## Changelog
---------

1.3.7

* Fix readme and add better description
* Add keywords

1.3.6

* Add callback statusCode and result

1.3.5

* Fix readme on how to use custom api base path

1.3.4

* Fix issue when serving images

1.3.3

* Fix repository
* Fix published scripts
* Add build script

1.3.2

* Include cors npm module
* Show connection details after successful login

1.3.1

* Include transpiles javascript in repo

1.3.0

* Enable CORS
* Add custom base path for visualforce js client

1.2.5

* Reload page and not use cache

1.2.4

* Remove html entities decoding and replace with base64 for better simulation of data.

1.2.3

* Fix bug when checking if file is an HTML file

1.2.2

* Replace npm watch with chokidar
* Support verbose logging
* Support verbose logging on Salesforce soap request

1.2.1

* Support for multiple open browsers

1.2.0

* Support for watching edited files

1.1.11

* Fix readme typo

1.1.10

* Add custom filter support
* Add custom filter example in readme
* Add cli usage in readme

1.0.10

visualforce-sim

* Update readme and add jQuery dependencies in client side
* Update readme to note SF_INSTANCE default value

1.0.9

* Fix usage help message

1.0.8

* Remove debug log

1.0.7

* Fix arg management

1.0.6

* Fix arg management

1.0.5

* Remove debug connection

1.0.4

visualforce-sim:

* Fix parameter passing when calling mocked apex classes
* Support live call to Salesforce @RemoteAction methods

1.0.3

visualforce-sim:

* Add keywords in package.json

1.0.2

visualforce-sim:

* Fix web application directory layout in readme.

1.0.1

visualforce-sim:

* Add git repository in package.json
* Add usage in readme

1.0.0

* Initial commit for visualforce-sim and apex-parser