mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-25 09:46:03 +00:00
* Deprecate some utility functions * Drop IE support * Update two function * Update comment * Further simplify with arrow function * Fix node error * Deprecate logTable * Deprecate class functions * Attempt to fix error * Deprecate two functions * Remove deprecation for getLocationPath * Deprecate stringifyNumber, domContains, domMatchesSelector * Deprecate $tw.utils.each * Revert "Deprecate $tw.utils.each" This reverts commit650df1d575. * Simplify getFullScreenApis * Replace LLMap with Map * Revert "Replace LLMap with Map" This reverts commit4410ac194a. * Move some deprecated functions to deprecated.js * Remove Opera & MS prefix * Deprecate getLocationPath * Fix code style * Revert "Remove Opera & MS prefix" This reverts commite5771c00be. * Revert "Simplify getFullScreenApis" This reverts commit894cb479ea. * Further simplify toggleClass * Second attempt to simplify $tw.utils.each * Revert "Second attempt to simplify $tw.utils.each" This reverts commit74cb4f766e. * Third attempt to simplify $tw.utils.each * Add missing comma * Update comments * Deprecate hopArray Since it is easy to implement it with some method * Update change notes * Deprecate tagToCssSelector Since tc-tagged-* classes are deprecated