@visulima/pagination 5.0.0-alpha.1 → 5.0.0-alpha.3

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 +17 -0
  2. package/README.md +31 -14
  3. package/package.json +6 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/pagination [5.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/pagination@5.0.0-alpha.2...@visulima/pagination@5.0.0-alpha.3) (2025-12-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
6
+
7
+ ## @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)
8
+
9
+ ### Bug Fixes
10
+
11
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
12
+ * update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * 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))
17
+
1
18
  ## @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)
2
19
 
3
20
  ### ⚠ BREAKING CHANGES
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": "5.0.0-alpha.1",
3
+ "version": "5.0.0-alpha.3",
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": {