-
released this
2025-11-21 21:01:57 +00:00 | 10 commits to main since this releaseWhat's Changed
Improved UX 🎨
- Pagination parameters (
PageandLimit) are now optional and hidden by default- These parameters are now under an "Additional Options" section for all list operations
- Default values (Page: 1, Limit: 50) are automatically applied when not specified
- Results in a cleaner, less confusing interface for users who don't need custom pagination settings
- Advanced users can still customize pagination by expanding "Additional Options"
- Affects all 23 paginated operations across all resources
Added ✨
- New test cases for pagination with custom limit values
- Test coverage for real-world scenario with 78 repositories across multiple pages
- Documentation for server-enforced limit behavior
Full Changelog
https://code.squarecows.com/ric/n8n-nodes-forgejo/compare/0.1.1...0.1.2
Full Details: See CHANGELOG.md
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Pagination parameters (