Skip to content

Version 1.0.0-beta-9

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamiejennings jamiejennings released this 24 Apr 20:08
· 40 commits to master since this release

CHANGE in the API and CLI

  • The output option named "matches" has been renamed to "data" for consistency with "subs". And the output option named "default" has been removed. We apologize for these changes. (Our intention is to make these clean-ups now, while we are in beta.)

CHANGE in the standard library

  • The num.float and num.int patterns now accepts all valid JSON floats and ints, respectively. They also accept numbers like "+1" and "02" which are not valid JSON.
  • The various patterns in num that have fractional parts will no longer separate out just the fractional part into a submatch labeled frac.

Notes:

  • See the CHANGELOG for the full list.
  • The first installment of librosie documentation has been posted on the Rosie blog. If anything is not clear, let us know! (Open an issue, or discuss on reddit.)