Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.16 KB

Changelog.md

File metadata and controls

24 lines (20 loc) · 1.16 KB

0.2.4 - 2018-01-24

  • Removed dependency on detect-node and added a utility method to detect whether the app is being executed in a node.js environment. Fixes #10.

0.2.3 - 2017-10-25

  • We will return the actual response when the return type of a method in the generated code is stream. Hence, removing bodyAsStream property from HttpOperationResponse.

0.2.2 - 2017-10-17

  • replacing eval by traversing recursively in the object.

0.2.1 - 2017-10-10

  • moment version 2.19.0 has lot of issues. Hence fixing the dependency strictly to 2.18.1.

0.2.0 - 2017-10-10

  • Reverting the change made in #2.

0.1.0 - 2017-09-16

  • Initial version of ms-rest-js
    • Provides support for basic credentials
    • Supports serialization and deserialization of basic and complex types
    • Supports sending requests in the node environment and also in the browser
    • Builds the request pipeline by adding predefined filters
    • Provides mechanism to add custom flters in the pipeline
    • Provides a bundled file named msRestBundle.js that can be used in the browser
    • Please take a look at the samples directory for node and browser samples