Dubnium
v3
v3
  • Overview
  • API
    • Initialize
    • Manage
    • Get
    • Edit
    • Search
    • Miscellaneous
    • Middleware
    • Versioning
  • TEMPLATES
    • JSON
    • String
  • EXTENSIONS
    • Setup
    • Create
    • Find
  • OTHER
  • CLI
  • Events
  • Update Log
  • EXTERNAL LINKS
    • Need more help?
    • Report an Issue
Powered by GitBook
On this page
  • Get the latest version
  • Update History
  • v3.0.3 (2/11/2024)
  • v3.0.2 (2/3/2024)
  • v3.0.1 (05/20/2023)
  • v3.0.0 (05/07/2023)

Was this helpful?

Update Log

Date format is MM/DD/YYYY

PreviousEvents

Last updated 1 year ago

Was this helpful?

Get the latest version

Already have Dubnium in your project? Update it!

npm update dubnium

Want to get started using Dubnium in your projects? Install it!

npm i dubnium@latest

Update History

v3.0.3 (2/11/2024)

  • Fixed getAll()

v3.0.2 (2/3/2024)

  • Bug fixes

  • Helper functions are now exported at require('dubnium').Helpers

  • Deprecated filter()

  • New exact parameter for &

  • Added DubniumTemplateError for template-related errors

  • Limits for search queries. These are optional. Set to 0 to not limit.

  • Added tagOnly param to to easily get an array of Tags. list() was also added as a shorthand way to do this.

  • is now a property, not a function

  • Fixed functions that rely on walkDir()

  • Added requireRoot config parameter

  • Added

  • Added required to

  • Added template config parameter

v3.0.1 (05/20/2023)

  • Fixed a lot of issues

  • Get, delete, edit, change tag, by a Record's index. Set the tag parameter to the index.

  • Removed createFromFile(). Set content to a string containing the path to an existing file to create from a file. Set options.notFromFile to skip this.

v3.0.0 (05/07/2023)

  • Basic Record Editor API methods are now exported at the database level. (eg: db.delete())

  • Bug fixes & rewritten

  • Extensions (removed plugins)

  • Config is now stored in /.dubnium/config.json

  • Function aliases

  • Removed returnType, all return arrays now

  • + more

Added extension .

Added

Added

Added

overwrite is now

Added , and modified

New/revised

Middleware
Versioning
events
JSON Templates
filter lists
beautify()
save()
edit()
isEmpty
modify()
getFromValue()
getFromKeyValue()
getAll()
read()
getFromKeyValue()
getFromValue()