Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Hashtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: PSModule/Hashtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Feb 19, 2025

  1. 🚀 [Feature]: Add functions Import-Hashtable and Export-Hashtable (#7

    )
    
    ## Description
    
    This pull request introduces two new functions and updates to existing
    functions for handling hashtables in PowerShell scripts.
    
    ### New Functions
    
    * `Export-Hashtable`: A new function to export a hashtable to a
    specified file in PSD1, PS1, or JSON format.
    * `Import-Hashtable`: A new function to import a hashtable from a
    specified file, supporting PSD1, PS1, and JSON formats.
    
    ### Tests
    
    * Added tests for the new `Export-Hashtable` and `Import-Hashtable`
    functions to verify their functionality with different file formats.
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [ ] 🪲 [Fix]
    - [ ] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [x] 🚀 [Feature]
    - [ ] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    d322bf3 View commit details
    Browse the repository at this point in the history
Loading