Skip to content

v1.4.0

Compare
Choose a tag to compare
@simc simc released this 07 Feb 13:33

Enhancements

  • ~1000% encryption / decryption performance improvement
  • Added option to implement custom encryption algorithm
  • Added box.valuesBetween(startKey, endKey)
  • Allow tree shaking to drop encryption engine if no encryption is used

Fixes

  • Hive.deleteBoxFromDisk() did not work for boxes with upper-case names

More

  • Deprecated encryptionKey parameter. Use Hive.openBox('name', encryptionCipher: HiveAesCipher(yourKey)).
  • Dropped pointycastle dependency
  • Dropped path dependency