aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/object-property-accessor.js
Commit message (Collapse)AuthorAge
* Object property accessor API update (#485)toasted-nutbread2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | * Simplify function names * Add delete and swap functions * Remove custom setter Not currently part of the expected use cases. * Add documentation * Update tests * Add delete test functions * Update tests to use fresh objects * Add swap test functions * Add empty tests * Disable delete on arrays
* Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
| | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :)
* Change integer state IDs to stringstoasted-nutbread2020-03-15
|
* Fix misuse of getPathStringtoasted-nutbread2020-03-14
|
* Add ObjectPropertyAccessortoasted-nutbread2020-03-14