ShapeShift️ v0.0.1 Release Notes

Release Date: 2022-05-19 // almost 2 years ago
  • 🐛 Bug Fixes

    • ➕ add missing shapeshift dependency to the spring boot starter (8686f56)
    • 🛠 fix bug with toPath handling with qualifier (2a2b4de)
    • 🛠 fix bug with transformers of primitive types not unboxing (409da96)
    • misc renames, misc visibility modifiers (1c87f0d)
    • ✂ remove unused reflection method (5d4d964)
    • 📇 rename FieldMapper to ShapeShift (58d725c)
    • ⬆️ upgrade org.slf4j:slf4j-api from 1.7.32 to 1.7.36 (dae7c41)

    🔋 Features

    • ➕ add ShapeShiftBuilder (73bb37f)
    • ➕ add withTransformer to ShapeShift builder without TransformerRegistration (fd70454)
    • 🔄 change FieldTransformer from, to types to vals (5c8ad83)
    • 🔨 kotlin refactor (9585331)
    • 👻 throw exception if transformer was not found (a0120f8)