0.9.2
A new version which solves an issue with the BOM error always showing even when not applicable and fixes an error that occures on leap days. This includes the following issues:
#64 It is now possible to test local files by adding the is_local flag to True and passing a local path as the url parameter. This will only validate the content of the file given
#65 The BOM error was always shown even when not applicable. This issue has been fixed and the error message is improved.
#66 On leap days the validation check would fail because it would check for a year later. This was not done correctly and it would fail. This is fixed now.