core
core copied to clipboard
config onUpdate improvements
Currently, the internal.config.onUpdate only triggers for .set calls. This should be improved to also fire events as part of the bootstrap sequence
- construct
- preInit
- configure
- *** emit
onUpdatefor all config properties (leave it up to code to filter out unchanged values as needed) - post configure