Closed gilbitron closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
laravel-vue-pagination | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 15, 2023 0:06am |
Added protective measures in RenderlessPagination.vue
The team has added a safeguard within the code to prevent uncertainties. Certain properties can now fall back to null, which will avoid any unexpected crashes or errors.
Refined rightPad
calculations in RenderlessPagination.vue
Adjustments to the calculation method have been made to how rightPad
is determined. This should result in more accurate results, contributing to overall better user experience and performance.
New Test File RenderlessPagination.spec.mjs
added
A new test file aiming to check the breakdown and interpretation of pagination data has been introduced. Through systematic comparisons of actual and expected results, the credibility of the paginate functions can be assured, improving overall software reliability and resilience.
Add tests for pagination response data