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
Tweaks to the behaviour of "K": "10K" represents "10,000". For units of kelvin, add a space: "10 K".
"kilo" is now supported as a synonym for "kg"
LineCollectionEditingHelper (breaking change)
This class is now open source and available from the Simple Soulver repository (instead of from SoulverCore)
Additional context
The LineCollectionEditingHelper is a glue object that acts as a controller layer between a text editing view (typically, but not limited to, UITextView or NSTextView), and a SoulverCore LineCollection model object (that handles calculation)
It has been removed from SoulverCore in this release, as it depends on the TextActions package and this violates our design goal of having no dependencies in SoulverCore