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.