Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 492 Bytes

changelog.md

File metadata and controls

10 lines (9 loc) · 492 Bytes

1.2:

  • using chrono crate for date validation - it is now not possible to create PESEL for non-existent day, such as: 29 Feb not in a leap year, 31st of April or 31st of June etc.
  • improved Error handling:
    • Errors are now easier to use, as they contain not only message, but also Enum describing the type of error
  • out of range check has been fixed
  • improved documentation (comments, docstrings and README)

1.1:

  • documentation improved (docs & readme) 1.0 - initial implementation