Skip to content

3.2.1

Latest

Choose a tag to compare

@zcohan zcohan released this 14 Aug 18:06
· 1 commit to master since this release

Improvements

  • Support for expressions like "USD1K"
  • 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