Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 02:50
· 144 commits to main since this release
v1.1.0
c603cf6

Added

  • Added Binary() and BinaryAs() builders for binary variables
  • Added variable.LengthLimited schema for values that have minimum or maximum lengths

Changed

  • variable.String now implements the new LengthLimited interface
  • Rename the variable.[Min|Max]LengthError.String to ViolatedSchema and change its type to LengthLimited

Removed

  • Removed "platform" examples from generated documentation. These are too opinionated and organization-specific to be included in every project's documentation. Instead, we will provide different export modes that can be used to generate Docker/Kubernetes/etc configurations, similar to the existing export/dotenv mode.