Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 13:01
· 430 commits to master since this release
c11cdee

Changelog

c11cdee Merge pull request #118 from Syuparn/introduce-goreleaser

New features

  • add built-in object methods which will be used the most frequently
  • add constructor prop call for built-in objects
  • add one-liner command option
  • add multiline option in repl
  • add <> to read stdin
  • add iterator controller methods by Iterable
  • enable to compare objects like > by Comparable
  • enable to handle errors by Either
  • enable to use escase sequence in str like "\n"
  • enable _missing prop, which is called if no props found in proto chain
  • enable _literalProxy prop, which works for literalcall proxy
  • add raise statement