Skip to content

Releases: ChimeHQ/TextStory

v0.9.0

03 Mar 12:54
8dc9148
Compare
Choose a tag to compare
  • Remove MainOffender, won't be needed with Swift 5.10
  • Remove adapter concepts, as they aren't the right way to do this
  • Add the TextStorageEventRouter thingy

v0.8.0

24 Jul 10:53
8883fa7
Compare
Choose a tag to compare
  • Concurrency support

v0.7.2

02 Dec 15:06
b7b3fc5
Compare
Choose a tag to compare
  • NSTextContentStorage conforms to TextStoring
  • Fix some API typos

v0.7.1

22 Apr 15:51
65ba53b
Compare
Choose a tag to compare
  • Make UITextView conform to TextStoring

v0.7.0

18 Mar 15:43
a9e65b1
Compare
Choose a tag to compare
  • Range/Search APIs

v0.6.1

21 Feb 20:59
af72294
Compare
Choose a tag to compare
  • Convenience inits for TextMutation

v0.6.0

10 Dec 17:32
fa9b50f
Compare
Choose a tag to compare
  • TextMutation is now Hashable
  • Convenience methods for applying and monitoring mutations
  • No more didApplyMutation completion handler
  • LazyTextStoringMonitor would be inconsistent about when it modifies max
  • LazyTextStoringMonitor now makes sure internal monitor gets correct visible maxes

v0.5.0

12 Nov 16:10
14541c4
Compare
Choose a tag to compare
  • New APIs in LazyTextStoringMonitor to better control its behavior
  • TextMutationEventRouter

v0.4.2

06 Oct 11:03
be0ca61
Compare
Choose a tag to compare
  • Fix a nasty bug related to computing the minimum disclosure ranges in LazyTextStoringMonitor

v0.4.1

04 Oct 16:15
af0f3f7
Compare
Choose a tag to compare
  • Open UndoSettingTextView
  • Include some minimal NSTextView support