Tags: fullcube/loopback-component-fsm
Tags
feat: allow methods to pass arguments to force update status (#5) * feat: listen to allowForce component and allow to force status change * chore: delete the unwanted code from tests * test: add some test to cover force status update * documentation: update readme for force status change option * remove .only from new tests * test: clean up force change tests * docs: reword docs for allowForce setting * test: add additional test to verify sequential state change * refactor: improve code readability * refactor: always expect params as first method argument * docs: document the params method argument