Skip to content

Latest commit

 

History

History
45 lines (45 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

45 lines (45 loc) · 2.18 KB

Changelogs

  • [2.5.1]
    • Resolve #157, android path problem once again.
  • [2.5.0]
    • Handle stop once player is paused #169
    • Add custom path for ios #168
  • [2.4.+]
    • Migrated to ts project and also support flow types.
  • [2.3.+]
    • Add ability to customize recorder parameters #114
  • [2.2.+]
    • Migrated to androidx #82
    • Makes path param in startRecord to behave as a path on iOS #94
    • Update podspec for RN 0.60 #93
    • fixed RN60 CocoaPods installation #106
    • Update RNAudioRecorderPlayerModule.java #107
  • [2.1.4]
    • remove extra ext from android gradle versions references as rootProjet [#47](remove extra ext from android gradle versions references as rootProje).
  • [2.1.2]
    • Update build gradle.
  • [2.1.1]
    • Support gradle 4.0+ and drop below.
  • [2.0.9]
    • Avoid iml file in npm that may result in build failure.
  • [2.0.7]
    • Try prevent quiting after permission request in android.
  • [2.0.6]
    • Invalidate timer when audio duration is 0 in ios.
    • volume control.
  • [2.0.5]
    • Removed recordInterval from type.
  • [2.0.4]
    • resumePlayer type was missing.
  • [2.1.0]
    • Added beautiful logo made by mansya
  • [2.0.2]
    • Safer build setting for android.
    • Updated readme.
  • [2.0.0]
    • Propler callback handler for recorder.
    • Improved codes and types.
    • Methods renaming.
    • Upgraded example projects.
  • [1.2.2]
    • Set android build version to that of rootProject's to prevent from build failing cause of mismatched version.