Skip to content

v23.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 17:43
· 53 commits to main since this release
6c0c6bd

23.0.0 (2021-08-02)

Features

  • call: remove () as empty ar for calls (18b72dc)
  • js-compat: remove support for try: and throw err (857ead3)
  • match: match any value using ? (950ddd0)

BREAKING CHANGES

  • js-compat: removed: try, throw
  • call: use foo _ instead of foo () for call without arguments