Skip to content

v0.46.0

Compare
Choose a tag to compare
@belemaire belemaire released this 04 Mar 22:06
· 196 commits to master since this release

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

  • #1769 Replace doesThrow with rejects
  • #1767 Clean up utils and tests

Thanks @LcTwisk for contributing to this release 👍