|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata minClientVersion="3.3.0"> |
4 | 4 | <id>ImTools</id> |
5 | | - <version>2.0.0-preview-01</version> |
| 5 | + <version>2.0.0</version> |
6 | 6 | <authors>Maksim Volkau</authors> |
7 | | - <copyright>Copyright © 2016-2019 Maksim Volkau</copyright> |
| 7 | + <copyright>Copyright © 2016-2020 Maksim Volkau</copyright> |
8 | 8 | <projectUrl>https://github.com/dadhi/ImTools</projectUrl> |
9 | 9 | <license type="expression">MIT</license> |
10 | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | 11 | <description> |
12 | 12 | <![CDATA[ |
13 | | - Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#. |
14 | | - Split from the DryIoc: https://github.com/dadhi/DryIoc |
| 13 | + Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#. |
| 14 | + Split from the DryIoc: https://github.com/dadhi/DryIoc |
15 | 15 | ]]> |
16 | 16 | </description> |
17 | 17 | <tags>FP Performance Simple Functional Immutable Persistent Map Avl Balanced Tree Dictionary Thread-safe Functional Atomic Ref Algebraic Discriminated Union SumType</tags> |
18 | 18 | <releaseNotes> |
19 | 19 | <![CDATA[ |
20 | | - ## v2.0.0 Release notes: |
21 | | - |
22 | | - ### Features |
23 | | - |
| 20 | + ## v2.0.0 Major feature release |
| 21 | +
|
| 22 | + ### Highlights |
| 23 | +
|
24 | 24 | - Faster and less allocative ImMap and ImHashMap with more methods (plus bucketed ImMapSlots and ImHashMapSlots variants) |
25 | 25 | - Algebraic sum-type aka descriminated union and one-liner records - Union<TUnion, T1..N>, Box<TBox, T>, Item<TItem, T> |
26 | 26 | - GrowingList<T>, ImZipper<T>, StackPool<T>, Unit, Fun extensions with forward pipe operators |
27 | 27 | - Ref.Swap now accepts state to use closure-less lambdas with less allocations |
28 | | - - likely more |
29 | | - |
30 | | - ## Fixes |
| 28 | +
|
| 29 | + ### Details |
31 | 30 | |
32 | | - - fixed: wrong KV<K,V> ToString output |
33 | | - - fixed: likely more |
| 31 | + https://github.com/dadhi/ImTools/milestone/2 |
34 | 32 | ]]> |
35 | 33 | </releaseNotes> |
36 | 34 | <contentFiles> |
|
0 commit comments