Skip to main content

List of Editions

This page lists all the editions of Easel that have been released. Each edition marks a breaking change in the language or the runtime that may require you to update your code. See the Upgrading page to learn more.

14 - Rectangle Radius and Extent Parameters Obsolete

Rectangle no longer takes radius and extent parameters. Use width and height parameters instead. See Rectangle Radius and Extent Parameters Obsolete for more information.

13 - No Implicit Use for Function Call Arguments

Function call arguments no longer are no longer implicitly declared with use. This was a rarely-used feature and was more likely to cause accidental bugs than to be useful. See No Implicit Use For Function Call Arguments for more information.

12 - Buffs Obsolete

Buffs are now obsolete. Use Collectors instead. See Buffs Obsolete for more information.

11 - Collider Isolation

By default, colliders now send their signals to both BeforeCollide/AfterCollide and BeforeCollide<Id>/AfterCollide<Id> instead of just the latter. See Collider Isolation for more information.

10 - Initial Edition

The initial edtion of Easel is the version that was available when Easel was first released. It was marks almost three years of work and is the foundation of the Easel programming language.