Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Jan 16, 2024
1 parent ace6419 commit c6f8493
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,63 @@

> Package changelog.
See [GitHub Releases](https://github.com/stdlib-js/array-complex64/releases) for the changelog.
## Unreleased

### Features

- add `toReversed` method to `array/complex64` ([237e57](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3))
- add `reverse` method to `array/complex64` ([2455a3](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b))
- add `slice` method to `array/complex64` ([0de392](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f))
- add `with` method to `array/complex64` ([893daa](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614))
- add `join` method to `array/complex64` ([d568bf](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc))
- add `toString` method to `array/complex64` ([ebad2d](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3))
- add `fill` method to `array/complex64` ([639356](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00))
- add `map` method to `array/complex64` ([41c515](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82))
- add `subarray` method to `array/complex64` ([b9b891](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981))
- add `forEach` method to `array/complex64` ([330628](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251))
- add `filter` method to `array/complex64` ([7fb88d](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a))
- add `includes` method to `array/complex64` ([1464d5](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21))
- add `findLastIndex` method to `array/complex64` ([c89623](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547))
- add `findLast` method to `array/complex64` ([c56626](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe))
- add `find` method to `array/complex64` ([2277b0](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7))
- add `findIndex` method to `array/complex64` ([e24406](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66))
- add `lastIndexOf` method to `array/complex64` ([7e0b76](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c))
- add `indexOf` method to `array/complex64` ([707fed](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17))
- add `some` method to `array/complex64` ([c0f06f](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e))
- add `every` method to `array/complex64` ([927207](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568))
- add support for the typed array `at` method in `array/complex64` ([06f0f9](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a))

### Bug Fixes

- ensure correct use of generics ([f2aab8](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91))
- add support for negative indices in method `indexOf` and `lastIndexOf` ([848730](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a))
- address typo in error message ([8b2937](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0))

## 0.1.0 (2023-09-24)

### Features

- update minimum TypeScript version ([e29732](https://github.com/stdlib-js/stdlib/commit/
e29732dee616e2d94e91f87f78afd8aceb806017))

### Bug Fixes

- update import paths for complex type defs ([32a282](https://github.com/stdlib-js/stdlib/commit/
32a282799ffd272d2a0554e81755a14923564e51))

### BREAKING CHANGES

- update minimum TypeScript version to 4.1
To migrate, users should upgrade their TypeScript version to at least version 4.1.

## 0.0.6 (2022-02-16)

## 0.0.5 (2021-08-22)

## 0.0.4 (2021-07-07)

## 0.0.3 (2021-06-27)

## 0.0.2 (2021-06-16)

## 0.0.1 (2021-06-15)

0 comments on commit c6f8493

Please sign in to comment.