Skip to content

Release v1.1.0

Choose a tag to compare

@ViewFromTheBox ViewFromTheBox released this 02 Feb 00:35
· 32 commits to main since this release

Added\n- Action removal APIs:\n- Action::remove(string , callable , int = 10): bool\n- Action::removeAll(string , int|false = false): bool\n- Filter removal APIs:\n- Filter::remove(string , callable , int = 10): bool\n- Filter::removeAll(string , int|false = false): bool\n- Helper functions:\n- removeAction(), removeAllActions(), removeFilter(), removeAllFilters()\n- Facade methods documented: Action::remove(), Action::removeAll(), Filter::remove(), Filter::removeAll()\n- Unit tests for removal behaviors\n- Documentation updates with examples and API references