Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: poetmountain/PapersPlease

0.3.0

30 Jan 01:44
Compare
Choose a tag to compare
  • Swift 2.0 compatibility
  • Updated demo project for compatibility

0.2.2

03 May 06:33
Compare
Choose a tag to compare

Swift 1.2 compatibility

0.2.0

06 Jan 02:44
Compare
Choose a tag to compare

Feature compatibility with PMValidation 1.3.1
• Added ability to add and remove ValidationUnit instances from a ValidationManager instance using the new addUnit() and removeUnitForIdentifier() methods.
• Added enabled boolean property to ValidationUnit, which disables validation when set to NO. ValidationManager will skip units thusly disabled and not count them toward the global validation state.

• Fixed potential retain cycle in ValidationUnit's validateText() method.

0.1.4

25 Oct 07:56
Compare
Choose a tag to compare

Swift 1.1 compatibility

0.1.0 – Initial Release

07 Jul 05:17
Compare
Choose a tag to compare

Initial release. As the Swift language is still in flux, I've used a sub-1.0 version to denote that this library may change significantly over time as the language does. As it stands now though, it does function as advertised.