-
Notifications
You must be signed in to change notification settings - Fork 94
Release/2.0.0 #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2.0.0 #176
Conversation
moved few functionalities from Async.js to Utils.js
Updated the test cases to utilise Promise instead of callbacks
removed augment test case
- added acl_update method to update ACL properties of an entity
This reverts commit 271c275.
Examples within README file are updated
Updated minimist library versions
Doc generation update
Callback promises migration
Sync with master
index.js updated to support examples
ACL properties update feature
Added feature to replace the StoragePassword if exists or Create a new one. Added test case for the same
Support for updated SDK examples
@ashah-splunk Can we please add a section in the Readme, describing the Promise pattern with a snippet the way we did here: #155. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Hi @ncanumalla-splunk , we have updated REAMDE.md file as per the discussion. Please review it and let us know if any other changes are required. |
Looks good to me. Thanks! |
v2.0.0
New features and APIs
Minor changes