candid v0.6.4 Release Notes

    • ๐Ÿ‘Œ Support service constructor
    • Export init types in JS binding for service constructor
    • ๐Ÿ‘Œ Improve pretty-printing for Candid values: underscore for numerals, blob shorthand for vec nat8.
    • ๐Ÿ–จ Disable pretty-printing for large vectors.
    • โž• Add attribute #[candid_method] to derive Candid types for functions.
    • โž• Add a feature flag cdk to generate candid path specifically for Rust CDK.