Skip to content

Releases: keift/peakdb

v2.3.9

31 May 12:27
Compare
Choose a tag to compare

v2.2.1 → v2.3.9

Updated on May 12, 2022

Major Updates

  • <Collection>.Backup() changed. This function will now be used as createBackup().
  • <Collection>.LoadBackup() added. With this function, you can easily restore backups.
  • <Collection>.CreateBackup() returns changed. Now this function, if successful, will return the filename of the backed up collection on its return.
  • <CollectionOptions>.Auto_Backup changed. This option will now be used as auto_create_backup.
  • <Collection>.Reduce() changed. This function will now be used as decrease().