What's Changed
- [TypeScript] Update
model.start()
type for two-way reactive functions by @sophiasam96 in #314model.start()
typings now accept an object withget
andset
functions, defining a 2-way reactive function.- The JS implementation remains unchanged.
- For more information: https://derbyjs.github.io/derby/models/reactive-functions#two-way-reactive-functions
New Contributors
- @sophiasam96 made their first contribution in #314
Full Changelog: v2.2.2...v2.3.0