Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit c3adf95

Browse files
Version 1.1 Released
1 parent 4147607 commit c3adf95

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

changelog.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
**maze.js**
4-
* Updated command script calls.
5-
* Updated version string to 1.1.0
6-
7-
---
8-
9-
**./src/%command%.js**
10-
* For each of these files, the public function name is now 'performCommand'
3+
**Version 1.1**
4+
* Cleaned script comments.
5+
* Converted text files to markdown.
6+
* Cleaned Regular Expression code.
7+
* Cleaned JSON definitions.
8+
* Cleaned input validation code.
9+
* Implemented commands to convert input to Relative graph definitions
10+
* absolute-to-relative
11+
* grid-to-relative
12+
* image-to-relative
13+
* Default output files and the result folder are ignored by the repository.
14+
* Restructured documentation.
15+
* Cleaned output result control code.
16+
* Command and option descriptions are displayed as lowercase.

summary.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Summary
22

3-
**Version:** 1.0.27
3+
**Version:** 1.1.0
44

55
**Date:** 2021-03-31
66

7-
**Title:** Version 1.1 Complete
7+
**Title:** Version 1.1 Released
88

9-
**Description:**
10-
11-
* Updated version string.
12-
* Simplified command function calls.
9+
**Description:**

0 commit comments

Comments
 (0)