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
-[`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`
54
86
55
87
</section>
56
88
57
-
<!-- /.release-->
89
+
<!-- /.bug-fixes-->
58
90
59
-
<sectionclass="release"id="v0.2.0">
91
+
<sectionclass="breaking-changes">
60
92
61
-
##0.2.0 (2024-02-14)
93
+
### BREAKING CHANGES
62
94
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
-[`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)_
-[`cf13ba9`](https://github.com/stdlib-js/stdlib/commit/cf13ba94ec1c740004349ae64056983b7ae8638e) - **docs:** fix parameter types and fix class name _(by Athan Reines)_
0 commit comments