Update Log

Date format is MM/DD/YYYY

Get the latest version

npm i dubnium@latest

v2.3.1 (09/25/2022)

  • Added name property

  • Added bash() method

  • Added iterate() method

  • Some functions will now work with other file types in the dir

  • Removed record.data & db.exists() (use record.content & db.has() respectively)

  • Reworked plugins

  • Added useConfig param when initializing

  • Some internal functions are now exported (fullPath, searchArray, iterateDir)

  • Other small changes & improvements

v2.3.0 (09/03/2022)

  • Added plugins

  • Added realpath property

  • Renamed data to content

  • Added Record() method

  • Config file

  • Removed watch()/unwatch(), in favor of events

  • exists() is now has()

  • Other small changes and fixes, including removing random callback params

Read all the changes here

v2.2.3 (08/11/2022)

v2.2.2 (08/08/2022)

v2.2.1 (07/30/2022)

v2.2.0 (07/28/2022)

  • Removed index.mjs (index.js can be used by ESM & Commonjs)

  • options param for create() which is passed into writeFile (optional)

  • deleteLarge() will delete Records larger than the specified size (in bytes, for now)

  • exit() will return to the Dubnium class.

  • Added truncate() to shorten the Record

  • Added append() to append data to the Record

  • size property for Records.

  • Other small improvements & bug fixes

v2.1.0 (07/26/2022)

  • Added index.mjs.

v2.0.1 (07/24/2022)

v2.0.0 (07/16/2022)

Last updated