Skip to content

Releases: PowerShellWeb/Gradient

Gradient 0.1

29 Dec 22:11
597947f

Choose a tag to compare

Gradient 0.1:

Initial Gradient Module (#1)

  • Get-Gradient (aka Gradient) gets gradients (#3)
  • It returns Gradient objects, using the .Input
    • Have a .CSS property (#4)
    • Hava a .SVG property (#5)
    • Have a .GradientTypePattern (#15)
    • Can get a .GradientType (#16) (defaulting to radial-gradient)
    • Will .ToString() to .CSS (#17)
    • Displays Input and CSS by default (#18)
  • Basic Module Scaffolding
    • GitHub Workflow (#2)
    • GitHub Action (#7)
    • Tests (#8)
    • Sponsorship (#14)
    • Code of Conduct (#9)
    • Contributing Guide (#10)
    • Security notice (#11)
  • Also, initial examples are in /Examples (#13)