Skip to content

Releases: cmcWebCode40/react-native-mqtt-client

Release 0.3.2

Choose a tag to compare

@cmcWebCode40 cmcWebCode40 released this 20 Feb 19:13

0.3.2 (2026-02-20)

Bug Fixes

  • enable Clang modules for Objective-C++ in podspec files (822dfaf)
  • update export syntax to use module.exports in index.js and index.ts (05c2df2)

Release 0.3.1

Choose a tag to compare

@cmcWebCode40 cmcWebCode40 released this 20 Feb 17:34

0.3.1 (2026-02-20)

Bug Fixes

  • simplify plugin export in app.plugin.js (3bf6b57)

Release 0.3.0

Choose a tag to compare

@cmcWebCode40 cmcWebCode40 released this 20 Feb 17:09

0.3.0 (2026-02-20)

Bug Fixes

  • correct import of MqttClient in NativeEventEmitter initialization (0bd206e)
  • update .gitignore and tsconfig.build.json to include additional build directories and exclude plugin (d92f162)
  • update RNMqttClient version to 0.2.1 in Podfile.lock (0613996)

Features

  • add Expo Config Plugin for react-native-mqtt-client with Android and iOS support (c2e7398)

Release 0.2.1

Choose a tag to compare

@cmcWebCode40 cmcWebCode40 released this 20 Feb 14:16

0.2.1 (2026-02-20)

Bug Fixes

  • update package description and enhance keywords for better discoverability (300a341)

Release 0.2.0

Choose a tag to compare

@cmcWebCode40 cmcWebCode40 released this 20 Feb 13:51

0.2.0 (2026-02-20)

Bug Fixes

  • Correct repository URL and links in package.json for consistency (a0f2dff)
  • Correct repository URL in MqttClient.podspec and update RNMqttClient version in Podfile.lock (f710338)
  • Update import statement to use the new package name @ecodevstack/react-native-mqtt-client (85d0556)
  • Update package name references in README for consistency (7805234)
  • Update package name to @ecodevstack/react-native-mqtt-client for consistency (9321449)

Features

  • Initialize React Native MQTT Client Example (d0bac56)