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
Describe the bug
From 1.4.0 to 1.4.1 the method signature for the method toBase64() on the Array extension in Array+Foundation.swift has changed, it now returns a String instead of String?, causing build issues (obviously) in projects using this framework.
Could you please NOT change method signatures between patch versions, or when you do, bump the major version of the framework, as most developers would expect.
Reproduce
Steps to reproduce:
build a project set up to use "up to next minor version change" and see the build fail...
This discussion was converted from issue #882 on July 17, 2022 13:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
From 1.4.0 to 1.4.1 the method signature for the method
toBase64()
on theArray
extension inArray+Foundation.swift
has changed, it now returns aString
instead ofString?
, causing build issues (obviously) in projects using this framework.Could you please NOT change method signatures between patch versions, or when you do, bump the major version of the framework, as most developers would expect.
Reproduce
Steps to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions