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