v1.0.0
- Updated for PureScript 0.12
- The namespace has been changed from
Data.Record
to justRecord
- Added
modify
to theST
module (@matthewleon) - Added new functions for merging records (@natefaubion)
- The
STRecord
prefixes have been dropped from the record functions for less repetition when using qualified imports - The function argument order has been changed so that
STRecord
is always the last argument