Skip to content

Releasing 0.5.1

Compare
Choose a tag to compare
@soronpo soronpo released this 31 May 15:33
· 195 commits to master since this release

Fixes

  • GetArg now returns lazy values for non-literals to support by name arguments.

Added

Thanks to @erikerlandson, #135 adds several string and regex operations.

  • type SubSequence[S, IBeg, IEnd]
  • type StartsWith[S, Prefix]
  • type EndsWith[S, Suffix]
  • type Head[S]
  • type Tail[S]
  • type Matches[S, Regex]
  • type FirstMatch[S, Regex]
  • type PrefixMatch[S, Regex]
  • type ReplaceFirstMatch[S, Regex, R]
  • type ReplaceAllMatches[S, Regex, R]