- Upgraded Rollbar-iOS verision to v1.0.0-alpha11
- Rollbar-iOS is now included as a Pod instead of keeping a copy of the framework directly
- Upgraded Rollbar-iOS verision to v1.0.0-alpha5
- Added documentation on testing crashes
- Updated iOS simulateCrash method to crash in a way that will be reported
Plugin must be accessed through window.cordova.plugins.rollbar
instead of window.cordova.plugin.rollbar
to following naming conventions.
- Bugfix - rogue 'plugins' directory reference.
- Fixed Android version - was previously referencing an invalid package.
resgrid.cordova.plugins.rollbar
is now simplycordova.plugin.rollbar
.
- All plugin references and naming conventions have been updated to use
cordova.plugin.rollbar
. Check the README for updated usage (hint: plugins -> plugin).
- Added a function for iOS to simulate a crash for testing.
- Updated documentation typos.
- Added Cordova version requirement.
- Initial plugin release.