You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+161-1Lines changed: 161 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,164 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-base-cartesian-square/releases) for the changelog.
5
+
<sectionclass="release"id="v0.2.2">
6
+
7
+
## 0.2.2 (2024-07-29)
8
+
9
+
No changes reported for this release.
10
+
11
+
</section>
12
+
13
+
<!-- /.release -->
14
+
15
+
<sectionclass="release"id="v0.2.1">
16
+
17
+
## 0.2.1 (2024-02-25)
18
+
19
+
No changes reported for this release.
20
+
21
+
</section>
22
+
23
+
<!-- /.release -->
24
+
25
+
<sectionclass="release"id="v0.2.0">
26
+
27
+
## 0.2.0 (2024-02-15)
28
+
29
+
<sectionclass="features">
30
+
31
+
### Features
32
+
33
+
-[`f34fcb6`](https://github.com/stdlib-js/stdlib/commit/f34fcb651ea652d4ffd16fc8714247529b1c1ab1) - add support for accessor arrays
34
+
35
+
</section>
36
+
37
+
<!-- /.features -->
38
+
39
+
<sectionclass="commits">
40
+
41
+
### Commits
42
+
43
+
<details>
44
+
45
+
-[`f34fcb6`](https://github.com/stdlib-js/stdlib/commit/f34fcb651ea652d4ffd16fc8714247529b1c1ab1) - **feat:** add support for accessor arrays _(by Athan Reines)_
46
+
47
+
</details>
48
+
49
+
</section>
50
+
51
+
<!-- /.commits -->
52
+
53
+
<sectionclass="contributors">
54
+
55
+
### Contributors
56
+
57
+
A total of 1 person contributed to this release. Thank you to this contributor:
58
+
59
+
- Athan Reines
60
+
61
+
</section>
62
+
63
+
<!-- /.contributors -->
64
+
65
+
</section>
66
+
67
+
<!-- /.release -->
68
+
69
+
<sectionclass="release"id="v0.1.0">
70
+
71
+
## 0.1.0 (2023-09-24)
72
+
73
+
<sectionclass="features">
74
+
75
+
### Features
76
+
77
+
-[`7dfe0d2`](https://github.com/stdlib-js/stdlib/commit/7dfe0d2d39677401f07f0debf5d18cdd169afdd0) - refactor declarations to use `Collection` type
78
+
79
+
</section>
80
+
81
+
<!-- /.features -->
82
+
83
+
<sectionclass="bug-fixes">
84
+
85
+
### Bug Fixes
86
+
87
+
-[`6d659f2`](https://github.com/stdlib-js/stdlib/commit/6d659f228877b290fc270bf97a7b1ed5305cb85f) - convert default type to `unknown`
88
+
-[`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
89
+
90
+
</section>
91
+
92
+
<!-- /.bug-fixes -->
93
+
94
+
<sectionclass="breaking-changes">
95
+
96
+
### BREAKING CHANGES
97
+
98
+
-[`7dfe0d2`](https://github.com/stdlib-js/stdlib/commit/7dfe0d2d39677401f07f0debf5d18cdd169afdd0): refactor declarations to use `Collection` type
99
+
100
+
</section>
101
+
102
+
<!-- /.breaking-changes -->
103
+
104
+
<sectionclass="commits">
105
+
106
+
### Commits
107
+
108
+
<details>
109
+
110
+
-[`6d659f2`](https://github.com/stdlib-js/stdlib/commit/6d659f228877b290fc270bf97a7b1ed5305cb85f) - **fix:** convert default type to `unknown`_(by Athan Reines)_
111
+
-[`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
112
+
-[`7dfe0d2`](https://github.com/stdlib-js/stdlib/commit/7dfe0d2d39677401f07f0debf5d18cdd169afdd0) - **feat:** refactor declarations to use `Collection` type _(by Athan Reines)_
113
+
114
+
</details>
115
+
116
+
</section>
117
+
118
+
<!-- /.commits -->
119
+
120
+
<sectionclass="contributors">
121
+
122
+
### Contributors
123
+
124
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments