# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.1.4](https://gitea.cor.bz/corbz/relay/compare/v0.1.3...v0.1.4) (2025-04-30)
### Features
* add '15' as a page size option for tables ([9b5913c](https://gitea.cor.bz/corbz/relay/commit/9b5913cd77e8ebe90bae3f3a6957a4927dc0fc15))
* add filters guild page with table (missing full features) ([6ff4bac](https://gitea.cor.bz/corbz/relay/commit/6ff4bacddf9200aa7d25284efee1c193ed3e76ae))
* allow a custom 'where' clause parameter for datatable queries. ([637415b](https://gitea.cor.bz/corbz/relay/commit/637415b8ca6843fa46dbb4e80d849c3a4324f0b6))
* basic search functionality for feed table ([f872416](https://gitea.cor.bz/corbz/relay/commit/f8724162ad167e53bf38cb5d1957d8905c59ab17))
* functional 'create' modal for feed records ([d8141e4](https://gitea.cor.bz/corbz/relay/commit/d8141e485cf60cede956b5a3846c1cd00962ff38))
* tag design for status and channels in feed table ([1edc1d4](https://gitea.cor.bz/corbz/relay/commit/1edc1d4016b0640c6f7da320e498b4cc0875a0f8))
* util for verifying feed channels ([5323009](https://gitea.cor.bz/corbz/relay/commit/5323009fd8562ab8f3997aeb829863fd5b3655ec))
### Bug Fixes
* **api:** correctly handle arguments for channels and active ([9896f8e](https://gitea.cor.bz/corbz/relay/commit/9896f8e094c06a0980b835902df2d9cb384bbd3d))
* **api:** feed push fails if channels is undefined (left blank in UI) ([ce51623](https://gitea.cor.bz/corbz/relay/commit/ce51623637b21829ca3727a564b278b2282902fd))
* include filters on feed table ([db5178f](https://gitea.cor.bz/corbz/relay/commit/db5178fef086bba9a53ce6e8f1abcd66f211e322))
* redraw feed datatable when new entries are created ([77c8d39](https://gitea.cor.bz/corbz/relay/commit/77c8d391424671af6834517aab07e47be87b5d63))
* replace unusable
renders with className parameters for col configs. ([31b9063](https://gitea.cor.bz/corbz/relay/commit/31b90633652c493b7c87ef359736650574b0fb53))
### [0.1.3](https://gitea.cor.bz/corbz/relay/compare/v0.1.2...v0.1.3) (2025-04-26)
### Features
* add API controller new Feed models ([d03dc8e](https://gitea.cor.bz/corbz/relay/commit/d03dc8ed9024424c9b92d957a86b2f93dd7c7724))
* added footer with pagination to feed table ([87da782](https://gitea.cor.bz/corbz/relay/commit/87da78286c951105626092415bec0714839ca335))
* exposed api routes for Feed objects ([95124ec](https://gitea.cor.bz/corbz/relay/commit/95124ec6e5f5c4fabbe2f7facb71f81f426aff56))
* page size selector for feed table ([07b163a](https://gitea.cor.bz/corbz/relay/commit/07b163a67440f41fe92a2badcb0b84bff9f972ff))
* preline select box for table pagination ([6cdef67](https://gitea.cor.bz/corbz/relay/commit/6cdef67850fce24b9d75013161c262e50e176e77))
### Bug Fixes
* **api:** include channels in datatable response for feeds ([10d55be](https://gitea.cor.bz/corbz/relay/commit/10d55be62d36189ab0f191aa8f1a6561c0f1374e))
* errors with feed datatables api endpoint ([130fa63](https://gitea.cor.bz/corbz/relay/commit/130fa63f69af73279c8489491a1829b6e79f0b0b))
* missing preline dependencies ([6f820fd](https://gitea.cor.bz/corbz/relay/commit/6f820fdcfc4713c6768b9d85c04477e2fa05cc39))
* new feed api endpoints using bad regex ([98b9bb1](https://gitea.cor.bz/corbz/relay/commit/98b9bb1fba8a00a8f2d23b70ee422018a5cbf281))
### [0.1.2](https://gitea.cor.bz/corbz/relay/compare/v0.1.1...v0.1.2) (2025-04-22)
### Features
* basic table on feeds view ([78ab28e](https://gitea.cor.bz/corbz/relay/commit/78ab28e73c8df021ce88b6f1ac9dbb5b46dce84b))
### [0.1.1](https://gitea.cor.bz/corbz/relay/compare/v0.1.0...v0.1.1) (2025-04-22)
### Features
* connect routers for accessing the new guild tabs ([d02597b](https://gitea.cor.bz/corbz/relay/commit/d02597b4fd9a5b040b0c499b726b1812a4144ac7))
### Bug Fixes
* add tab helper for highlighting the active guild tab ([119339c](https://gitea.cor.bz/corbz/relay/commit/119339c0a3c7a3d0d63db2be91f07d06798a7133))
## 0.1.0 (2025-04-22)
Initial version |