Skip to content

1.1.0

Compare
Choose a tag to compare
@ultrono ultrono released this 04 Jun 21:50
· 4 commits to master since this release
  • Fix multiple code style issues identified by StyleCI and Scrutinizer CI
  • Remove the OddNumber and EveneNumber rules. As they are both extremely similar classes, avoid duplication by combining both rules into a single NumberPartity class
  • Update readme to reflect new NumberPartity rule
  • Remove unused code in Base64EncodedString string rule (ref. Scrutinizer CI suggestion)