Skip to content

Releases: fingerprintjs/semantic-release-native-dependency-plugin

v1.2.1

30 Apr 09:22
Compare
Choose a tag to compare

1.2.1 (2025-04-30)

Bug Fixes

  • use correct podSpecPath param instead of podspecPath (5c95911)

v1.2.0

29 Apr 08:25
Compare
Choose a tag to compare

1.2.0 (2025-04-29)

Features

  • add support for podspec in DSL format (35d91eb)
  • deprecate platforms.iOS.podSpecJsonPath param in favor of platforms.iOS.podspecPath (990305d)

v1.1.0

14 Apr 09:20
Compare
Choose a tag to compare

1.1.0 (2025-04-14)

Features

  • add default heading for release notes (d5c10a0)
  • add optional heading to plugin configuration (73c3224)
  • add platform-specific run support with legacy compatibility (5042f23)
  • format dependency version ranges in release notes as bullet points (d1f5457)
  • show actual error message for iOS file read failures (1eb17df)
  • throw error when no platforms are configured in plugin config (5cbed0c)

v1.0.0

31 Mar 11:19
Compare
Choose a tag to compare

1.0.0 (2025-03-31)

Features

  • add displayName for customizable dependency logging (35bcddb)
  • add gradle system-wide availability check (cd53c22)
  • allow customization of iOS dependency name (494d860)
  • first initialize of the project (c70388e)
  • improve error handling for ios podspec file validation (0641c16)

Bug Fixes

  • add safeguard against empty cwd in generateNotes (b907d83)
  • add validation for dependency exists in ios podspec file (7e28364)
  • allow androidGradleTaskName to be undefined in plugin config (44f81ff)
  • ignore empty lines in Gradle stdout processing (6f5887a)