Features
-
Traits: cell ranges as defined via the
Cellstrait are no longer required to be const-iterable. -
Writers: writers can now take fields whose value type is
bool, and fields can now also be exported into ranges withboolas range value type. -
Decorators: added a decorator for readers that exposes polyline cells as subdivided into its individual segments.
Removed interfaces
- Common:
- The
FilteredRangewrapper has been removed since the cell ranges are no longer required to be const-iterable.
- The