Migration from 0.2.0-beta to 1.0.0
This guide covers the breaking changes when migrating from PrismaUI 0.2.0-beta to 1.0.0.
Breaking Changes
Section titled “Breaking Changes”-
String Type Migration
We migrated fromstd::string
types toconst char*
for better API stability. -
PrismaView Type Change
PrismaView
type is nowuint64_t
instead ofstd::string
for better API stability.