This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Releases: tjohnston-softdev/maze-graph-pathfinding
Releases · tjohnston-softdev/maze-graph-pathfinding
Version 1.5.0
Changes from 1.4.1 to 1.5.0
Repository discontinued
Version 1.4.1
Changes from 1.4.0
- Updated 'commander' package.
- Fixed moderate security vulnerability
- Updated license copyright for 2022
Version 1.4
Changes from 1.3 to 1.4
- Updated packages:
- commander
- jimp
- Replaced 'ora' library with 'ora-classic'
Version 1.3
Major changes from 1.2.0
- Updated 3rd-party packages:
- commander
- jimp
- ora
- yieldable-json
- Downsized hex colour validation
- Downsized batch tasks library code.
- Removed 'contributions' section from disclaimer.
- Implemented conversion from text binary grid to image file (grid-to-image)
- Restructured options description text.
- Re-worded "target" to "input" image in option descriptions.
- Overall script cleaning.
- Corrected link in result folder readme.
- Removed "approximate" from option descriptions.
- Minimized table markdown
- Added node tooltips to graph
- On graph display, view will clearly show start node.
- Export image file from graph.
- Compensates for lack of 'to-image' conversion commands.
Version 1.2
Major changes from 1.1.0
- Restructured documentation nesting.
- Implemented conversion from Absolute input to Grid (absolute-to-grid)
- Switch graph libraries from 'vis' to 'Cytoscape'
- Fixed variable name typo when total route limit reached for 'all-possible' pathfinding.
- Increased graph size limits:
- Up to 1 million nodes and edges.
- Grid dimensions up to 1000x1000
- Loading spinner for output graph.
- Relative graphs are displayed dynamically with minimal overlap.
Version 1.1
Major changes from Version 1.0
- Cleaned script comments.
- Converted text files to markdown.
- Cleaned Regular Expression code.
- Cleaned JSON definitions.
- Cleaned input validation code.
- Implemented commands to convert input to Relative graph definitions
- absolute-to-relative
- grid-to-relative
- image-to-relative
- Default output files and the result folder are ignored by the repository.
- Restructured documentation.
- Cleaned output result control code.
- Command and option descriptions are displayed as lowercase.
Version 1
First major version of 'maze-graph-pathfinding'.
Originally worked on from 29 June to 17 October 2020.
Shared to GitLab on 6 January 2021
Migrated to GitHub on 30 January 2021