Releases: giraysam/boomerang-cache
Releases · giraysam/boomerang-cache
boomerang-cache v1.2.0
boomerang-cache v1.1.0
Added encryption feature
var boomerang = BoomerangCache.create('bucket1', {encrypt: true});We use crypto-js to encrypt data.
boomerang-cache v1.0.5
renewal documantation with jsdoc
boomerang-cache v1.0.4
Expire item was included in storage item.
// After 3 seconds this will return null.
var seconds = 3;
boomerang.set('key', 'Hello World', seconds);boomerang-cache v1.0.3
Fixed bugs.
boomerang-cache v1.0.2
Documentation created and fixed bugs.
boomerang-cache v1.0.0
We opened source codes for developers.