Skip to content

Latest commit

 

History

History
131 lines (63 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

131 lines (63 loc) · 5.64 KB

0.5.3 (2023-12-15)

🛠 Fixes

  • Added missing try block to before finally block (f862a7d)

0.5.2 (2023-12-15)

🛠 Fixes

  • Using finally block to clean up DTE instance (ba04348)

0.5.1 (2023-12-13)

✂️ Refactor

  • Changed to using Path.GetExtension to support older PowerShell version (a6c64eb)
  • rearranged message filter position in New-DteInstance (ed8513b)

🛠 Fixes

  • fixed type in error message of New-DteInstance (ac723c4)

0.5.0 (2023-11-12)

⚠ BREAKING CHANGES

  • the name of the input parameter of Close-DteInstance, Export-TcProject, Install-TcLibrary, and Uninstall-TcLibrary is changed

🛠 Fixes

  • fixed more typos in DTE input parameter of several functions (f2ab95c)

0.4.1 (2023-11-11)

🛠 Fixes

  • synthetically bump the version due to earlier PSGallery hickups (7220330)

0.4.0 (2023-11-11)

⚠ BREAKING CHANGES

  • Close-DteInstace (typo) renamed to Close-DteInstance

✂️ Refactor

  • extracted function Remove-SideEffects (f1d2830)
  • improved resiliency of TcLibrary functions (90167de)
  • made Path parameter mandatory for New-DummyTwincatSolution (2395b49)
  • removed unnecessary message filtering in several locations (851af4f)

📔 Docs

  • added shields to README (52d67ef)
  • fixed missing changelog entry (c58a106)

🧪 Tests

  • using Pester's $TestDrive instead of system temp (636614b)

🚀 Features

  • Export-TcProject can self service its own DTE instance (9be9fd7)
  • Install-TcLibrary can self service its own DTE instance (5a0f9fd)
  • Uninstall-TcLibrary can self service its own DTE instance (208ed2e)
  • implemented dynamic parameter to Export-TcProject (bb99adc)

🛠 Fixes

  • added variable initialization to TcLibrary functions (3009415)
  • fixed clean up steps in TcLibrary functions (4341ac7)
  • fixed typo in file name Close-DteInstace.ps1 (781eb42)
  • fixed typo in the name of function Close-DteInstace (048b73e)

0.3.5 (2023-11-07)

🚀 Features

  • added Update-PlcProjectVersion #4 (a5a9739)

✂️ Refactor

  • refactored Step-PlcProjectVersion.ps1

0.3.4 (2023-11-06)

🦊 CI/CD

🛠 Fixes

  • fixed Update-FunctionsToExport (b937aa5)

0.3.3 (2023-11-06)

✂️ Refactor

🦊 CI/CD

🚀 Features

  • added scripts for updating module info (e30268d)

Other

  • updated module manifest (e85bfb5)