Skip to content

Commit dda47f2

Browse files
Docs: add note about JSDoc support
1 parent 9c283d5 commit dda47f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For a _much_ more detailed version of this changelog, see the [commit history](h
1010
- Fixed DOM transversal in order to catch text written on a Quick Reply as well (it uses a different class).
1111
- Added a _very simple_ test suite (not on the plugin, just on the GitHub package) with a mock phpBB3 HTML/CSS layout, just to test the actual functionality of the local storage facility. Just point a browser to the local file `./tests/test.html` and open the Development Tools on your browser. Debug messages are also sent to the console, if you enable it to see them (regular messages are very sparsely used, while debug messages are chatty).
1212
- Refactored the code to use the 'new' operators `?.` and `??`, making the overall code much easier to follow & understand (and possibly more bug-proof as well).
13+
- Attempted to add JSDoc documentation on the JavaScript code (still a WIP).
1314

1415
## 1.0.5
1516

0 commit comments

Comments
 (0)