Skip to content

Releases: cometlang/comet

v0.37.1

11 Jul 08:53
Compare
Choose a tag to compare
QoL improvements

Hopefully fix the windows truncation on file open issue.

I've also theoretically allowed for line breaks in function / method
definitions.

v0.37.0

16 Jun 08:58
Compare
Choose a tag to compare
Fix popen on Windows

I think this will work - I'm currently on linux, so it's kind of a
guess.

v0.36.0

18 Apr 11:07
Compare
Choose a tag to compare
Update Date and STB libraries

v0.35.1

19 Feb 09:26
Compare
Choose a tag to compare
Add dir.exists? exception to Directory.list

v0.35.0

19 Feb 06:35
Compare
Choose a tag to compare
Expanded linux/windows builders

Instead of having if-statements on every single line, let's just
separate out the build jobs.

v0.34.0

12 Dec 06:21
Compare
Choose a tag to compare
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

23 Jul 08:10
Compare
Choose a tag to compare
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

21 Jul 21:04
Compare
Choose a tag to compare
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

20 Jul 10:34
Compare
Choose a tag to compare
Add non-standard datetime parse test

v0.33.1

19 Jul 08:51
Compare
Choose a tag to compare
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.