Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3dbd724
feat: initial
rubenvanrooij Dec 16, 2025
18150f3
initial
rubenvanrooij Dec 17, 2025
dc4c4c4
initial
rubenvanrooij Dec 17, 2025
cb0527c
feat: initial
rubenvanrooij Dec 17, 2025
9dcf752
fix: added stuff
rubenvanrooij Feb 23, 2026
e9350b4
fix: added stuff
rubenvanrooij Feb 23, 2026
b5d8f95
fix: added stuff
rubenvanrooij Feb 23, 2026
95b8655
fix: added stuff
rubenvanrooij Feb 27, 2026
9a08667
feat: fixed
rubenvanrooij Mar 2, 2026
6a84a75
fix: fixed mermaid diagrams in dark mode
rubenvanrooij Mar 16, 2026
85044ff
fix: moved predicats/transformers to functions folder
rubenvanrooij Mar 19, 2026
054523a
fix: moved predicats/transformers to functions folder
rubenvanrooij Mar 19, 2026
9663c2a
feat: updated rules
rubenvanrooij Mar 20, 2026
657a581
feat: added not one off rule
rubenvanrooij Mar 23, 2026
3740e2b
fix: correct boolean type
rubenvanrooij Mar 23, 2026
8e610f6
feat: added dynamic option options
rubenvanrooij Mar 23, 2026
db0199c
improved depedency resolving
rubenvanrooij Mar 27, 2026
61cb21e
improved depedency resolving
rubenvanrooij Mar 30, 2026
5605e88
improved resolveProperty to check all ancestors
rubenvanrooij Mar 30, 2026
07b9858
improved resolveProperty to check all ancestors
rubenvanrooij Mar 30, 2026
b177831
improved resolveProperty to check all ancestors
rubenvanrooij Mar 30, 2026
a0c3c93
added expression schema + lookup function
rubenvanrooij Mar 31, 2026
7c303bb
added custom function async possibility
rubenvanrooij Apr 1, 2026
6460224
added custom function async possibility
rubenvanrooij Apr 1, 2026
6740b0e
added custom function async possibility
rubenvanrooij Apr 1, 2026
02ae45d
added regex rule flags
rubenvanrooij Apr 1, 2026
3601849
fixed issue where not all errors would be returned
rubenvanrooij Apr 2, 2026
f8e6d95
exported getParamaterDependencies function
rubenvanrooij Apr 2, 2026
99e6042
condition dependencies now also take transformers
rubenvanrooij Apr 2, 2026
041be09
fix linting issie
rubenvanrooij Apr 2, 2026
d75a2d1
fix: fixed unit tests in dynz package
rubenvanrooij Apr 9, 2026
ca83ad1
fix: fix unit tests in react hook form plugin package
rubenvanrooij Apr 9, 2026
0e7ec66
fix: fixed formatting issues
rubenvanrooij Apr 9, 2026
f4a2769
added correct license
rubenvanrooij Apr 9, 2026
68e9e76
fix: fixed tsconfig errors
rubenvanrooij Apr 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .configs/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es2020",
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"jsx": "preserve",

"allowImportingTsExtensions": true,
Expand All @@ -21,16 +21,13 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitOverride": true,

"noImplicitOverride": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,

"removeComments": false,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"isolatedModules": true,

"pretty": true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage

# AI
.claude
.kilo

# Logs
logs
Expand Down
65 changes: 65 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Business Source License
=======================

License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.

Parameters

Licensor: Ruben van Rooij
Licensed Works: Dynz. The Licensed Work is
(c) Ruben van Rooij
Additional Use Grant: You may make use of the Licensed Work strictly for
evaluation and/or non-production use only. Your use
does not include offering the Licensed Work to third
parties on a hosted or embedded basis.
Change Date: Four years from the date the Licensed Work is published
Change License: Apache-2.0

For information about commercial licensing arrangements for the Licensed Work,
please contact ruben@dynz.io.

Notice

Business Source License 1.1

Terms

The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited production use.

Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.

If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.

All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.

You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.

Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.

This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).

TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
Loading
Loading