Skip to content

v3.0.0

Compare
Choose a tag to compare
@gcotelli gcotelli released this 28 Jul 12:38
· 8 commits to v3 since this release
50da8e3

Breaking changes

  • Renamed ZnEtag to EntityTag
  • Renamed ZnLink to WebLink
  • Moved PortAvailabilityChecker to a package included in the Deployment group and refactoring a bit the behavior

Non-breaking changes

  • Added methods to easily configure well-known parameters for web links: (relationType: title: mediaQueryHint: mediaTypeHint: addLanguageHint:)
  • Added methods to easily configure well-known relation types for web links: (toCollection toCopyright toEdit toExternalSite toFirst toHelp toIcon toItem toLast toLatestVersion toLicense toMyself toNext toParent toPayment toPredecessorVersion toPrevious toProfile toSearch toSuccessorVersion toTermsOfService toVersionHistory toWorkingCopy toWorkingCopyOrigin )
  • Updated documentation
  • Added ZnUrl>>asWebLink

Migration Guide

  • Load the Hyperspace-Deprecated-V2 package before your code. This package includes automatic rewrite rules and deprecation warnings for the breaking changes.