Skip to content

3.0.0

Compare
Choose a tag to compare
@jpodwys jpodwys released this 24 May 16:47
· 18 commits to master since this release
a172b19

Breaking

This major release consumes cache-service-cache-module#2.0.0 which contains the following breaking change:

.get now returns a clone of, rather than a reference to, cached objects. This means that manipulating responses from .get will no longer manipulate the cache entry.

Non-breaking

Updating dependencies.