Update Log
Date format is MM/DD/YYYY
Last updated
Was this helpful?
Date format is MM/DD/YYYY
Last updated
Was this helpful?
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
Renamed data
to content
Config file
Other small changes and fixes, including removing random callback params
Removed size
property
Deprecated watch()
/ unwatch()
Other small improvements
New events
locateRecord()
is now find()
Bug fixes & small improvements
New events
Removed index.mjs (index.js can be used by ESM & Commonjs)
size
property for Records.
Other small improvements & bug fixes
Added index.mjs.
Bug fixes
Redesigned docs
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