longevity v0.25.0 Release Notes

Release Date: 2017-07-24 // almost 7 years ago
    • 2016.07.12 - Add some specialized "implicit not found" error messages for implicit types in
      longevity.model.
    • 2016.07.12 - Reverse order of implicits for Repo.retrieve and Repo.retrieveOne methods. This
      way, we get "implicit not found" compiler errors for the PEv before the Key. This will give
      more relevant error messages when the retrieve methods are called without explicating the P type
      parameter.
    • 2016.07.12 - Rename PState.map to PState.modify. This follows more standard lense-type
      🚚 terminology, and removes the incorrect impression that this is a monadic method.
    • 2016.07.24 - Add PState.modifyF, which acts like modify, except for functions that return an
      effectful result.