Releases: cometlang/comet
Releases · cometlang/comet
v0.37.1
v0.37.0
Fix popen on Windows I think this will work - I'm currently on linux, so it's kind of a guess.
v0.36.0
Update Date and STB libraries
v0.35.1
Add dir.exists? exception to Directory.list
v0.35.0
Expanded linux/windows builders Instead of having if-statements on every single line, let's just separate out the build jobs.
v0.34.0
Make the comet version available to comet Sometimes it's useful to be able to discover the version of a programming language that's running, not least of which so that you can debug remote systems, etc.
v0.33.4
Throw ParseException for DateTime not parsing When a DateTime doesn't parse, we should tell the user, and more importantly, we should have the same behaviour on Windows and Linux.
v0.33.3
Fixed Set operations Apparently you need to define methods on the class for them to be useful. Otherwise things get real weird.
v0.33.2
Add non-standard datetime parse test
v0.33.1
Open a file for writing with truncate This is a windows-specific change, which should bring it inline with the behaviour on Linux. We should default to truncate, such that overwriting a file doesn't leave half of the old file behind.