Master

v4.0.0

v.3.8.0

v3.7.0

v3.6.0

v3.5.2

v3.5.1

v3.5.0

v3.4.1

v3.4.0

v3.3.0

v3.2.1

v3.2.0

v3.1.0

Improvements

No Functional Change

v3.0.0

Breaking

Change implementation of amimation callbacks to include boolean completed flag.

Before

textfield.setTitleVisible(false, animated: true) {
	// Perform callback actions
}

Now

textfield.setTitleVisible(false, animated: true) { completed in
	// Perform callback actions using completed flag
}

See #112

v2.0.1

v2.0

v1.2.1

v1.2.0

v1.1.1

v1.1

v1.0.6

v1.0.5

v1.0.4

v1.0.1

v1.0.0