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
+177-1Lines changed: 177 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,180 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/random-iter-geometric/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-09-29)
8
+
9
+
<sectionclass="commits">
10
+
11
+
### Commits
12
+
13
+
<details>
14
+
15
+
-[`2c4e5d8`](https://github.com/stdlib-js/stdlib/commit/2c4e5d824e0c5dc8fd536bf79ff565cee100ce46) - **build:** disable additional lint rule in TS tests _(by Philipp Burckhardt)_
16
+
17
+
</details>
18
+
19
+
</section>
20
+
21
+
<!-- /.commits -->
22
+
23
+
<sectionclass="contributors">
24
+
25
+
### Contributors
26
+
27
+
A total of 1 person contributed to this release. Thank you to this contributor:
28
+
29
+
- Philipp Burckhardt
30
+
31
+
</section>
32
+
33
+
<!-- /.contributors -->
34
+
35
+
</section>
36
+
37
+
<!-- /.release -->
38
+
39
+
<sectionclass="release"id="v0.2.1">
40
+
41
+
## 0.2.1 (2024-02-25)
42
+
43
+
No changes reported for this release.
44
+
45
+
</section>
46
+
47
+
<!-- /.release -->
48
+
49
+
<sectionclass="release"id="v0.2.0">
50
+
51
+
## 0.2.0 (2024-02-15)
52
+
53
+
No changes reported for this release.
54
+
55
+
</section>
56
+
57
+
<!-- /.release -->
58
+
59
+
<sectionclass="release"id="v0.1.0">
60
+
61
+
## 0.1.0 (2023-09-24)
62
+
63
+
<sectionclass="features">
64
+
65
+
### Features
66
+
67
+
-[`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213) - update minimum TypeScript version
68
+
-[`8257234`](https://github.com/stdlib-js/stdlib/commit/825723484ecf954768107cdab8b58cc27d233380) - refactor declarations to preserve type info
69
+
70
+
</section>
71
+
72
+
<!-- /.features -->
73
+
74
+
<sectionclass="breaking-changes">
75
+
76
+
### BREAKING CHANGES
77
+
78
+
-[`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213): update minimum TypeScript version to 4.1
79
+
80
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
81
+
82
+
-[`8257234`](https://github.com/stdlib-js/stdlib/commit/825723484ecf954768107cdab8b58cc27d233380): refactor declarations to preserve type info
83
+
84
+
</section>
85
+
86
+
<!-- /.breaking-changes -->
87
+
88
+
<sectionclass="commits">
89
+
90
+
### Commits
91
+
92
+
<details>
93
+
94
+
-[`efe050d`](https://github.com/stdlib-js/stdlib/commit/efe050dbf3d17bd6929da255fa079c0324afc213) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
95
+
-[`10c6209`](https://github.com/stdlib-js/stdlib/commit/10c6209e72680534f86acca37ec35ab3a42f81c3) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
96
+
-[`ca17d38`](https://github.com/stdlib-js/stdlib/commit/ca17d384c32707458cbdeca74d28f65336ca7885) - **refactor:** swap out copy for assign in iter packages _(by Philipp Burckhardt)_
97
+
-[`8257234`](https://github.com/stdlib-js/stdlib/commit/825723484ecf954768107cdab8b58cc27d233380) - **feat:** refactor declarations to preserve type info _(by Athan Reines)_
98
+
99
+
</details>
100
+
101
+
</section>
102
+
103
+
<!-- /.commits -->
104
+
105
+
<sectionclass="contributors">
106
+
107
+
### Contributors
108
+
109
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments