Update Log
Date format is MM/DD/YYYY
Get the latest version
Already have Dubnium in your project? Update it!
npm update dubniumWant to get started using Dubnium in your projects? Install it!
npm i dubnium@latestUpdate 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').HelpersDeprecated
filter()New
exactparameter forgetFromValue()&getFromKeyValue()Added
DubniumTemplateErrorfor template-related errorsLimits for search queries. These are optional. Set to
0to not limit.Added
tagOnlyparam togetAll()to easily get an array of Tags.list()was also added as a shorthand way to do this.isEmptyis now a property, not a functionFixed functions that rely on
walkDir()Added
requireRootconfig parameterAdded
modify()Added
requiredto JSON TemplatesAdded
templateconfig parameter
v3.0.1 (05/20/2023)
Fixed a lot of issues
Get, delete, edit, change tag, by a Record's index. Set the
tagparameter to the index.Removed
createFromFile(). Set content to a string containing the path to an existing file to create from a file. Setoptions.notFromFileto skip this.Added extension filter lists.
Added
read()
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.jsonFunction aliases
Removed
returnType, all return arrays nowAdded
beautify()Added
save()overwrite is now
edit()Added
getFromKeyValue(), and modifiedgetFromValue()New/revised events
+ more
Last updated
Was this helpful?