Added: - iso8601WithOffset which handles iso8601 date time with timezone date validation - nonBlankString which handles string that aren't "" and also just whitespace - nonEmptyString which handles "" strings - anyOf(String...) which handles enumerated style attributes for validation fixes #245 changed the name of iso8601DatetimeWithTimezone to anyIso8601WithOffset per code review suggestions
=== Spring Cloud Contract Specification This module contains the specifications describing contracts. Currently we have only one way for contract description which is the Groovy DSL.