Skip to content

v0.6.0

Compare
Choose a tag to compare
@kanitw kanitw released this 28 Aug 02:56
· 543 commits to master since this release
  • Prevent outputting inapplicable scale, sort, axis, legend from toSpec() and Shorthand (#232)
  • Add getFieldSchemas method
  • Add constraint: omitNonLinearScaleTypeWithStack (#245)
  • Refactor private fields to use real get method
  • Relax a number of constraints
    • Relax hasAllRequiredChannelsForMark constraint for when mark is an enum spec (#238)
      • Allow a point plot to generate when mark is an enum spec.
    • Relax spec when there is only row or column channel.
    • Relax many constraints to detect violation only if one of the violating channel is enumerated or if the new constraintManuallySpecifiedValue is enabled.