Skip to content

1.1.2

Compare
Choose a tag to compare
@poetmountain poetmountain released this 24 Mar 18:25
· 15 commits to master since this release
  • PMValidationUnit: Changed the validateText method to use fast enumeration instead of the block enumerator form. Performance comparisons bear out that fast enumeration is the better choice for most reasonable use cases, and avoids concurrency issues.
  • Changed all class constructors to use return instancetype instead of id.
  • Fixed some NSInteger/NSUInteger mismatches.
  • Updated comments to reflect this and some previous changes.