You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: ignore unknown formats when compiling schemas (#116)
This allows schemas that may have custom formats to be used.
As part of this change I've disabled warning log messages as when setting
`unknownFormats: "ignore"` warning messages are emitted everytime a schema
with unknown formats is compiled.
I have not disabled standard or error log messages.
0 commit comments