Skip to content

v1.10.0

Compare
Choose a tag to compare
@odino odino released this 02 Jan 16:25
· 184 commits to master since this release

A new minor release of ABS: always be shipping! 馃殺

New features

  • you can now reverse strings with str.reverse() (#310)
  • arrays' join method glue argument now defaults to an empty character: [1,2,3].join() # 123 (#310)
  • strings' split method separator argument now defaults to a space: "a b c".split() # ["a", "b", "c"] (#310)

Misc

  • the ABS package installer will now remove archives downloaded from github after extracting them (#292)

Thank yous!

A big thank you to @mingwho and @sysread for their contributions!