github abs-lang/abs 1.10.0
v1.10.0

latest releases: 2.6.0, 2.5.2, 2.5.1...
4 years ago

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!

Don't miss a new abs release

NewReleases is sending notifications on new releases.