Skip to content

Lift Framework 3.0-RC3: Third Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@Shadowfiend 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 and MetaRecord's asJValue methods were
    correctly converted to return JValues, but in certain cases this
    did not connect well with actual use. A new asJObject method
    was added to return the JSON as a JObject which could then be
    combined with other fields and objects.