@visulima/pagination 4.0.5 → 5.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +31 -14
  3. package/package.json +8 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/pagination [5.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/pagination@5.0.0-alpha.1...@visulima/pagination@5.0.0-alpha.2) (2025-12-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
6
+ * update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
11
+
12
+ ## @visulima/pagination [5.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/pagination@4.0.5...@visulima/pagination@5.0.0-alpha.1) (2025-12-04)
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ * change min node version to 22.13
17
+
18
+ ### Bug Fixes
19
+
20
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
25
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
26
+
1
27
  ## @visulima/pagination [4.0.5](https://github.com/visulima/visulima/compare/@visulima/pagination@4.0.4...@visulima/pagination@4.0.5) (2025-11-13)
2
28
 
3
29
  ### Bug Fixes
package/README.md CHANGED
@@ -1,16 +1,24 @@
1
- <div align="center">
2
- <h3>Visulima pagination</h3>
3
- <p>
4
- Visulima pagination is a simple pagination for node.
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
5
2
 
6
- </p>
7
- </div>
3
+ <a href="https://www.anolilab.com/open-source" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="pagination" />
6
+
7
+ </a>
8
+
9
+ <h3 align="center">Simple Pagination for Node.</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
8
12
 
9
13
  <br />
10
14
 
11
15
  <div align="center">
12
16
 
13
- [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![mit licence][license-badge]][license]
19
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
20
+ [![Chat][chat-badge]][chat]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
14
22
 
15
23
  </div>
16
24
 
@@ -85,14 +93,23 @@ If you would like to help take a look at the [list of issues](https://github.com
85
93
  - [Daniel Bannert](https://github.com/prisis)
86
94
  - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
87
95
 
96
+ ## Made with ❤️ at Anolilab
97
+
98
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
99
+
88
100
  ## License
89
101
 
90
- The visulima pagination is open-sourced software licensed under the [MIT][license-url]
102
+ The visulima pagination is open-sourced software licensed under the [MIT][license]
91
103
 
92
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
104
+ <!-- badges -->
93
105
 
94
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
95
- [license-image]: https://img.shields.io/npm/l/@visulima/pagination?color=blueviolet&style=for-the-badge
96
- [license-url]: LICENSE.md "license"
97
- [npm-image]: https://img.shields.io/npm/v/@visulima/pagination/latest.svg?style=for-the-badge&logo=npm
98
- [npm-url]: https://www.npmjs.com/package/@visulima/pagination/v/latest "npm"
106
+ [license-badge]: https://img.shields.io/npm/l/@visulima/pagination?style=for-the-badge
107
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
108
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/pagination?style=for-the-badge
109
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/pagination
110
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
111
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
112
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
113
+ [chat]: https://discord.gg/TtFJY8xkFK
114
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
115
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "4.0.5",
3
+ "version": "5.0.0-alpha.2",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
7
+ "visulima",
7
8
  "pagination",
8
9
  "paginator",
9
- "offset"
10
+ "offset",
11
+ "limit",
12
+ "page",
13
+ "paging"
10
14
  ],
11
15
  "homepage": "https://www.visulima.com/docs/package/pagination",
12
16
  "bugs": {
@@ -15,7 +19,7 @@
15
19
  "repository": {
16
20
  "type": "git",
17
21
  "url": "git+https://github.com/visulima/visulima.git",
18
- "directory": "packages/pagination"
22
+ "directory": "packages/api/pagination"
19
23
  },
20
24
  "funding": [
21
25
  {
@@ -48,7 +52,7 @@
48
52
  "LICENSE.md"
49
53
  ],
50
54
  "engines": {
51
- "node": ">=20.19 <=25.x"
55
+ "node": ">=22.13 <=25.x"
52
56
  },
53
57
  "os": [
54
58
  "darwin",