|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -## Unreleased |
6 | | - |
7 | | -### Features |
8 | | - |
9 | | -- add `toReversed` method to `array/complex64` ([237e57](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3)) |
10 | | -- add `reverse` method to `array/complex64` ([2455a3](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b)) |
11 | | -- add `slice` method to `array/complex64` ([0de392](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f)) |
12 | | -- add `with` method to `array/complex64` ([893daa](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614)) |
13 | | -- add `join` method to `array/complex64` ([d568bf](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc)) |
14 | | -- add `toString` method to `array/complex64` ([ebad2d](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3)) |
15 | | -- add `fill` method to `array/complex64` ([639356](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00)) |
16 | | -- add `map` method to `array/complex64` ([41c515](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82)) |
17 | | -- add `subarray` method to `array/complex64` ([b9b891](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981)) |
18 | | -- add `forEach` method to `array/complex64` ([330628](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251)) |
19 | | -- add `filter` method to `array/complex64` ([7fb88d](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a)) |
20 | | -- add `includes` method to `array/complex64` ([1464d5](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21)) |
21 | | -- add `findLastIndex` method to `array/complex64` ([c89623](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547)) |
22 | | -- add `findLast` method to `array/complex64` ([c56626](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe)) |
23 | | -- add `find` method to `array/complex64` ([2277b0](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7)) |
24 | | -- add `findIndex` method to `array/complex64` ([e24406](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66)) |
25 | | -- add `lastIndexOf` method to `array/complex64` ([7e0b76](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c)) |
26 | | -- add `indexOf` method to `array/complex64` ([707fed](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17)) |
27 | | -- add `some` method to `array/complex64` ([c0f06f](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e)) |
28 | | -- add `every` method to `array/complex64` ([927207](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568)) |
29 | | -- add support for the typed array `at` method in `array/complex64` ([06f0f9](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a)) |
30 | | - |
31 | | -### Bug Fixes |
32 | | - |
33 | | -- ensure correct use of generics ([f2aab8](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91)) |
34 | | -- add support for negative indices in method `indexOf` and `lastIndexOf` ([848730](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a)) |
35 | | -- address typo in error message ([8b2937](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0)) |
36 | | - |
37 | | -## 0.1.0 (2023-09-24) |
38 | | - |
39 | | -### Features |
40 | | - |
41 | | -- update minimum TypeScript version ([e29732](https://github.com/stdlib-js/stdlib/commit/ |
42 | | -e29732dee616e2d94e91f87f78afd8aceb806017)) |
43 | | - |
44 | | -### Bug Fixes |
45 | | - |
46 | | -- update import paths for complex type defs ([32a282](https://github.com/stdlib-js/stdlib/commit/ |
47 | | -32a282799ffd272d2a0554e81755a14923564e51)) |
48 | | - |
49 | | -### BREAKING CHANGES |
50 | | - |
51 | | -- update minimum TypeScript version to 4.1 |
52 | | -To migrate, users should upgrade their TypeScript version to at least version 4.1. |
53 | | - |
54 | | -## 0.0.6 (2022-02-16) |
55 | | - |
56 | | -## 0.0.5 (2021-08-22) |
57 | | - |
58 | | -## 0.0.4 (2021-07-07) |
59 | | - |
60 | | -## 0.0.3 (2021-06-27) |
61 | | - |
62 | | -## 0.0.2 (2021-06-16) |
63 | | - |
64 | | -## 0.0.1 (2021-06-15) |
| 5 | +See [GitHub Releases](https://github.com/stdlib-js/array-complex64/releases) for the changelog. |
0 commit comments