Skip to content

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.

  1. String Type Migration
    We migrated from std::string types to const char* for better API stability.

  2. PrismaView Type Change
    PrismaView type is now uint64_t instead of std::string for better API stability.