Skip to content

Commit 77da5b6

Browse files
committed
release 5.1.0
1 parent b48e8bc commit 77da5b6

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,29 @@ All notable changes to this project will be documented in this file.
55

66
---
77

8-
## [Main](https://github.com/fulldecent/FDWaveformView/compare/5.0.2...main)
8+
## [5.1.0](https://github.com/fulldecent/FDWaveformView/releases/tag/5.1.0)
9+
10+
Released on 2025-12-06.
11+
12+
### Added
13+
14+
- Set up testing and support iOS 18
15+
- 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
918

1019
### Changed
1120

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
1431

1532
---
1633

0 commit comments

Comments
 (0)