Dubnium
v2
v2
  • Install
  • Overview
  • Initialize
  • Manage
  • Get
  • Modify
  • Templates
  • CLI
  • Events
  • Plugins
    • Create
  • Miscellaneous
  • Update Log
  • Need more help?
Powered by GitBook
On this page
  • Get the latest version
  • Version 2 Update History
  • v2.3.1 (09/25/2022)
  • v2.3.0 (09/03/2022)
  • v2.2.3 (08/11/2022)
  • v2.2.2 (08/08/2022)
  • v2.2.1 (07/30/2022)
  • v2.2.0 (07/28/2022)
  • v2.1.0 (07/26/2022)
  • v2.0.1 (07/24/2022)
  • v2.0.0 (07/16/2022)

Was this helpful?

Update Log

Date format is MM/DD/YYYY

PreviousMiscellaneous

Last updated 2 years ago

Was this helpful?

Get the latest version

npm i dubnium@latest

Version 2 Update History

v2.3.1 (09/25/2022)

  • Added name property

  • Added method

  • Added method

  • Fixed

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

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

  • Reworked

  • Added useConfig param when initializing

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

  • Other small changes & improvements

v2.3.0 (09/03/2022)

  • Renamed data to content

  • Config file

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

v2.2.3 (08/11/2022)

  • Removed size property

  • Deprecated watch() / unwatch()

  • Other small improvements

v2.2.2 (08/08/2022)

  • New events

v2.2.1 (07/30/2022)

  • locateRecord() is now find()

  • Bug fixes & small improvements

  • New events

v2.2.0 (07/28/2022)

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

  • size property for Records.

  • Other small improvements & bug fixes

v2.1.0 (07/26/2022)

  • Added index.mjs.

v2.0.1 (07/24/2022)

  • Bug fixes

  • Redesigned docs

v2.0.0 (07/16/2022)

  • New API style

  • Bug fixes

  • Other small improvements

  • Short descriptions in supported IDEs

Added

Added property

Added method

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

exists() is now

Read all the changes

Fixed

Fixed

Changed to a property

More size options for

Fixed

to run a custom function without leaving the Record Editor API.

Fixed

to run any fs method on the Record

options param for which is passed into writeFile (optional)

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

will return to the Dubnium class.

to shorten the Record

to append data to the Record

More

More methods can be called after and

template.new() is now

New methods: , , watch/unwatch, , & more

plugins
events
here
db.get(...).custom() issue
Template.use() issue
other() issue
setValue issue
Templates
Github repository
config file issue
plugins
bash()
iterate()
stats()
Added custom()
Added other()
exit()
stats
createSymlink
realpath
has()
search options
Added truncate()
Added append()
syncWith
template.use()
Record()
deleteLarge()
create()
deleteLarge()
wipe
close