Update Log
Date format is MM/DD/YYYY
Get the latest version
Version 2 Update History
v2.3.1 (09/25/2022)
Added name property
Added
bash()
methodAdded
iterate()
methodFixed config file issue
Some functions will now work with other file types in the dir
Removed
record.data
&db.exists()
(userecord.content
&db.has()
respectively)Reworked plugins
Added
useConfig
param when initializingSome internal functions are now exported (fullPath, searchArray, iterateDir)
Other small changes & improvements
v2.3.0 (09/03/2022)
Added plugins
Added
realpath
propertyRenamed
data
tocontent
Added
Record()
methodConfig file
Removed
watch()
/unwatch()
, in favor of eventsexists()
is nowhas()
Other small changes and fixes, including removing random callback params
Read all the changes here
v2.2.3 (08/11/2022)
Fixed
Template.use()
issueRemoved
size
propertyChanged
stats()
to a propertyMore size options for
deleteLarge()
Deprecated
watch()
/unwatch()
Other small improvements
v2.2.2 (08/08/2022)
Fixed
other()
issueAdded
custom()
to run a custom function without leaving the Record Editor API.New events
v2.2.1 (07/30/2022)
Fixed
setValue
issuelocateRecord()
is nowfind()
Bug fixes & small improvements
New events
Added
other()
to run anyfs
method on the Record
v2.2.0 (07/28/2022)
Removed index.mjs (index.js can be used by ESM & Commonjs)
options
param forcreate()
which is passed intowriteFile
(optional)deleteLarge()
will delete Records larger than the specified size (in bytes, for now)exit()
will return to the Dubnium class.Added
truncate()
to shorten the RecordAdded
append()
to append data to the RecordMore search options
size
property for Records.Other small improvements & bug fixes
v2.1.0 (07/26/2022)
Added index.mjs.
v2.0.1 (07/24/2022)
Bug fixes
template.new()
is nowtemplate.use()
Redesigned docs
v2.0.0 (07/16/2022)
New API style
New methods:
syncWith
,stats
,watch
/unwatch
,createSymlink
, & moreBug fixes
Other small improvements
Short descriptions in supported IDEs
Last updated