Skip to content

Releases: abrayall/rameses

Version 0.4.0

27 Jun 12:54
Compare
Choose a tag to compare

Many, many fixes and small improvements in APIs. Also added process and IO futures with callbacks!

Version 0.3.0

12 Jun 21:09
Compare
Choose a tag to compare

Added javax.lang.System to make printing out values less of hassle. Also, javax.lang.Runtime to help launching executables / commands much easier.

Version 0.2.0

05 Apr 15:07
Compare
Choose a tag to compare

Added javax.io.File to help making dealing with filesystem operation much easier, including locking and watching files for changes!

Also add java.util.Properties to make creating and using properties less cumbersome than the standard java API.

Version 0.1.0

26 Dec 21:38
Compare
Choose a tag to compare

First release with list(), map(), thread and io.Streams support