Skip to content

Correlate 0.0.2

Choose a tag to compare

@bigeasy bigeasy released this 07 Jan 02:18
· 92 commits to master since this release

Validator as Function

Combine the start and stop function in the object returned by correlate into a single function which returns true if the value is valid for the range. Eventually, this function also track the limit.

Issue by Issue

  • Release version 0.0.2. #20.
  • Convert range tests to single function. #19.
  • Add direction to range object. #14.