Skip to content

Releases: charto/cget

v0.2.1

12 Sep 13:32
Compare
Choose a tag to compare
  • Add abort method to CacheResult class.

v0.2.0

07 Aug 19:59
Compare
Choose a tag to compare
  • Rewrite adding support for new caching strategies.
  • Allow customizing filenames for cached files.
  • Add retry support.

v0.1.1

21 Jul 16:33
Compare
Choose a tag to compare
  • Append protocol in cached header file names.
  • Allow passing config options directly to the request package.
  • Allow arbitrary URL rewriting by passing a hook function.

v0.1.0

20 Jul 12:04
Compare
Choose a tag to compare
  • Support file URLs.
  • Improve API.
  • Store status messages, headers and timestamps.
  • Add proper readme.
  • Support basic authentication and timeout options.
  • Fix various issues revealed by automated tests.

v0.0.5

19 Feb 15:05
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Return a boolean from Cache.store.

v0.0.4

06 Feb 06:45
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Include query parameters when fetching from remote addresses.
  • Use typings instead of tsd.

v0.0.3

15 Jan 11:35
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Allow storing arbitrary data.
  • Allow existence query and mostly working synchronous path building.
  • Support URN addresses.
  • Store and output HTTP headers.
  • Output raw buffers instead of strings.

v0.0.2

22 Dec 10:44
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Fix streaming simultaneously to caller and cache.
  • Remove debug output.
  • Update dependencies.

v0.0.1

28 Nov 14:37
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Initial release.