v0.5.0
-
BACKWARD INCOMPATIBLE: Changes for the CHANGELOG are no longer sourced from git commit messages.
-
BACKWARD INCOMPATIBLE: Removed
LHTML.saving.defaultSaver
in favor ofLHTML.saving.onBeforeSave
-
BACKWARD INCOMPATIBLE: Renamed
LHTML.saving.disableFormSaving
toLHTML.saving.disableFormSync
-
BACKWARD INCOMPATIBLE: Removed
LHTML.saving.registerSaver
in favor ofLHTML.saving.onBeforeSave
-
FIX: When a document is reloaded, the document edited state is reset to false
-
NEW: Changes for the CHANGELOG are now sourced from files rather than from git commit messages.
-
NEW: Added safeguards to make sure the document and main process aren't trying to write/save at the same time
-
NEW: Reduce logging noise
-
NEW: Allow documents to access blob: URLs
-
NEW:
writeFile
/readFile
accept the same arguments as Nodefs
equivalents. -
NEW: There are working, functional tests of some saving/loading scenarios.
-
NEW:
fs.listdir
now accepts path and{recursive:false}
arguments. -
NEW: Added
saving.onBeforeSave
to replace duplicate methods of saving files -
NEW: Add 'Export As PDF...' menu item
-
Moved API documentation out to
api.md