-
Refactor parameter actions and matching strategies
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelledreleased this
2025-03-24 22:56:45 +00:00 | 17 commits to main since this release- Introduced a new
ParameterMatcherclass for flexible matching. - Added
PrefixMatcherandPatternMatchersubclasses for specific match logic. - Updated
ParameterActionto include a check method. - Replaced old removal action with a more generic
RemovalAction. - Enhanced input schema to clarify sanitization modes and parameters.
- Improved documentation throughout the codebase.
Downloads
- Introduced a new