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
feature: Add enabled field to Specification :breaking:
- Make parameters, languages and enabled fields non-optional
and defaulting to their default values. This way we can support
current tools in a non-breaking. This plays well with play-json
library using `.using[Json.WithDefaultValues]` that make `Format`s
accept json objects without the currently added `enabled` field.
0 commit comments