Skip to content

Commit a1df8b9

Browse files
authored
Update README.md
1 parent 732cd14 commit a1df8b9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,24 @@ https://user-images.githubusercontent.com/69365/127739821-061a4345-0adc-4cc1-bfd
219219

220220
Migration
221221
---------
222-
In 13.0.0
222+
### In 13.0.0
223223
* Any mentions of `dampening` & similar were corrected to `damping` etc in [11460b8b](https://github.com/dmrschmidt/DSWaveformImage/commit/11460b8b8203f163868ba774d1533116d2fe68a1). Most notably in `Waveform.Configuration`. See #64.
224224

225-
In 12.0.0
225+
### In 12.0.0
226226
* The rendering pipeline was split out from the analysis. You can now create your own renderes by subclassing [`WaveformRenderer`](https://github.com/dmrschmidt/DSWaveformImage/blob/main/Sources/DSWaveformImage/Renderers/WaveformRenderer.swift).
227227
* A new [`CircularWaveformRenderer`](https://github.com/dmrschmidt/DSWaveformImage/blob/main/Sources/DSWaveformImage/Renderers/CircularWaveformRenderer.swift) has been added.
228228
* `position` was removed from `Waveform.Configuration`, see [0447737](https://github.com/dmrschmidt/DSWaveformImage/commit/044773782092becec0424527f6feef061988db7a).
229229
* new `Waveform.Style` option have been added and need to be accounted for in `switch` statements etc.
230230

231-
In 11.0.0 the library was split into two: `DSWaveformImage` and `DSWaveformImageViews`. If you've used any of the native views bevore, just add the additional `import DSWaveformImageViews`.
231+
### In 11.0.0
232+
the library was split into two: `DSWaveformImage` and `DSWaveformImageViews`. If you've used any of the native views bevore, just add the additional `import DSWaveformImageViews`.
232233
The SwiftUI views have changed from taking a Binding to the respective plain values instead.
233234

234-
In 9.0.0 a few public API's have been slightly changed to be more concise. All types have also been grouped under the `Waveform` enum-namespace. Meaning `WaveformConfiguration` for instance has become `Waveform.Configuration` and so on.
235+
### In 9.0.0
236+
a few public API's have been slightly changed to be more concise. All types have also been grouped under the `Waveform` enum-namespace. Meaning `WaveformConfiguration` for instance has become `Waveform.Configuration` and so on.
235237

236-
In 7.0.0 colors have moved into associated values on the respective `style` enum.
238+
### In 7.0.0
239+
colors have moved into associated values on the respective `style` enum.
237240

238241
`Waveform` and the `UIImage` category have been removed in 6.0.0 to simplify the API.
239242
See `Usage` for current usage.

0 commit comments

Comments
 (0)