You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the library API is pretty stable, some fixes and refactoring introduced some breaking changes to its behavior (e.g. removing replay from elements). Also, while the overall usage is well documented with examples, this might not be the case for how exposed properties are behaving.
It is required to provide a documentation for how public API properties should behave along with corresponding unit tests to reflect this behavior to avoid any regressions during future refactoring. Candidate members include;
elements
inputs
errors
executing
func execute(_:)
The text was updated successfully, but these errors were encountered:
While the library API is pretty stable, some fixes and refactoring introduced some breaking changes to its behavior (e.g. removing replay from
elements
). Also, while the overall usage is well documented with examples, this might not be the case for how exposed properties are behaving.It is required to provide a documentation for how public API properties should behave along with corresponding unit tests to reflect this behavior to avoid any regressions during future refactoring. Candidate members include;
elements
inputs
errors
executing
func execute(_:)
The text was updated successfully, but these errors were encountered: