v0.46.0
Breaking Changes
Detection of Electrode Native API and API implementation dependencies is no longer based on package name.
This will only impact APIs that don't declare an ern module type in their package.json (should be very rare).
Check #1766 for additional details.
Fixes
- #1770 Fix logic for raw and regular deps in plugins cfg [Android]
- #1755 Fix API Java generated code for maps [Android]
Improvements
- #1763 Add support for configurable pod binary version [iOS]
- #1766 Remove regex name match to determine module type
- #1768 Use generalized names for paths, packages, urls
- #1765 Include dependency type in generated plugin config [Android]
Internal
Thanks @LcTwisk for contributing to this release 👍