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
Moved value field from KeywordContext into Keyword directly since it was always accessed directly. Made KeywordContext immutable. Validation now works with Keywords directly instead of using the KeywordContext.
Introduced static factory method keywordFor(...) for constructing keywords.
0 commit comments