Skip to content

Ordinal Indicators Optimization

Compare
Choose a tag to compare
@joeleisner joeleisner released this 16 Sep 15:00

ordinalIndicators have been optimized in a few ways for speed and efficiency, and new features have been added. Here's what's changed:

  • New functions pageInfo and groupInfo have been added
    • pageFirst, pageIndex, and pageLast are now aliases for key/value pairs pageInfo returns
    • groupFirst and groupLast are now aliases for key/value pairs groupInfo returns
  • Comments are more contextual
  • Syntax is simplified to utilize cleaner, more understandable code