Skip to content

Latest commit

 

History

History
164 lines (105 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

164 lines (105 loc) · 10.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

Commits

  • fix: add handler for checking if the destination already exists db1bc7f

v1.0.12 - 2024-03-28

Merged

  • 16 improve windows handling #17

Commits

  • fix: linking is now working on windows and does nt require a super user 0b72fe0
  • chore: update changelog 3ba6f2e
  • chore: up version number 3f203d5

v1.0.11 - 2024-03-28

Merged

  • 14 logic error in link #15

Commits

  • chore: re-implement package.json 674ef55
  • fix: resolve the logic issues for creating the symbolic links 6e83186
  • chore: update sbom and changelog 543b80e
  • chore: update the build number 2bfb05c
  • chore: update gitignore 1789fc6

v1.0.10 - 2024-03-28

Merged

  • 12 handle relative paths #13

Commits

  • feat: add relative to absolute handling 5853f27
  • chore: update changelog 9f0b673
  • chore: update release version 172f327

v1.0.9 - 2024-03-28

Merged

  • 9 issue with index getter call #11

Commits

  • ci: change log for 1.0.9 6366d88
  • feat: reolve getter calls. Move index to root level (breaking change) 99f1918
  • clean: remove release tracking in repo. Use github releases 446d2d9

v1.0.8 - 2024-03-28

Merged

  • 7 convert to jsdoc #8

Commits

  • clean: remove ts from the project 6bac7c5
  • refactor: convert the ts code into jsdoc ccb6b92
  • clean: remove the symnode ts files fdaeb1b
  • feat: refactor the link function for symnode ffc8229
  • ci: release 1.0.8 0ac0bd2

v1.0.7 - 2024-03-27

Commits

  • release: rebuild 1.0.6 12509c7
  • release: v1.0.7 remove package module definition 2070457

v1.0.6 - 2024-03-27

Commits

v1.0.5 - 2024-03-27

Merged

  • 4 add file handling #6
  • 4 add file handling #5

Commits

  • docs: Resolve typos in code comments 98512e6
  • ci: update sbom and bundle release dde1e2d
  • ci: release packaging 39597a2
  • ci: implement linting 97d740d
  • feat: improve the handling of source files and source symlinks 98cd6cb
  • feat: add file handling 6ad7b97
  • chore: update changelog 8e0ae2a
  • ci: add linkting rule for gh actions 619b464
  • chore: update release number 0f5c30d

v1.0.4 - 2022-11-18

Commits

  • Package release 1.0.4 924e4bb
  • Update documentation 0be16c9
  • Add the ability to create the destination path minus the symlink folder if it does not exist 8406156

v1.0.3 - 2022-11-18

Merged

  • 1 #time 10m extrapolate folder and symlink removal and add to both re… #2

Commits

  • 1 #time 10m extrapolate folder and symlink removal and add to both removal and handling of existing symlinks and directories when creating a symlink 52c84d3
  • Update the changelog for development 3d78e9b
  • Package release 1.0.3 ff64b50

v1.0.2 - 2022-11-08

Commits

  • Update the documentation for the package cb95448
  • Add SBOM for the project 947504f
  • Add further dev dependancies 4ac5baa
  • Incorporate auto changelong dc159e5
  • Add contributing and code of conduct, and fix licence label issues on readme d05022b
  • Rework and update the readme b6c89e6
  • Update changelog and repackage 1.0.2 a7376e4
  • Update the changelog 0838541
  • Packaging for release 1.0.2 d348d5d

v1.0.1 - 2022-11-08

Commits

  • Resolve error with the argument parsing 0330031
  • Packaging of the resolved argument handling 7b3ea31

v1.0.0 - 2022-11-07

Commits

  • initial packaging of the release a51b62c
  • Initial commit 099215e
  • Add scripts to package f96b350
  • Documenting the symnode class 71d537a
  • Implement the logic behind creating and removing symlinks 852bdb7
  • Check that the shell is running under admin privilages on windows 722d29d
  • Init package b07f376
  • Implement code for create/remove within index 7c4b31d