Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.73 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.


[1.0.0]

Updated

  • Changed the gh command to github in order to avoid conflicts with the GitHub CLI
  • Moved CI/CD process to GitHub Actions
  • Cleaned up repo to reflect updates in Code of Conduct, Contributing, etc.

Deleted

  • Removed the reload environment reload command
  • Removed the IsAdmin command

Added

  • Updated README to provide installation instructions from the repository
  • Added GitHub Actions to provide maintenance of the repository

Fixed

  • Fixed issue that prevented Docker & Docker-Compose commands from not being exported by the module

Changed

  • Incrementing version

Changed

  • Modified versioning schema

Added

  • Converted repo into a PowerShell Module and renamed to devtoolbox
  • Added dc alias for docker-compose functionality
  • New gh command that launches browser to GitHub repo if the directory is a GitHub repo
  • Tons :)