You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set up GitHub Actions testing and improve test coverage
16
+
- In regards to issue [#162](https://github.com/fulldecent/FDWaveformView/pull/162)
17
+
- Clarify instructions for building and testing with simulator ID in README
9
18
10
19
### Changed
11
20
12
-
- Updated README to mention Swift Package Manager only installation
13
-
- Set up CI with GitHub Actions and document testing from command line
21
+
- Separated data source into its own protocol for better architecture (resolves [#139](https://github.com/fulldecent/FDWaveformView/issues/139) and [#146](https://github.com/fulldecent/FDWaveformView/issues/146))
22
+
- Allows custom data providers for waveform rendering
23
+
- Enables future support for incremental rendering ([#2](https://github.com/fulldecent/FDWaveformView/issues/2))
24
+
- Standardized copyright statement across all source files
25
+
- Cleaned up scale types and improved type consistency
26
+
- Improved capitalization in code comments and documentation to follow style guidelines
27
+
- Clarified public API by removing interface builder notes
28
+
- Applied swift formatting standards
29
+
- Fixed GitHub Actions workflow to target iPhone platform instead of macOS
30
+
- Fixed GitHub Actions workflow for macOS/iOS builds and added platform specs to Package.swift
0 commit comments