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
*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.
224
224
225
-
In 12.0.0
225
+
### In 12.0.0
226
226
* 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).
227
227
* A new [`CircularWaveformRenderer`](https://github.com/dmrschmidt/DSWaveformImage/blob/main/Sources/DSWaveformImage/Renderers/CircularWaveformRenderer.swift) has been added.
228
228
* `position` was removed from `Waveform.Configuration`, see [0447737](https://github.com/dmrschmidt/DSWaveformImage/commit/044773782092becec0424527f6feef061988db7a).
229
229
* new `Waveform.Style` option have been added and need to be accounted forin `switch` statements etc.
230
230
231
-
In 11.0.0 the library was split into two: `DSWaveformImage` and `DSWaveformImageViews`. If you've used anyof 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 anyof the native views bevore, just add the additional `import DSWaveformImageViews`.
232
233
The SwiftUI views have changed from taking a Binding to the respective plain values instead.
233
234
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.
235
237
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.
237
240
238
241
`Waveform` and the `UIImage` category have been removed in6.0.0 to simplify the API.
0 commit comments