editor.js/docs
Polina Shneider fc3e146764
Validate saved data (#591)
* Specify submodule branch for test

* Change branch for testing convenience

Just run: git submodule update --remote

* Added checklist submodule for test

* Attempt to validate data on save

* Rewrite promise.then to async/await

* Move validate logic to saver

* Remove extra space

* Fix tabs

* Don't need async/await here

* Remove submodule

* Improve logging, remove empty blocks from data array

* Remove warning

* Loop over blocks only once

* Make validate non-async

* Get rid of await Promise.all

* Make validate async

* Call plugin's validate method with await

* Add docs

* Update docs

* Make separate function for tools validation

* Rename method

* Add data types interfaces

* Improve logging

* Desctructure extraction object

* Remove useless argument

* Update README and changelog

* Make separate changelog for version

* Increase version

* Bump version

* Keep logs at their places

* Fix logs order

* Pull submodules

* Improve logs grouping

* log styles improved

* Describe allExtractedData type

* Improve JSDoc
2019-01-12 19:39:43 +03:00
..
api.md Notifier module and API (#486) 2018-11-10 15:47:25 +03:00
caret.md Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
CHANGELOG.md Validate saved data (#591) 2019-01-12 19:39:43 +03:00
events.md Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
installation.md Move to typescript (#474) 2018-11-23 19:11:50 +03:00
sanitizer.md Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
toolbar-settings.md Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
tools-inline.md Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
tools.md Validate saved data (#591) 2019-01-12 19:39:43 +03:00
usage.md Enable editor autofocus (#581) 2019-01-12 03:44:43 +03:00