Skip to content

Introducing the Uri module#2

Merged
Marius Storhaug (MariusStorhaug) merged 11 commits into
mainfrom
functions
Feb 8, 2025
Merged

Introducing the Uri module#2
Marius Storhaug (MariusStorhaug) merged 11 commits into
mainfrom
functions

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Feb 8, 2025

Description

This pull request introduces the Uri PowerShell module, providing URI handling capabilities, adding functions for converting and constructing URI components.

New Functions for URI Handling:

  • Added a new function ConvertFrom-UriQueryString that parses a URL query string into a hashtable of parameters.
  • Added a new function ConvertTo-UriQueryString that converts a hashtable of parameters into a URL query string.
  • Added a new function New-Uri that constructs a URI from base, paths, query parameters, and fragment, ensuring proper encoding and placement.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions001 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions001 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions002 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions002 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions003 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions003 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions004 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions004 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions005 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions005 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions006 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions006 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions007 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions007 has been created.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - 0.0.2-functions008 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v0.0.2-functions008 has been created.

… removing NoEncoding references, and updating query string handling for clarity. Also, add advanced usage examples to documentation.
@MariusStorhaug Marius Storhaug (MariusStorhaug) changed the title Introducing the Uri module - Early version Introducing the Uri module Feb 8, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

Module Uri - v1.0.0 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2025

GitHub release for Uri v1.0.0 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant