Skip to content

Support angular 17

Latest
Compare
Choose a tag to compare
@sefatanam sefatanam released this 18 Nov 20:18

Breaking Change:

  • We remove static encryption key, from now user able to set their custom encryption key on demand. So from you you have to provide key as bellow (from Angular 17),
providers: [
    ....
    CryptoBrowserStorageService,
    { provide: CRYPTO_HASH_KEY, useValue: 'YOUR_KEY_HERE' }
  ]

What's Changed

Full Changelog: v2.1.0...v4.0.2