-
Notifications
You must be signed in to change notification settings - Fork 137
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
v1.1.0 Features & Discussion #14
Comments
Nice one |
@rangav Can you add a Collection length under the collection name, like Postman?
|
Hi @anastely can you please create a new feature request, I will add to product roadmap list. |
ETA for next release with #26 included? |
Hi @jongio I am planning to release by end of the day tomorrow. |
Thanks. It would be cool if you could use the GitHub Releases feature so I can subscribe to releases. |
Sure will start using Github release feature. |
Hi All - version 1.1.0 is now published, please and let me know your feeback |
Hi, [ |
Hi Pascal use json[0].location.latitude |
Thanks. I thought about that but was under impression it would only apply the test on he first object of the array and not to all objects in a loop. I set the test to be json[0].timeZone equals 'Z', but teh response contains objects with timeZone equals to "+00:00" which doesn't satisfy the criteria. |
Hi @Pascal62223 try json[0].timeZone == "+00:00", it does not have any time conversion functions built in. just try to match the strings |
Hi @rangav , Yes I do understand it does string match. The example is using timeZone as property, as I try to get all record with property timeZone equals to teh string 'Z' Error when executing comparison : If use json[5].uuid, the test result error shows that only teh 5th element of teh array is being used. |
Hi @Pascal62223 can you please create a separate bug for this, we can do discussion there. I will verify in the mean while. |
Ok. Thanks a lot |
Hi All,
Thanks everyone for the support. Just want to give an update of whats coming for the next release. This will be major update since initial launch.
Here are the planned features for v1.1.0
New Features
BUG Fixes
ANNOUNCEMENT
LIVE NOW
If anything is not clear, please post your comments below, i will update documentation.
Please leave your feedback about v1.1.0 - features you like or features that need further improvements..
The text was updated successfully, but these errors were encountered: