Releases: datasette/datasette-enrichments-quickjs
Releases · datasette/datasette-enrichments-quickjs
0.1a2
- JavaScript functions can now return an object of key/value pairs, and columns will be created for each of those returned values. #5
0.1a1
- QuickJS functions now run with a 4MB memory limit, avoiding potential crashes if code tries to allocate too much memory. #4
0.1a0
- Initial release. Enrich data using a custom JavaScript function. #1