3.0.0 to 3.1.0
- NOTE: An issue with database migrations was discovered in Aerie
v3.1.0and fixed inv3.1.1. Please usev3.1.1instead ofv3.1.0to 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.