Skip to content

v0.10.1

Choose a tag to compare

@arthurfiorette arthurfiorette released this 14 Mar 20:54
· 988 commits to main since this release

Default options were updated

This isn't something that you should really care. All these options should have been enabled by default. (unless you are using a cache library and wants to avoid correct caching behaviors 😁)

As this package was evoluting, new cache options and behaviours were introduced. To avoid possible "breaking changes" on every release, they were shipped disabled by default. But, the majority of users won't enable them because they don't know their existence and/or what they do.

Important changes:

  • Enabled etag, staleIfError, and interpretHeader by default. (119fa32)
  • Fixed reference changes when using memory storage (#163 and #164)
  • Improved documentation in many areas. (Thanks @arnaud9145 and @himasimplisafe)
  • Restructured bundle options and folders (#167)
  • Fixed v0.10.0 build setup

Full Changelog: v0.9.3...v0.10.1