pediatric-ai-scribe-v3/mobile/node_modules/@ionic/utils-stream/CHANGELOG.md
Daniel d3ee6001c1 Add Capacitor native mobile app (PedScribe) for iOS + Android
New mobile/ directory with Capacitor project:
- Configurable server URL launcher (default: app.pedshub.com)
- Android: foreground service + wake lock for background recording
  (AudioRecordingService preserved from existing TWA)
- iOS: background audio mode + microphone permission
- App ID: com.pedshub.scribe
- Both platforms initialized and synced

Existing android/ TWA project untouched — this is a separate project.
Build: cd mobile && npx cap open android (or ios)
2026-04-11 02:18:06 +02:00

4 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.5 (2020-08-28)

Note: Version bump only for package @ionic/utils-stream

3.1.4 (2020-08-25)

Note: Version bump only for package @ionic/utils-stream

3.1.3 (2020-05-12)

Bug Fixes

  • pin tslib to avoid "Cannot set property pathExists" error (689e1f0)

3.1.2 (2020-05-06)

Note: Version bump only for package @ionic/utils-stream

3.1.1 (2020-03-03)

Note: Version bump only for package @ionic/utils-stream

3.1.0 (2020-02-11)

Features

3.0.2 (2020-02-10)

Note: Version bump only for package @ionic/utils-stream

3.0.1 (2020-02-03)

Note: Version bump only for package @ionic/utils-stream

3.0.0 (2020-01-25)

chore

BREAKING CHANGES

  • A minimum of Node.js 10.3.0 is required.

2.0.5 (2019-12-05)

Note: Version bump only for package @ionic/utils-stream

2.0.4 (2019-09-18)

Note: Version bump only for package @ionic/utils-stream

2.0.3 (2019-08-23)

Note: Version bump only for package @ionic/utils-stream

2.0.2 (2019-08-14)

Note: Version bump only for package @ionic/utils-stream

2.0.1 (2019-08-07)

Note: Version bump only for package @ionic/utils-stream

2.0.0 (2019-06-10)

Code Refactoring

BREAKING CHANGES

  • combineStreams has been removed. Use stream-combiner2 directly.

1.0.1 (2019-06-05)

Note: Version bump only for package @ionic/utils-stream

1.0.0 (2019-05-29)

chore

BREAKING CHANGES

  • A minimum of Node.js 8.9.4 is required.

0.0.1 (2019-02-27)

Note: Version bump only for package @ionic/utils-stream