Skip to content

Releases: theohbrothers/PSMockModule

v0.1.0

16 Mar 23:08
Compare
Choose a tag to compare

v0.1.0 (2024-03-16)

  • ddcac97 Refactor (ci): Bump PSRepositoryReleaseManager to v0.8.0
  • 03c4668 Refactor (ci): Bump build_publish linux_container job container image to use PS 7.3.9
  • 9e3d5da Fix (ci): Fix [Windows] PowerShell 5.1 jobs to correctly use PS 5.1
  • 843097c Refactor: Add PS 7.4 linux_container jobs
  • 5170f75 Refactor: Add PS 7.2 and 7.3 linux_container jobs
  • 5806acf Refactor (ci): Bump PSModulePublisher to v0.7.0
  • 372ea23 Refactor (ci): Bump PSRepositoryReleaseManager to v0.7.0
  • 085e919 Test (module): Fix installation of pester 4 for unit tests
  • 554b97b Refactor: Bump VM images for CI jobs
  • b005817 Bump submodule PSRepositoryReleaseManager to v0.5.2
  • faa493f Update readme link
  • aa482e6 Update readme on functions
  • fcef377 Update submodule PSRepositoryReleaseManager to v0.4.4
  • b0c0f0f Enable pr CI builds

v0.0.2

26 Oct 12:35
Compare
Choose a tag to compare

v0.0.2 (2019-10-26)

  • 71b80f5 Release v0.0.2: Merge branch 'dev'
  • 526d612 Update readme
  • 2cfac4a Change to use ubuntu-18.04 vm image for build_test and release jobs
  • ba01e5b Update submodule PSModulePublisher to v0.3.2
  • 9d0549c Add newline to integrated test script
  • 5df69dc Add installation of test dependencies based on OS platform
  • c70310a Add comments for functions tested
  • 779b293 Improve and restructure test scripts
  • fad2b28 Revamp test scripts
  • 0a2ef9a Move directory /tests/ to /test/
  • 684e26e Update comments in module manifest definition
  • 945fea4 Update description in module manifest definition
  • 3092281 Update readme
  • 45c2df2 Update job display names
  • 88a74e3 Update submodule PSRepositoryReleaseManager to v0.4.1
  • 965171b Merge branch 'dev-update-submodule-psmodulepublisher-and-ci-templates' into dev
  • a6ee5a5 Merge branch 'dev-rename-module-path-to-src' into dev-update-submodule-psmodulepublisher-and-ci-templates
  • 6895e65 Move module directory from /Modules/ to /src/
  • 1c4fba1 Update submodule PSModulePublisher to v0.3.1 to fix powershell ci template reference issue
  • d13064c Add and update azure-pipelines build-test and publish jobs
  • 27b8e0d Update submodule PSModulePublisher to v0.3.0
  • a03f2ef Merge branch 'dev-add-submodule-psrepositoryreleasemanager' into dev
  • aad9680 Add azure-pipelines release stage and set checkouts to recursive
  • 3f3c972 Add submodule PSRepositoryReleaseManager
  • 30a934b Standardize and improve robustness of the script module file
  • 6b7881e Improve robustness of test script when checking for pester version. Improve robustness of the test script
  • c4e080f Improve comment on importing project's version of the module
  • 2c3caf2 Add helper functions to module
  • 7c7cf87 Fix Import-Module command in readme
  • e3f7f2d Tweak indentation in CI file
  • 1a51055 Update readme with installation, usage, administration section, and badges
  • fe75ad7 Update LicenseUri value in definition
  • 35c7168 Fix Copyright value in definition
  • ffe00c6 Add LICENSE

v0.0.1

26 Oct 12:34
Compare
Choose a tag to compare

v0.0.1 (2019-10-26)

  • c047c7a Release v0.0.1: Merge branch 'dev'
  • 21be75b README.md: Add build badge
  • 69b812f test.ps1: Improve error handling
  • bf372bc Add azure-pipelines.yml
  • e6a66a8 Update manifest definition
  • 62a8a31 Update PSModulePublisher to v0.0.3
  • 3358e56 Add submodule PSModulePublisher
  • 22054a7 Add module manifest definition file
  • cf902cd Initial commit