Commit Graph

7 Commits

Author SHA1 Message Date
Eric Tuvesson
297022e19b feat(runtime): Add default label to String Format node (#49)
Update the String Format node default label to show the format, like how the other nodes work.
2024-08-14 23:14:38 +02:00
Eric Tuvesson
af81e1304e fix(runtime): JavaScript Records API error handling (#32) 2024-08-14 23:09:20 +02:00
Eric Tuvesson
c66ce32449 fix: Add more error handling to JavaScript Records API (#33) 2024-08-14 23:08:36 +02:00
Eric Tuvesson
610f2bb1d9 feat(runtime): Date To String node, add "yearShort" format (#29) 2024-08-14 23:07:41 +02:00
Eric Tuvesson
509e967028 feat: Improve the Noodl.Records.query typings API (#25) 2024-08-14 23:06:51 +02:00
Eric Tuvesson
62d545d4f9 Fix: Javascript node error logs (#14)
In some cases the error is a string, and when logging it will write "undefined" into the console instead of providing a useful error message.
2024-08-14 22:59:06 +02:00
Michael Cartner
b9c60b07dc Initial commit
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com>
Co-Authored-By: Johan  <4934465+joolsus@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com>
2024-01-26 11:52:55 +01:00