Lift Framework 3.0-RC3: Third Release Candidate
Pre-release
Pre-release
Shadowfiend
released this
03 Oct 01:43
·
640 commits
to main
since this release
We found an annoying situation in RC2 that made the asJValue
method of Record
and MetaRecord
return JValue
, which
didn't jive with the way these were being used in certain cases.
Fixes
- (#1787)
Record
andMetaRecord
'sasJValue
methods were
correctly converted to returnJValue
s, but in certain cases this
did not connect well with actual use. A newasJObject
method
was added to return the JSON as aJObject
which could then be
combined with other fields and objects.