File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11
22# llcacodec Changelog
33
4+ ## April 11: Version 0.1.5
5+
46## April 11: Version 0.1.4
57
68Add all exported functions as default from src/api.ts
@@ -49,6 +51,8 @@ Add documentation for all 3 entry points into llcacodec
4951
5052Add npm and yarn install commands into documentation
5153
54+ Bump to version 0.1.5
55+
5256## April 10: Version 0.1.4
5357
5458Bump to version 0.1.4
Original file line number Diff line number Diff line change 11
2- # llcacodec 0.1.4 Developer Documentation
2+ # llcacodec 0.1.5 Developer Documentation
33
44## Unsupported File Formats
55
Original file line number Diff line number Diff line change 11
2- # llcacodec 0.1.4
2+ # llcacodec 0.1.5
33
44llcacodec is a library written in Typescript to decode and encode
55[ Life-Like Cellular Automata] ( https://conwaylife.com/wiki/Life-like_cellular_automaton )
@@ -38,7 +38,7 @@ and they are explained further in [the dist README](dist/README.md)
3838
3939## Table of Contents
4040
41- - [ llcacodec 0.1.4 ] ( #llcacodec-014 )
41+ - [ llcacodec 0.1.5 ] ( #llcacodec-015 )
4242 - [ Table of Contents] ( #table-of-contents )
4343 - [ Quickstart] ( #quickstart )
4444 - [ Quickstart - Files] ( #quickstart---files )
@@ -554,5 +554,5 @@ fetchLifeLikeFileData("my/path")
554554
555555---
556556
557- Written for llcacodec version 0.1.4
557+ Written for llcacodec version 0.1.5
558558Written by [ cobyj33] ( https://www.github.com/cobyj33 )
Original file line number Diff line number Diff line change 77 "email" : " jacobyajohnson@gmail.com"
88 },
99 "license" : " MIT" ,
10- "version" : " 0.1.4 " ,
10+ "version" : " 0.1.5 " ,
1111 "author" : {
1212 "name" : " Jacoby Johnson" ,
1313 "email" : " jacobyajohnson@gmail.com" ,
Original file line number Diff line number Diff line change 22 * @file api.ts
33 * @description The public API for the llcacodec library
44 * @author Jacoby Johnson
5- * @version 0.1.4
6- * @date April 9th , 2023
5+ * @version 0.1.5
6+ * @date April 11th , 2023
77 * @license MIT
88 */
99
You can’t perform that action at this time.
0 commit comments