5.25.0
Added 1
- Add partial descriptor support to assertEvent() to match events with types that start with a specified prefix using wildcard notation
Fixed 1
- Fix a bug in Cordova when iterating an empty Map
Minor Changes
-
#5422
329297bThanks @davidkpiano! - Add partial descriptor support toassertEvent(…)// Matches any event with a type that starts with `FEEDBACK.` assertEvent(event, 'FEEDBACK.*');
Patch Changes
- #5420
2eb8274Thanks @assertnotnull! - Fix a bug in Cordova when iterating an empty Map