You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
2
2
# llcacodec Changelog
3
3
4
-
# April 1, 2023
4
+
# April 2, 2023: Version 0.1.0
5
+
6
+
Fixed throws function, as output was returning true when not throwing and false when throwing, which is
7
+
the opposite of what should have been happening
8
+
9
+
# April 1, 2023: Version 0.1.0
5
10
6
11
Changed all functions with "PlainText" in the name to "Plaintext" instead
7
12
@@ -11,7 +16,9 @@ Changed name to just be llcacodec from llcacodec.js
11
16
12
17
Added RLE File Writing
13
18
14
-
## March 30, 2023
19
+
Fixed Life 1.05 Reading
20
+
21
+
## March 30, 2023: Version 0.1.0
15
22
16
23
Removed public api function readLifeFileLiveCoordinates. Now all file types return coordinates, and they can be read through readLifeFile(string, format).liveCoordinates
- Extended RLE Format | [Golly Source Format Documentation](https://golly.sourceforge.net/Help/formats.html#rle)
29
+
- MacroCell Format | [Golly Source Format Documentation](https://golly.sourceforge.net/Help/formats.html#rle)
30
+
- Rule Format | [Golly Source Format Documentation](https://golly.sourceforge.net/Help/formats.html#rle)
31
+
- Small Object Format | [LifeWiki](https://conwaylife.com/wiki/Small_object_format)[Pentdecathlon](https://web.archive.org/web/20211102020428/http://pentadecathlon.com/objects/definitions/definitions.php)
0 commit comments