@mrxsys/mrx-core 2.3.3-canary-20250514-a17e993 โ†’ 2.3.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 (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,49 @@
1
1
 
2
+ ## v2.3.3
3
+
4
+ [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.3)
5
+
6
+ ### ๐Ÿ”ง Fixes
7
+
8
+ - **๐Ÿ”ง:** [Remove t.ts] ([253a76bd](https://github.com/MRX-Systems/MRX-Core/commit/253a76bd))
9
+
10
+ ### ๐Ÿงน Refactors
11
+
12
+ - **๐Ÿงน:** [remove unused color enum exports] ([9daea580](https://github.com/MRX-Systems/MRX-Core/commit/9daea580))
13
+ - **๐Ÿงน:** [Refactor file structure, export, comments] ([f7e58962](https://github.com/MRX-Systems/MRX-Core/commit/f7e58962))
14
+ - **๐Ÿงน:** [rename package and update metadata] ([a4a081ce](https://github.com/MRX-Systems/MRX-Core/commit/a4a081ce))
15
+
16
+ ### ๐Ÿ“– Documentation
17
+
18
+ - **๐Ÿ“–:** [enhance HTTP status code documentation and structure] ([c6e65b86](https://github.com/MRX-Systems/MRX-Core/commit/c6e65b86))
19
+ - **๐Ÿ“–:** [update WhereClause interface documentation] ([a8a40f58](https://github.com/MRX-Systems/MRX-Core/commit/a8a40f58))
20
+ - **๐Ÿ“–:** [enhance Transaction type documentation] ([bc19f4c8](https://github.com/MRX-Systems/MRX-Core/commit/bc19f4c8))
21
+ - **๐Ÿ“–:** [update async iterable interface documentation] ([f42d90b1](https://github.com/MRX-Systems/MRX-Core/commit/f42d90b1))
22
+ - **๐Ÿ“–:** [improve documentation for QueryOptionsExtendPagination] ([304258f5](https://github.com/MRX-Systems/MRX-Core/commit/304258f5))
23
+ - **๐Ÿ“–:** [clarify throwIfNoResult and transaction properties] ([3fa97eaa](https://github.com/MRX-Systems/MRX-Core/commit/3fa97eaa))
24
+ - **๐Ÿ“–:** [update OrderBy type documentation for clarity] ([4b6366e6](https://github.com/MRX-Systems/MRX-Core/commit/4b6366e6))
25
+ - **๐Ÿ“–:** [add remarks for MssqlEventLog interface clarity] ([84ffca77](https://github.com/MRX-Systems/MRX-Core/commit/84ffca77))
26
+ - **๐Ÿ“–:** [Add detailed documentation for plugins] ([f2019ea8](https://github.com/MRX-Systems/MRX-Core/commit/f2019ea8))
27
+
28
+ ### ๐Ÿ“ฆ Build
29
+
30
+ - **๐Ÿ“ฆ:** [update @types/bun dependency version] ([94db9e9a](https://github.com/MRX-Systems/MRX-Core/commit/94db9e9a))
31
+ - **๐Ÿ“ฆ:** [update docs script in package.json] ## Refactoring - Updated the "docs" script in package.json to include the tsconfig file. ([6727b000](https://github.com/MRX-Systems/MRX-Core/commit/6727b000))
32
+
33
+ ### ๐ŸŒŠ Types
34
+
35
+ - **๐ŸŒŠ:** [refine advanced search type definitions and examples] ([f1d9a5fb](https://github.com/MRX-Systems/MRX-Core/commit/f1d9a5fb))
36
+
37
+ ### ๐Ÿฆ‰ Chore
38
+
39
+ - **๐Ÿฆ‰:** V2.3.3-canary-20250514-764de87 ([79956e3c](https://github.com/MRX-Systems/MRX-Core/commit/79956e3c))
40
+ - **๐Ÿฆ‰:** V2.3.3-canary-20250514-a17e993 ([e32c5077](https://github.com/MRX-Systems/MRX-Core/commit/e32c5077))
41
+
42
+ ### โค๏ธ Contributors
43
+
44
+ - Github-actions <maxime.meriaux@mrxsys.com>
45
+ - Ruby <necrelox@proton.me>
46
+
2
47
  ## v2.3.3-canary-20250514-a17e993
3
48
 
4
49
  [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.3-canary-20250514-a17e993)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrxsys/mrx-core",
3
- "version": "2.3.3-canary-20250514-a17e993",
3
+ "version": "2.3.3",
4
4
  "author": "Ruby",
5
5
  "description": " Core provides a set of tools to help you build a microservice",
6
6
  "type": "module",