Update Log
Date format is MM/DD/YYYY
Last updated
Was this helpful?
Date format is MM/DD/YYYY
Last updated
Was this helpful?
Already have Dubnium in your project? Update it!
Fixed getAll()
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
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.
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