EssentialGG / Vigilance

Configuration Utility using Elementa
GNU Lesser General Public License v3.0
54 stars 12 forks source link

fix: add the ability to register multiple listeners for a property #68

Open caoimhebyrne opened 1 year ago

caoimhebyrne commented 1 year ago

This adds the ability to add multiple property listeners. Before, we only allowed one action, but this PR allows us to have multiple actions without breaking API changes.

Reviews are welcome, and if we should do it differently, I'd be open to suggestions on how to improve this.