2023-12-31 20:47:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-fastjsonschema: updated to 2.19.1 2.19.1 (2023-12-28) * Fixed date format to accept only two digit months and days |
2023-11-19 15:17:02 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-fastjsonschema: update to 2.19.0. === 2.19.0 (2023-11-14) * Added `use_formats` parameter to allow disable automatic assertions |
2023-10-10 17:58:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-fastjsonschema: updated to 2.18.1 2.18.1 (2023-10-01) * Lazy import of urllib to improve import performance |
2023-08-04 10:20:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-fastjsonschema: updated to 2.18.0 2.18.0 (2023-07-22) * Improved error message for required props - only missing are reported * Fixed support of boolean schema in if-then-else application |
2023-07-18 08:51:36 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-fastjsonschema: remove py-test-cache from TEST_DEPENDS, it is not needed |
2023-05-29 11:15:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-fastjsonschema: updated to 2.17.1 2.17.1 (2023-05-22) * Fixed tests in sdist 2.17.0 (2023-05-21) * Added support for Decimals * Added tests in sdist |
2023-03-14 11:43:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-fastjsonschema: updated to 2.16.3 2.16.3 (2023-02-25) * Fix variable name resolving with references |
2023-01-25 15:00:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-fastjsonschema: updated to 2.16.2 2.16.2 (2022-08-10) * Fix compile to code tests to run them on any platform 2.16.1 (2022-07-17) * Fix uniqueItems when explicitly set to False 2.16.0 (2022-07-17) * Fix generating invalid code for some schemas using items * Preserving full path in combination with $ref * Improved error messages for oneOf and anyOf |
2022-04-07 09:00:29 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-fastjsonschema: added version 2.15.3 fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06 and 07. The main purpose is to have a really fast implementation. |