mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-28 14:38:54 +00:00
* feat: enhance makepatches function to support multiple suffixes and JSON output format * feat: add release notes for makepatches JSON output enhancement * doc: update makepatches operator documentation to document new json output * doc: add JSON output examples to makepatches and applypatches documentation * chore: convert space indentations to tabs * test: add tests for makepatches operator with JSON output support * chore: change space to tab indentation * test: add DiffMergePatch4 integration test for testing makepatches json output * fix: remove superfluous heading character * refactor the parsing of the makepatches suffixes Co-authored-by: Saq Imtiaz <saq.imtiaz@gmail.com> * refactor: improve makepatches function for better readability and performance * chore: apply style guide by collapsing consecutive variable assignments * chore: remove extraneous tabs --------- Co-authored-by: Saq Imtiaz <saq.imtiaz@gmail.com>