Update Log

Date format is MM/DD/YYYY

Get the latest version

Already have Dubnium in your project? Update it!

npm update dubnium

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 getFromValue() &getFromKeyValue()

  • Added DubniumTemplateError for template-related errors

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

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

  • isEmpty is now a property, not a function

  • Fixed functions that rely on walkDir()

  • Added requireRoot config parameter

  • Added modify()

  • Added required to JSON Templates

  • 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.

  • Added extension filter lists.

  • Added read()

v3.0.0 (05/07/2023)

Last updated