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

Releases: tjohnston-softdev/maze-graph-pathfinding

Version 1.5.0

29 Sep 08:33
Compare
Choose a tag to compare

Changes from 1.4.1 to 1.5.0
Repository discontinued

Version 1.4.1

08 Jan 02:02
Compare
Choose a tag to compare

Changes from 1.4.0

  • Updated 'commander' package.
  • Fixed moderate security vulnerability
  • Updated license copyright for 2022

Version 1.4

03 Oct 03:21
Compare
Choose a tag to compare

Changes from 1.3 to 1.4

  • Updated packages:
    • commander
    • jimp
  • Replaced 'ora' library with 'ora-classic'

Version 1.3

28 Jul 04:40
Compare
Choose a tag to compare

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

26 May 02:43
Compare
Choose a tag to compare

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

31 Mar 03:31
Compare
Choose a tag to compare

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

13 Feb 04:32
Compare
Choose a tag to compare

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