mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
1023 B
1023 B
0.4x Refactor Notes
Please remove this file after 0.4x (or perhaps organize it so that we can see the history of breaking changes)
Immediate Deprecation Notices
action:ajaxifyingis no longer triggered on body but on window instead, in line with other similar hooks.filter:server.create_routesandfilter:admin.create_routeswill have limited support (ajaxify works, but first-load will not). Please have a look at this plugin for an example on how to create routes in plugins from now on.
Upcoming Deprecation Warnings
filter:footer.buildwill be deprecated for 0.4x in favour of the widget system (WIP)- templates.setGlobal (server-side only) deprecated in favour of using res.locals
plugins/fireHookroute will be deprecated for 0.4x- synchronous hooks will be deprecated for 0.4x - we're reducing complexity by removing the
callbacked: trueproperty inplugin.json- just use callbacks.