Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 01:56
a150a49

Breaking changes

  • Remove no longer used half of RTTI (#2555) (a565d73)
    RTTI at __rtti_base no longer contains base class ids and now is just type flags.
  • Make class fields a special kind of property (#2548) (0fd4db2)
    Element kinds FIELD and FIELD_PROTOTYPE and elements Field and FieldPrototype have been removed. Instead, Property inherit previous Field functionality, indicated by property.isField.

Other