on-property-change icon indicating copy to clipboard operation
on-property-change copied to clipboard

A Typescript decorator to watch class properties changes

Results 14 on-property-change issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Add a possibility to start watching property when the component is initialised, or view rendered, etc. We can reach it by extending the decorator config like this ``` @OnPropertyChange('propName', {...

enhancement
help wanted

It might be useful to have a possibility to have more than just previous value. The decorator parameters could look like ``` @OnPropertyChange('propName', { history: true }) // {..., previousValue:...

enhancement
help wanted