Skip to content

Releases: gunjandatta/sprest

New Method: getInfo()

25 Aug 23:28
Compare
Choose a tag to compare

The base class contains a new method called getInfo(). This will return the information for the request, and is meant for NodeJS scripts. The info will include the request body, method and url.

NodeJS Support

25 Aug 19:34
Compare
Choose a tag to compare

The references to the "window" object was causing the library to not work in NodeJS scripts. This reference has been updated to ensure it will work in NodeJS.

Intellisense Rewritten

23 Aug 01:01
Compare
Choose a tag to compare

The intellisense for the library has been rewritten from the ground up, so you no longer need to specify the result of the execution.