|
12 | 12 | RootModule = 'Gradient.psm1' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '0.1' |
| 15 | +ModuleVersion = '0.1.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | # CompatiblePSEditions = @() |
@@ -109,28 +109,17 @@ PrivateData = @{ |
109 | 109 |
|
110 | 110 | # ReleaseNotes of this module |
111 | 111 | ReleaseNotes = @' |
112 | | -## Gradient 0.1: |
113 | | -
|
114 | | -> Initial Gradient Module (#1) |
115 | | -
|
116 | | -* `Get-Gradient` (aka `Gradient`) gets gradients (#3) |
117 | | -* It returns `Gradient` objects, using the `.Input` |
118 | | - * Have a `.CSS` property (#4) |
119 | | - * Hava a `.SVG` property (#5) |
120 | | - * Have a `.GradientTypePattern` (#15) |
121 | | - * Can get a `.GradientType` (#16) (defaulting to `radial-gradient`) |
122 | | - * Will `.ToString()` to `.CSS` (#17) |
123 | | - * Displays Input and CSS by default (#18) |
124 | | -* Basic Module Scaffolding |
125 | | - * GitHub Workflow (#2) |
126 | | - * GitHub Action (#7) |
127 | | - * Tests (#8) |
128 | | - * Sponsorship (#14) |
129 | | - * Code of Conduct (#9) |
130 | | - * Contributing Guide (#10) |
131 | | - * Security notice (#11) |
132 | | -* Also, initial examples are in `/Examples` (#13) |
| 112 | +## Gradient 0.1.1: |
133 | 113 |
|
| 114 | +* Better Gradient Stacking (#21) |
| 115 | +* Gradient.css joins with newlines (#20) |
| 116 | +* Gradient.json returns the gradient as json (for easy Element.animate) (#6) |
| 117 | +* Gradient.html returns the gradient as an HTML fragment (#22) |
| 118 | +* Gradient.ToString is more flexible (#23) |
| 119 | +
|
| 120 | +--- |
| 121 | +
|
| 122 | +Additional history found in [CHANGELOG](https://github.com/PowerShellWeb/Gradient/blob/main/CHANGELOG.md) |
134 | 123 | '@ |
135 | 124 |
|
136 | 125 | # Prerelease string of this module |
|
0 commit comments