Hello everyone,
I’m writing this to briefly share about a feature that was recently merged into dev.
Recent jint updates integrated into the dev environment allow you to use some features of ECMAScript 2025.
Additionally, we’ve updated the documentation to share how you can write cleaner code using IIFEs instead of callback-based processing.
Advanced Use Case with Modern ECMAScript
Additionally, while there used to be only functions that could receive JSON responses, I recently created a function called “request” (similar to the old Node request library).
I use it in scenarios where I need to sync changes to a real CMS across multiple servers in real time and then make multiple requests to update them once they’re done.
my company has legacy plaintext data like XML and text, so this could be useful in situations like this.
Thank you for allowing me to merge this. It has significantly improved the code.
I hope this will be helpful to many Squidex users.