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
+98-13
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,28 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.2">
6
+
7
+
## 0.2.2 (2024-07-27)
8
+
9
+
<sectionclass="bug-fixes">
10
+
11
+
### Bug Fixes
6
12
7
-
## Unreleased (2024-08-01)
13
+
-[`683f370`](https://github.com/stdlib-js/stdlib/commit/683f3709b191dd50b265cca9c63f1a537e35d54e) - provide `fromIndex` to base implementation
14
+
15
+
</section>
16
+
17
+
<!-- /.bug-fixes -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25
+
-[`683f370`](https://github.com/stdlib-js/stdlib/commit/683f3709b191dd50b265cca9c63f1a537e35d54e) - **fix:** provide `fromIndex` to base implementation _(by Athan Reines)_
26
+
-[`c85743c`](https://github.com/stdlib-js/stdlib/commit/c85743c72136bd824a495d1717cc32f60c91d0d6) - **style:** add missing space _(by Athan Reines)_
16
27
17
28
</details>
18
29
@@ -36,31 +47,56 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
47
37
48
<!-- /.release -->
38
49
39
-
<sectionclass="release"id="v0.2.2">
50
+
<sectionclass="release"id="v0.2.1">
40
51
41
-
## 0.2.2 (2024-07-27)
52
+
## 0.2.1 (2024-02-22)
42
53
43
54
No changes reported for this release.
44
55
45
56
</section>
46
57
47
58
<!-- /.release -->
48
59
49
-
<sectionclass="release"id="v0.2.1">
60
+
<sectionclass="release"id="v0.2.0">
50
61
51
-
## 0.2.1 (2024-02-22)
62
+
## 0.2.0 (2024-02-14)
52
63
53
-
No changes reported for this release.
64
+
<sectionclass="bug-fixes">
65
+
66
+
### Bug Fixes
67
+
68
+
-[`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
54
69
55
70
</section>
56
71
57
-
<!-- /.release-->
72
+
<!-- /.bug-fixes-->
58
73
59
-
<sectionclass="release"id="v0.2.0">
74
+
<sectionclass="commits">
60
75
61
-
##0.2.0 (2024-02-14)
76
+
### Commits
62
77
63
-
No changes reported for this release.
78
+
<details>
79
+
80
+
-[`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
81
+
-[`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)_(by stdlib-bot, Philipp Burckhardt)_
82
+
83
+
</details>
84
+
85
+
</section>
86
+
87
+
<!-- /.commits -->
88
+
89
+
<sectionclass="contributors">
90
+
91
+
### Contributors
92
+
93
+
A total of 1 person contributed to this release. Thank you to this contributor:
94
+
95
+
- Philipp Burckhardt
96
+
97
+
</section>
98
+
99
+
<!-- /.contributors -->
64
100
65
101
</section>
66
102
@@ -90,7 +126,56 @@ No changes reported for this release.
90
126
91
127
## 0.0.1 (2023-09-22)
92
128
93
-
No changes reported for this release.
129
+
<sectionclass="features">
130
+
131
+
### Features
132
+
133
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
134
+
-[`5ca19d4`](https://github.com/stdlib-js/stdlib/commit/5ca19d4a12875d19a6b5b56e25ecd95bb224bbff) - add utility to replace a substring before the first occurrence of a search string
135
+
136
+
</section>
137
+
138
+
<!-- /.features -->
139
+
140
+
<sectionclass="breaking-changes">
141
+
142
+
### BREAKING CHANGES
143
+
144
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
145
+
146
+
</section>
147
+
148
+
<!-- /.breaking-changes -->
149
+
150
+
<sectionclass="commits">
151
+
152
+
### Commits
153
+
154
+
<details>
155
+
156
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
157
+
-[`440034d`](https://github.com/stdlib-js/stdlib/commit/440034de6d7d057f3afb7399b6a3951dc0749c70) - **chore:** fix indentation in package meta data [(#928)](https://github.com/stdlib-js/stdlib/pull/928)_(by stdlib-bot, Athan Reines)_
158
+
-[`1b01973`](https://github.com/stdlib-js/stdlib/commit/1b01973d99289aea9a94bbf6ab95d463b6436193) - **docs:** remove trailing space _(by Athan Reines)_
159
+
-[`5ca19d4`](https://github.com/stdlib-js/stdlib/commit/5ca19d4a12875d19a6b5b56e25ecd95bb224bbff) - **feat:** add utility to replace a substring before the first occurrence of a search string _(by Athan Reines)_
160
+
161
+
</details>
162
+
163
+
</section>
164
+
165
+
<!-- /.commits -->
166
+
167
+
<sectionclass="contributors">
168
+
169
+
### Contributors
170
+
171
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments