@visulima/crud 3.0.0-alpha.1 → 3.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 +29 -0
  2. package/README.md +29 -18
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## @visulima/crud [3.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/crud@3.0.0-alpha.2...@visulima/crud@3.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
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/pagination:** upgraded to 5.0.0-alpha.3
11
+ * **@visulima/prisma-dmmf-transformer:** upgraded to 3.0.0-alpha.3
12
+
13
+ ## @visulima/crud [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/crud@3.0.0-alpha.1...@visulima/crud@3.0.0-alpha.2) (2025-12-06)
14
+
15
+ ### Bug Fixes
16
+
17
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
18
+ * update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * 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))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * **@visulima/pagination:** upgraded to 5.0.0-alpha.2
28
+ * **@visulima/prisma-dmmf-transformer:** upgraded to 3.0.0-alpha.2
29
+
1
30
  ## @visulima/crud [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.46...@visulima/crud@3.0.0-alpha.1) (2025-12-05)
2
31
 
3
32
  ### ⚠ BREAKING CHANGES
package/README.md CHANGED
@@ -1,22 +1,24 @@
1
- <div align="center">
2
- <h3>Visulima crud</h3>
3
- <p>
4
- Visulima crud is built on top of
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
5
2
 
6
- [OpenAPI (Swagger) specification](https://swagger.io/specification/),
7
- [node-rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible),
8
- [@visulima/connect](https://github.com/visulima/visulima/tree/main/packages/connect)
3
+ <a href="https://www.anolilab.com/open-source" align="center">
9
4
 
10
- With a more intuitive API for creating HTTP API endpoints.
5
+ <img src="__assets__/package-og.svg" alt="crud" />
11
6
 
12
- </p>
13
- </div>
7
+ </a>
8
+
9
+ <h3 align="center">A comprehensive CRUD library for building RESTful APIs with Prisma, providing automatic CRUD operations, filtering, sorting, and pagination.</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
14
12
 
15
13
  <br />
16
14
 
17
15
  <div align="center">
18
16
 
19
- [![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]
20
22
 
21
23
  </div>
22
24
 
@@ -118,14 +120,23 @@ If you would like to help take a look at the [list of issues](https://github.com
118
120
  - [Daniel Bannert](https://github.com/prisis)
119
121
  - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
120
122
 
123
+ ## Made with ❤️ at Anolilab
124
+
125
+ 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!
126
+
121
127
  ## License
122
128
 
123
- The visulima crud is open-sourced software licensed under the [MIT][license-url]
129
+ The visulima crud is open-sourced software licensed under the [MIT][license]
124
130
 
125
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
131
+ <!-- badges -->
126
132
 
127
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
128
- [license-image]: https://img.shields.io/npm/l/@visulima/crud?color=blueviolet&style=for-the-badge
129
- [license-url]: LICENSE.md "license"
130
- [npm-image]: https://img.shields.io/npm/v/@visulima/crud/latest.svg?style=for-the-badge&logo=npm
131
- [npm-url]: https://www.npmjs.com/package/@visulima/crud/v/latest "npm"
133
+ [license-badge]: https://img.shields.io/npm/l/@visulima/crud?style=for-the-badge
134
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
135
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/crud?style=for-the-badge
136
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/crud
137
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
138
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
139
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
140
+ [chat]: https://discord.gg/TtFJY8xkFK
141
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
142
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@visulima/crud",
3
- "version": "3.0.0-alpha.1",
4
- "description": "visulima crud",
3
+ "version": "3.0.0-alpha.3",
4
+ "description": "A comprehensive CRUD library for building RESTful APIs with Prisma, providing automatic CRUD operations, filtering, sorting, and pagination.",
5
5
  "keywords": [
6
6
  "anolilab",
7
7
  "visulima",
@@ -65,8 +65,8 @@
65
65
  "LICENSE.md"
66
66
  ],
67
67
  "dependencies": {
68
- "@visulima/pagination": "5.0.0-alpha.1",
69
- "@visulima/prisma-dmmf-transformer": "3.0.0-alpha.1",
68
+ "@visulima/pagination": "5.0.0-alpha.3",
69
+ "@visulima/prisma-dmmf-transformer": "3.0.0-alpha.3",
70
70
  "http-errors": "^2.0.1",
71
71
  "path-to-regexp": "^8.3.0"
72
72
  },