superrecord v0.4.0.0 Release Notes

    • โž• Added RecAll. [#4]

    • Exported Sort (previously hidden).

    • ๐Ÿ›  Fixed a bug where 'toJSON' was producing a list instead of an object. [#7]

    • When compiling with GHCJS, native JavaScript records are now used as underlying representation.

    • ๐Ÿ”€ Sorting fields is now done with merge sort instead of insertion sort.