Skip to main content

3.0.0 to 3.1.0

  • NOTE: An issue with database migrations was discovered in Aerie v3.1.0 and fixed in v3.1.1. Please use v3.1.1 instead of v3.1.0 to avoid issues with migrations.

The Procedural Scheduling API has one breaking change in Aerie v3.1.0: the functionality of filterLongerThan and filterShorterThan methods have been inverted to be more consistent with other filter methods. filterLongerThan(duration) will now include all events longer than duration, not remove them. See aerie-ui#1587 for details. If you are using these functions in your code, you should invert them as needed to achieve the same functionality in v3.1.0.