Conversation
…nter - I left a comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 Major Release
Complete restructure with resource-based architecture while maintaining full backward compatibility.
✨ Key Features
Resource Organization: Operations grouped into Record, File, and Schema resources
Schema Operations: Get database, tables, and field schemas programmatically
Smart Field Mapping: Auto-discovery with manual or automatic mapping modes
Advanced Filtering: Enhanced List operation with sorting, JSON filters, and sync tracking
Enhanced Ninox Script operation with flexible result handling:
"Parse As JSON" for complex data structures
"Split Into Items" to split arrays into individual items
"Fetch As Records" to automatically fetch full record data from IDs
Improved error handling and stability
✅ Compatibility
Fully backward compatible with v1.x workflows
But requires Node v.18 to run. (shouldn't be a problem since latest n8n also requires > node v20)