Commit Graph

21 Commits

Author SHA1 Message Date
0fb23cb425 0.0.27 2025-09-08 20:46:15 +02:00
a8ae877039 0.0.26 2025-09-08 20:35:50 +02:00
ab5b26c42c Fix field name clashing with namespaced virtual field names
- Prefix built-in trigger fields with __builtin_ namespace
- Prefix custom trigger fields with __trigger_{slug}_ namespace
- Completely eliminates field name conflicts between triggers
- Maintains backward compatibility with existing workflows
- Virtual fields transparently handle the namespacing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 17:15:22 +02:00
c47197223c Add trigger builder helpers to improve DX for custom triggers
- Add createTrigger() and createAdvancedTrigger() helpers
- Add preset builders: webhookTrigger, cronTrigger, eventTrigger, etc.
- Implement virtual fields with JSON backing for trigger parameters
- Eliminate 90% of boilerplate when creating custom triggers
- Add /helpers export path for trigger builders
- Fix field name clashing between built-in and custom trigger parameters
- Add comprehensive examples and documentation
- Maintain backward compatibility with existing triggers

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 15:30:10 +02:00
0a036752ea 0.0.23 2025-09-04 18:03:59 +02:00
397559079f 0.0.22 2025-09-03 19:15:58 +02:00
cd85f90ef1 0.0.21 2025-09-01 21:25:47 +02:00
dfcc5c0fce 0.0.20 2025-09-01 21:13:01 +02:00
8ff65ca7c3 0.0.19 2025-09-01 21:05:25 +02:00
3c54f00f57 0.0.18 2025-09-01 20:57:37 +02:00
46c9f11534 0.0.17 2025-09-01 20:47:41 +02:00
c24610b3d9 0.0.16 2025-09-01 20:32:03 +02:00
a711fbdbea 0.0.15 2025-09-01 19:42:25 +02:00
f3f18d5b4c 0.0.14 2025-09-01 18:02:25 +02:00
964b11c0c9 0.0.13 2025-09-01 10:33:02 +02:00
7686495283 0.0.12 2025-08-31 20:35:13 +02:00
c5b2e6f286 Release v0.0.11 - Fix ES module bundling issues
- Separated server-side and client-safe exports
- Main export now contains only types to prevent bundling server code
- Updated documentation with new import structure

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-08-31 18:09:52 +02:00
75ec74270c 0.0.10 2025-08-31 18:06:45 +02:00
19b9566df6 0.0.9 2025-08-31 17:58:56 +02:00
7affbd26c4 0.0.8 2025-08-31 17:14:40 +02:00
2d84f535f4 Initial commit 2025-08-29 18:11:36 +02:00