Skip to content

Commit 801f6e3

Browse files
committed
Auto-generated commit
1 parent bcb1e96 commit 801f6e3

File tree

2 files changed

+89
-20
lines changed

2 files changed

+89
-20
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:50:57.663Z
1+
2024-08-03T17:54:20.009Z

CHANGELOG.md

+88-19
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,42 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.2 (2024-07-27)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`7473eb8`](https://github.com/stdlib-js/stdlib/commit/7473eb81a500041583a7157132a936f0bfdcdca3) - **docs:** revert moving horizontal rule _(by Athan Reines)_
36+
- [`b71eac5`](https://github.com/stdlib-js/stdlib/commit/b71eac567db873f9b01edb66b01de3ed2f458f7f) - **docs:** move horizontal rules _(by Athan Reines)_
37+
- [`f6eb46d`](https://github.com/stdlib-js/stdlib/commit/f6eb46da95475ef3430f71490e62e54278eefe22) - **docs:** fix method name _(by Athan Reines)_
38+
- [`d1ea078`](https://github.com/stdlib-js/stdlib/commit/d1ea078e4075bd1c77fb27f7977b17a436fe940c) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
39+
- [`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
40+
- [`cab141b`](https://github.com/stdlib-js/stdlib/commit/cab141b17faa237fc68e484979cf1752400e3bf4) - **docs:** update links _(by Athan Reines)_
1641

1742
</details>
1843

@@ -24,9 +49,10 @@
2449

2550
### Contributors
2651

27-
A total of 1 person contributed to this release. Thank you to this contributor:
52+
A total of 2 people contributed to this release. Thank you to the following contributors:
2853

2954
- Athan Reines
55+
- Philipp Burckhardt
3056

3157
</section>
3258

@@ -36,41 +62,84 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3662

3763
<!-- /.release -->
3864

39-
<section class="release" id="v0.2.2">
65+
<section class="release" id="v0.1.0">
4066

41-
## 0.2.2 (2024-07-27)
67+
## 0.1.0 (2023-09-23)
4268

43-
No changes reported for this release.
69+
<section class="features">
70+
71+
### Features
72+
73+
- [`a2ba8cb`](https://github.com/stdlib-js/stdlib/commit/a2ba8cb436dacd253ea0e8eef0aeaf0f5e249ccc) - refactor to support eliding arguments
74+
- [`02c09a3`](https://github.com/stdlib-js/stdlib/commit/02c09a39dabf165338f8589d96dd5466ab188a67) - add `slice/ctor`
4475

4576
</section>
4677

47-
<!-- /.release -->
78+
<!-- /.features -->
4879

49-
<section class="release" id="v0.2.1">
80+
<section class="bug-fixes">
5081

51-
## 0.2.1 (2024-02-24)
82+
### Bug Fixes
5283

53-
No changes reported for this release.
84+
- [`1a9294b`](https://github.com/stdlib-js/stdlib/commit/1a9294bc0046896bb76fed5d3fdf3bb7aa086fee) - prevent index increments to zero
85+
- [`671cb3d`](https://github.com/stdlib-js/stdlib/commit/671cb3d00fe6cd5bb13a432ddd0165916b48bde6) - ensure default values are `null` when provided `undefined`
5486

5587
</section>
5688

57-
<!-- /.release -->
89+
<!-- /.bug-fixes -->
5890

59-
<section class="release" id="v0.2.0">
91+
<section class="breaking-changes">
6092

61-
## 0.2.0 (2024-02-14)
93+
### BREAKING CHANGES
6294

63-
No changes reported for this release.
95+
- [`a2ba8cb`](https://github.com/stdlib-js/stdlib/commit/a2ba8cb436dacd253ea0e8eef0aeaf0f5e249ccc): refactor to support eliding arguments
96+
- [`a2ba8cb`](https://github.com/stdlib-js/stdlib/commit/a2ba8cb436dacd253ea0e8eef0aeaf0f5e249ccc): support argument omission
97+
98+
- Existing code should continue to work as is; however, error handling
99+
has changed. One can now create a slice without providing arguments.
100+
To adopt the new syntax, one no longer has to explicitly provide
101+
`null` for \"empty\" slice parameters.
64102

65103
</section>
66104

67-
<!-- /.release -->
105+
<!-- /.breaking-changes -->
68106

69-
<section class="release" id="v0.1.0">
107+
<section class="commits">
70108

71-
## 0.1.0 (2023-09-23)
109+
### Commits
72110

73-
No changes reported for this release.
111+
<details>
112+
113+
- [`aa6865c`](https://github.com/stdlib-js/stdlib/commit/aa6865c96695041da1c6160b7590e791503a2f27) - **docs:** fix return values _(by Athan Reines)_
114+
- [`1a9294b`](https://github.com/stdlib-js/stdlib/commit/1a9294bc0046896bb76fed5d3fdf3bb7aa086fee) - **fix:** prevent index increments to zero _(by Athan Reines)_
115+
- [`9da72fd`](https://github.com/stdlib-js/stdlib/commit/9da72fddb4544114c770f73cbab76e8fe7778edf) - **test:** add property test _(by Athan Reines)_
116+
- [`482990c`](https://github.com/stdlib-js/stdlib/commit/482990cbadc5068c6bfeb2db0e17b92e643ea0d2) - **docs:** update copy _(by Athan Reines)_
117+
- [`d627bb1`](https://github.com/stdlib-js/stdlib/commit/d627bb1eb1a75e344575ca45b6d91c8683430add) - **docs:** fix heading _(by Athan Reines)_
118+
- [`cf13ba9`](https://github.com/stdlib-js/stdlib/commit/cf13ba94ec1c740004349ae64056983b7ae8638e) - **docs:** fix parameter types and fix class name _(by Athan Reines)_
119+
- [`74d7015`](https://github.com/stdlib-js/stdlib/commit/74d7015dcf40f256bb5a1bb33fa73ee9d5309789) - **docs:** fix syntax errors in examples _(by Athan Reines)_
120+
- [`4a6d756`](https://github.com/stdlib-js/stdlib/commit/4a6d756b2b85884a110e8aff512cd336c7fc4ee4) - **style:** disable lint rules _(by Athan Reines)_
121+
- [`671cb3d`](https://github.com/stdlib-js/stdlib/commit/671cb3d00fe6cd5bb13a432ddd0165916b48bde6) - **fix:** ensure default values are `null` when provided `undefined` _(by Athan Reines)_
122+
- [`a2ba8cb`](https://github.com/stdlib-js/stdlib/commit/a2ba8cb436dacd253ea0e8eef0aeaf0f5e249ccc) - **feat:** refactor to support eliding arguments _(by Athan Reines)_
123+
- [`1f41686`](https://github.com/stdlib-js/stdlib/commit/1f416861ba3a556882755641fb7acd15eb9cdf50) - **docs:** fix copyright year _(by Athan Reines)_
124+
- [`02c09a3`](https://github.com/stdlib-js/stdlib/commit/02c09a39dabf165338f8589d96dd5466ab188a67) - **feat:** add `slice/ctor` _(by Athan Reines)_
125+
126+
</details>
127+
128+
</section>
129+
130+
<!-- /.commits -->
131+
132+
<section class="contributors">
133+
134+
### Contributors
135+
136+
A total of 1 person contributed to this release. Thank you to this contributor:
137+
138+
- Athan Reines
139+
140+
</section>
141+
142+
<!-- /.contributors -->
74143

75144
</section>
76145

0 commit comments

Comments
 (0)