Eric Tuvesson
6205d08451
fix: showPopup replace error ( #82 )
...
Error: "TypeError: Cannot read properties of undefined (reading 'replace')"
2024-11-18 17:06:10 +01:00
Eric Tuvesson
14786b2144
chore(runtime): Add some JSDocs ( #81 )
2024-11-18 17:01:49 +01:00
Eric Tuvesson
016837f466
feat(runtime): Add "keys" and "excludeKeys" to fetch record api ( #79 )
...
Adding support for some more options when fetching a record.
91f9aca25b/src/Routers/ClassesRouter.js (L60-L68)
2024-11-12 15:50:49 +01:00
Eric Tuvesson
5dbb11bac8
chore: code clean up ( #76 )
2024-10-01 16:09:03 +02:00
Eric Tuvesson
d80870e835
fix(runtime): Passing in invalid date to "Date To String" node causes node scope to fail ( #75 )
2024-09-23 21:11:32 +02:00
Eric Tuvesson
72aec29e27
feat(runtime): Add "className" option support to "relatedTo" ( #73 )
...
* feat(runtime): Add "className" option support to "relatedTo"
Also includes error handling when "className" is not found.
2024-09-16 22:12:07 +02:00
Eric Tuvesson
5febc490b4
feat(runtime): Query Records, add "Is Empty" output ( #70 )
2024-09-10 11:31:51 +02:00
Eric Tuvesson
233479a1bc
feat: Add Support for Parse Server v7 ( #20 )
...
* feat: Upgrade Aggregate queries to latest Parse API
* feat: Save parse server major version in metadata
This can be used to determine which version of the Parse API that will be used.
* fix: Add support for both versions of aggregate queries
2024-07-08 08:06:47 +02:00
Eric Tuvesson
57e5246022
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-07-04 15:54:20 +02:00
Eric Tuvesson
2f06952e4a
fix(runtime): JavaScript Records API error handling ( #32 )
2024-06-13 22:24:34 +02:00
Eric Tuvesson
44a40aef96
fix: Add more error handling to JavaScript Records API ( #33 )
2024-06-13 22:24:05 +02:00
Eric Tuvesson
d67afd3c60
feat(runtime): Date To String node, add "yearShort" format ( #29 )
2024-06-02 07:55:39 -07:00
Eric Tuvesson
cdeb4b1c15
feat: Improve the Noodl.Records.query typings API ( #25 )
2024-05-24 15:49:05 +02:00
Eric Tuvesson
c7053f6ddf
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-05-09 14:09:37 +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