Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@kamarton kamarton released this 13 Aug 17:03
· 115 commits to main since this release
  • enh: mutable accessors
  • enh: no-cache with more control tags + pragma
  • fix: no-cache reset if not used
  • enh: more tests added
  • enh: cache control tags sorted by name
  • enh: lowercased header names
  • fix: CacheHeaderBuilder::reset() staleWhileRevalidate and staleIfError
  • enh: header always converted to lowercase
  • enh: CacheHeaderBuilder::hasLastModified(), hasEtag(), isNoCache(), isEmpty(), isNotEmpty(), getEtag()
  • remove: ModifiedMatcherResult:: isBeforeModifiedSince, isAfterModifiedSince, isBeforeModifiedAt, isAfterModifiedAt,
    isEqualsModifiedAt, isEqualsUnmodifiedSince
  • enh: ModifiedMatcherResult::isModifiedSince, matchesModifiedAt, isUnmodifiedSince
  • fix: empty ETAG use as NO ETAG