This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: poetmountain/PapersPlease
Releases · poetmountain/PapersPlease
0.3.0
0.2.2
Swift 1.2 compatibility
0.2.0
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
Swift 1.1 compatibility
0.1.0 – Initial Release
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.