|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -See [GitHub Releases](https://github.com/stdlib-js/array-base-accessors/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-07-17) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_ |
| 16 | +- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_ |
| 17 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 18 | + |
| 19 | +</details> |
| 20 | + |
| 21 | +</section> |
| 22 | + |
| 23 | +<!-- /.commits --> |
| 24 | + |
| 25 | +<section class="contributors"> |
| 26 | + |
| 27 | +### Contributors |
| 28 | + |
| 29 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 30 | + |
| 31 | +- Athan Reines |
| 32 | + |
| 33 | +</section> |
| 34 | + |
| 35 | +<!-- /.contributors --> |
| 36 | + |
| 37 | +</section> |
| 38 | + |
| 39 | +<!-- /.release --> |
| 40 | + |
| 41 | +<section class="release" id="v0.2.1"> |
| 42 | + |
| 43 | +## 0.2.1 (2024-02-25) |
| 44 | + |
| 45 | +<section class="features"> |
| 46 | + |
| 47 | +### Features |
| 48 | + |
| 49 | +- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17) - refactor declarations to use generics |
| 50 | + |
| 51 | +</section> |
| 52 | + |
| 53 | +<!-- /.features --> |
| 54 | + |
| 55 | +<section class="bug-fixes"> |
| 56 | + |
| 57 | +### Bug Fixes |
| 58 | + |
| 59 | +- [`9ad6e2a`](https://github.com/stdlib-js/stdlib/commit/9ad6e2a5d18d9ced0565de200e57129551298dd1) - change default type to `unknown` |
| 60 | +- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition |
| 61 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs |
| 62 | +- [`5ab331a`](https://github.com/stdlib-js/stdlib/commit/5ab331a76c352231b3f053b171bc3dbfc62a21b1) - fix return type |
| 63 | + |
| 64 | +</section> |
| 65 | + |
| 66 | +<!-- /.bug-fixes --> |
| 67 | + |
| 68 | +<section class="breaking-changes"> |
| 69 | + |
| 70 | +### BREAKING CHANGES |
| 71 | + |
| 72 | +- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17): refactor declarations to use generics |
| 73 | + |
| 74 | +</section> |
| 75 | + |
| 76 | +<!-- /.breaking-changes --> |
| 77 | + |
| 78 | +<section class="commits"> |
| 79 | + |
| 80 | +### Commits |
| 81 | + |
| 82 | +<details> |
| 83 | + |
| 84 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 85 | +- [`c5a68f2`](https://github.com/stdlib-js/stdlib/commit/c5a68f2cd116578b2964b05681bd75b33da39607) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 86 | +- [`9ad6e2a`](https://github.com/stdlib-js/stdlib/commit/9ad6e2a5d18d9ced0565de200e57129551298dd1) - **fix:** change default type to `unknown` _(by Athan Reines)_ |
| 87 | +- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_ |
| 88 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_ |
| 89 | +- [`5ab331a`](https://github.com/stdlib-js/stdlib/commit/5ab331a76c352231b3f053b171bc3dbfc62a21b1) - **fix:** fix return type _(by Athan Reines)_ |
| 90 | +- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17) - **feat:** refactor declarations to use generics _(by Athan Reines)_ |
| 91 | + |
| 92 | +</details> |
| 93 | + |
| 94 | +</section> |
| 95 | + |
| 96 | +<!-- /.commits --> |
| 97 | + |
| 98 | +<section class="contributors"> |
| 99 | + |
| 100 | +### Contributors |
| 101 | + |
| 102 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 103 | + |
| 104 | +- Athan Reines |
| 105 | +- Philipp Burckhardt |
| 106 | + |
| 107 | +</section> |
| 108 | + |
| 109 | +<!-- /.contributors --> |
| 110 | + |
| 111 | +</section> |
| 112 | + |
| 113 | +<!-- /.release --> |
| 114 | + |
0 commit comments