@adins/ucsearch 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
|
+
Version 3.1.1
|
|
7
|
+
1. change copy object from shallow copy (spread) to deep copy (JSON.parse(JSON.stringify)). notes structured clone not available as for TS version < 4.7
|
|
8
|
+
|
|
6
9
|
Version 3.1.0
|
|
7
10
|
1. add support for additional export list. user can select additional data to display on excel when doing export other than data displayed on grid
|
|
8
11
|
|