Insanity v0.4.8 Release Notes

  • ๐Ÿ†• New Features

    • You can now access supertype of a class
    • Associated values will now automatically use idx as name if no name is provided

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix dealing with multibyte characters
    • types.implementing and types.based should include protocols that are based on other protocols

    Internal changes

    • ๐Ÿ‘€ TDD Development is now easier thanks to Diffable results, no longer we need to scan wall of text on failures, instead we see exactly what's different.