ts-fsrs 5.3.3 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +481 -0
- package/dist/index.cjs +62 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +62 -54
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +64 -54
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# ts-fsrs
|
|
2
2
|
|
|
3
|
+
## 5.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#368](https://github.com/open-spaced-repetition/ts-fsrs/pull/368) [`c392245`](https://github.com/open-spaced-repetition/ts-fsrs/commit/c3922456e07aac536570e5aeb3598f7090202c7d) Thanks [@cantalupo555](https://github.com/cantalupo555)! - fix(clipParameters): apply sqrt ceiling to w[17]/w[18] to prevent constraint violation during relearning
|
|
8
|
+
|
|
9
|
+
## 5.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#365](https://github.com/open-spaced-repetition/ts-fsrs/pull/365) [`ab44ee9`](https://github.com/open-spaced-repetition/ts-fsrs/commit/ab44ee97ca71828879b7998babb15bfa9b3aacf8) Thanks [@ishiko732](https://github.com/ishiko732)! - feat(fsrs): Add `FSRSError` base classes and use `FSRSValidationError` for package validation errors.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#365](https://github.com/open-spaced-repetition/ts-fsrs/pull/365) [`ab44ee9`](https://github.com/open-spaced-repetition/ts-fsrs/commit/ab44ee97ca71828879b7998babb15bfa9b3aacf8) Thanks [@ishiko732](https://github.com/ishiko732)! - fix(checkParameters): reject NaN parameter values during validation.
|
|
18
|
+
|
|
19
|
+
- [#357](https://github.com/open-spaced-repetition/ts-fsrs/pull/357) [`c0ffcce`](https://github.com/open-spaced-repetition/ts-fsrs/commit/c0ffccefd7824abe5a400c46eaa97a835efb86fa) Thanks [@ishiko732](https://github.com/ishiko732)! - refactor(fsrs): extract `applyAfterHandler` helper to deduplicate `afterHandler` plumbing in `repeat`, `next`, `rollback`, `forget`, and `reschedule`
|
|
20
|
+
|
|
3
21
|
## 5.3.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -27,3 +45,466 @@
|
|
|
27
45
|
### Patch Changes
|
|
28
46
|
|
|
29
47
|
- [#314](https://github.com/open-spaced-repetition/ts-fsrs/pull/314) [`87f94f2`](https://github.com/open-spaced-repetition/ts-fsrs/commit/87f94f277f7030a449490cef943e1aebe1585b64) Thanks [@user1823](https://github.com/user1823)! - Performance improvements
|
|
48
|
+
|
|
49
|
+
> Older entries below were imported from GitHub Releases and preserve the original release-note wording where practical.
|
|
50
|
+
|
|
51
|
+
## 5.2.3
|
|
52
|
+
|
|
53
|
+
### Historical Release Notes
|
|
54
|
+
|
|
55
|
+
- Released: 2025-09-05
|
|
56
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.2.3)
|
|
57
|
+
- Permit mock date objects that convert to Date values by @runarberg in https://github.com/open-spaced-repetition/ts-fsrs/pull/215
|
|
58
|
+
- Bump the devdependencies group across 1 directory with 6 updates by @dependabot[bot] in https://github.com/open-spaced-repetition/ts-fsrs/pull/218
|
|
59
|
+
|
|
60
|
+
## 5.2.2
|
|
61
|
+
|
|
62
|
+
### Historical Release Notes
|
|
63
|
+
|
|
64
|
+
- Released: 2025-08-11
|
|
65
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.2.2)
|
|
66
|
+
- Convert jest config to typescript by @joshdavham in https://github.com/open-spaced-repetition/ts-fsrs/pull/211
|
|
67
|
+
- Bump @biomejs/biome from 2.0.6 to 2.1.3 in the devdependencies group across 1 directory by @dependabot[bot] in https://github.com/open-spaced-repetition/ts-fsrs/pull/212
|
|
68
|
+
- Fix/clamp the minimum of `w[19]` by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/213
|
|
69
|
+
|
|
70
|
+
## 5.2.1
|
|
71
|
+
|
|
72
|
+
### Historical Release Notes
|
|
73
|
+
|
|
74
|
+
- Released: 2025-07-14
|
|
75
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.2.1)
|
|
76
|
+
- Fix/Ignore deprecated code for code coverage by @Luc-Mcgrady in https://github.com/open-spaced-repetition/ts-fsrs/pull/199
|
|
77
|
+
- Bump the devdependencies group with 11 updates by @dependabot[bot] in https://github.com/open-spaced-repetition/ts-fsrs/pull/198
|
|
78
|
+
- Style/migrate to biome.js by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/201
|
|
79
|
+
- Bump the devdependencies group with 4 updates by @dependabot[bot] in https://github.com/open-spaced-repetition/ts-fsrs/pull/202
|
|
80
|
+
- Update README syntax and enhance documentation by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/205
|
|
81
|
+
- Fix: Prevent premature graduation for cards in learning state by @tomerbeil in https://github.com/open-spaced-repetition/ts-fsrs/pull/206
|
|
82
|
+
- Fix publish.yml by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/207
|
|
83
|
+
|
|
84
|
+
## 5.2.0
|
|
85
|
+
|
|
86
|
+
### Historical Release Notes
|
|
87
|
+
|
|
88
|
+
- Released: 2025-06-15
|
|
89
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.2.0)
|
|
90
|
+
- Fix/FSRS-6 default parameters by @xiety in https://github.com/open-spaced-repetition/ts-fsrs/pull/196
|
|
91
|
+
|
|
92
|
+
## 5.1.0
|
|
93
|
+
|
|
94
|
+
### Historical Release Notes
|
|
95
|
+
|
|
96
|
+
- Released: 2025-06-10
|
|
97
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.1.0)
|
|
98
|
+
- Chore/mark fields and methods as depreacted by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/192
|
|
99
|
+
- Bump the devdependencies group with 6 updates by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/184
|
|
100
|
+
- Improved Typing for FSRS Class Methods by @nodbew in https://github.com/open-spaced-repetition/ts-fsrs/pull/195
|
|
101
|
+
|
|
102
|
+
## 5.0.1
|
|
103
|
+
|
|
104
|
+
### Historical Release Notes
|
|
105
|
+
|
|
106
|
+
- Released: 2025-06-03
|
|
107
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.0.1)
|
|
108
|
+
- Fix/fix path in jsr & update README badge by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/183
|
|
109
|
+
- Docs/update badges by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/186
|
|
110
|
+
- Test/fix `memory state` unit test by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/187
|
|
111
|
+
- Fix/add missing fields to package.json for compatibility by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/191
|
|
112
|
+
|
|
113
|
+
## 5.0.0
|
|
114
|
+
|
|
115
|
+
### Historical Release Notes
|
|
116
|
+
|
|
117
|
+
- Released: 2025-05-12
|
|
118
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v5.0.0)
|
|
119
|
+
- 1. Upgraded to FSRS-6 algorithm
|
|
120
|
+
- 2. New learning_steps field added to card and revlog
|
|
121
|
+
- 3. Added new (re)learning_steps fields to FSRSParameters
|
|
122
|
+
- Feat/FSRS-6 by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/174
|
|
123
|
+
- Chore/update release process by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/178
|
|
124
|
+
- Bump the devdependencies group across 1 directory with 9 updates by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/176
|
|
125
|
+
- publish to JSR by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/180
|
|
126
|
+
- Feat/(re)learning steps by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/177
|
|
127
|
+
- Chore/upgrade typedocs&ESM by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/170
|
|
128
|
+
- Feat/checkParameters by @Luc-Mcgrady in https://github.com/open-spaced-repetition/ts-fsrs/pull/182
|
|
129
|
+
- Docs/Readme by @Luc-Mcgrady in https://github.com/open-spaced-repetition/ts-fsrs/pull/179
|
|
130
|
+
- Export types and release 5.0.0 by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/181
|
|
131
|
+
|
|
132
|
+
## 4.7.1
|
|
133
|
+
|
|
134
|
+
### Historical Release Notes
|
|
135
|
+
|
|
136
|
+
- Released: 2025-04-07
|
|
137
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.7.1)
|
|
138
|
+
- Doc/Improve Examples by @david-allison in https://github.com/open-spaced-repetition/ts-fsrs/pull/163
|
|
139
|
+
- Bump the devdependencies group across 1 directory with 8 updates by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/164
|
|
140
|
+
- Fix/prevent overwriting default values and parameters by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/165
|
|
141
|
+
|
|
142
|
+
## 4.7.0
|
|
143
|
+
|
|
144
|
+
### Historical Release Notes
|
|
145
|
+
|
|
146
|
+
- Released: 2025-03-15
|
|
147
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.7.0)
|
|
148
|
+
- add nix && update some api by @asukaminato0721 in https://github.com/open-spaced-repetition/ts-fsrs/pull/149
|
|
149
|
+
- Create dependabot.yml by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/153
|
|
150
|
+
- Fix/incorrect eslint config by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/152
|
|
151
|
+
- Bump the devdependencies group across 1 directory with 13 updates by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/157
|
|
152
|
+
- Bump the devdependencies group with 6 updates by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/158
|
|
153
|
+
- Fix/Add Prettier to ci by @Luc-Mcgrady in https://github.com/open-spaced-repetition/ts-fsrs/pull/160
|
|
154
|
+
- Feat/Export the forgetting curve function by @Luc-Mcgrady in https://github.com/open-spaced-repetition/ts-fsrs/pull/159
|
|
155
|
+
|
|
156
|
+
## 4.6.1
|
|
157
|
+
|
|
158
|
+
### Historical Release Notes
|
|
159
|
+
|
|
160
|
+
- Released: 2025-01-22
|
|
161
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.6.1)
|
|
162
|
+
- Chore/Optimize the build by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/147
|
|
163
|
+
- Fix/clamp the `params` and `s` by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/148
|
|
164
|
+
|
|
165
|
+
## 4.6.0
|
|
166
|
+
|
|
167
|
+
### Historical Release Notes
|
|
168
|
+
|
|
169
|
+
- Released: 2025-01-06
|
|
170
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.6.0)
|
|
171
|
+
- Feat/add `next_state` method by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/146
|
|
172
|
+
|
|
173
|
+
## 4.5.2
|
|
174
|
+
|
|
175
|
+
### Historical Release Notes
|
|
176
|
+
|
|
177
|
+
- Released: 2025-01-05
|
|
178
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.5.2)
|
|
179
|
+
- Fix/wrong calc elapsed days by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/144
|
|
180
|
+
|
|
181
|
+
## 4.5.1
|
|
182
|
+
|
|
183
|
+
### Historical Release Notes
|
|
184
|
+
|
|
185
|
+
- Released: 2024-12-17
|
|
186
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.5.1)
|
|
187
|
+
- Fix/clip post lapse stability by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/142
|
|
188
|
+
|
|
189
|
+
## 4.5.0
|
|
190
|
+
|
|
191
|
+
### Historical Release Notes
|
|
192
|
+
|
|
193
|
+
- Released: 2024-11-30
|
|
194
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.5.0)
|
|
195
|
+
- nolyfill by @asukaminato0721 in https://github.com/open-spaced-repetition/ts-fsrs/pull/138
|
|
196
|
+
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/139
|
|
197
|
+
- Feat/Impl `initSeed`& `Scheduler` extension based on the strategy pattern by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/137
|
|
198
|
+
- Feat/linear damping by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/133
|
|
199
|
+
|
|
200
|
+
## 4.4.3
|
|
201
|
+
|
|
202
|
+
### Historical Release Notes
|
|
203
|
+
|
|
204
|
+
- Released: 2024-11-09
|
|
205
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.4.3)
|
|
206
|
+
- Fix/export the `FSRSHistory` and `FSRSReview` typo by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/135
|
|
207
|
+
|
|
208
|
+
## 4.4.2
|
|
209
|
+
|
|
210
|
+
### Historical Release Notes
|
|
211
|
+
|
|
212
|
+
- Released: 2024-10-21
|
|
213
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.4.2)
|
|
214
|
+
- Fix/update FSRS-4.5 params into FSRS-5 properly by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/132
|
|
215
|
+
|
|
216
|
+
## 4.4.1
|
|
217
|
+
|
|
218
|
+
### Historical Release Notes
|
|
219
|
+
|
|
220
|
+
- Released: 2024-10-11
|
|
221
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.4.1)
|
|
222
|
+
- Test/update `alea` test by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/128
|
|
223
|
+
- Refactor/reschedule by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/127
|
|
224
|
+
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/129
|
|
225
|
+
- Bump rollup from 4.18.1 to 4.22.4 by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/130
|
|
226
|
+
|
|
227
|
+
## 4.3.1
|
|
228
|
+
|
|
229
|
+
### Historical Release Notes
|
|
230
|
+
|
|
231
|
+
- Released: 2024-09-19
|
|
232
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.3.1)
|
|
233
|
+
- Fix/typo: schduler -> scheduler by @L-M-Sherlock in https://github.com/open-spaced-repetition/ts-fsrs/pull/123
|
|
234
|
+
- Fix/stability not restrict maximun and minimun by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/126
|
|
235
|
+
|
|
236
|
+
## 4.3.0
|
|
237
|
+
|
|
238
|
+
### Historical Release Notes
|
|
239
|
+
|
|
240
|
+
- Released: 2024-09-12
|
|
241
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.3.0)
|
|
242
|
+
- compute retrievability for all states by @L-M-Sherlock in https://github.com/open-spaced-repetition/ts-fsrs/pull/122
|
|
243
|
+
|
|
244
|
+
## 4.2.0
|
|
245
|
+
|
|
246
|
+
### Historical Release Notes
|
|
247
|
+
|
|
248
|
+
- Released: 2024-09-07
|
|
249
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.2.0)
|
|
250
|
+
- Feat/Support iteration in the `repeat` by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/121
|
|
251
|
+
|
|
252
|
+
## 4.1.3
|
|
253
|
+
|
|
254
|
+
### Historical Release Notes
|
|
255
|
+
|
|
256
|
+
- Released: 2024-09-01
|
|
257
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.1.3)
|
|
258
|
+
- Chore/clear seedrandom by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/116
|
|
259
|
+
- Add unit test of memory state by @L-M-Sherlock in https://github.com/open-spaced-repetition/ts-fsrs/pull/119
|
|
260
|
+
- Fix/spelling error default by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/120
|
|
261
|
+
|
|
262
|
+
## 4.1.2
|
|
263
|
+
|
|
264
|
+
### Historical Release Notes
|
|
265
|
+
|
|
266
|
+
- Released: 2024-08-15
|
|
267
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.1.2)
|
|
268
|
+
- Example/add switch short-term example by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/111
|
|
269
|
+
- Fix/set same seed should return the same interval by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/114
|
|
270
|
+
|
|
271
|
+
## 4.1.1
|
|
272
|
+
|
|
273
|
+
### Historical Release Notes
|
|
274
|
+
|
|
275
|
+
- Released: 2024-08-04
|
|
276
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.1.1)
|
|
277
|
+
- Fix/default return typo for next method by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/109
|
|
278
|
+
- Fix/if s<0.5, get_retrievability return NaN by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/110
|
|
279
|
+
|
|
280
|
+
## 4.1.0
|
|
281
|
+
|
|
282
|
+
### Historical Release Notes
|
|
283
|
+
|
|
284
|
+
- Released: 2024-08-03
|
|
285
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.1.0)
|
|
286
|
+
- upgrade typescript-eslint to version 8 by @joshdavham in https://github.com/open-spaced-repetition/ts-fsrs/pull/107
|
|
287
|
+
- Feat/remove seedrandom & use alea prng by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/108
|
|
288
|
+
|
|
289
|
+
## 4.0.2
|
|
290
|
+
|
|
291
|
+
### Historical Release Notes
|
|
292
|
+
|
|
293
|
+
- Released: 2024-07-30
|
|
294
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.0.2)
|
|
295
|
+
- Fix/long term scheduler has not been set correctly for s and d by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/106
|
|
296
|
+
|
|
297
|
+
## 4.0.1
|
|
298
|
+
|
|
299
|
+
### Historical Release Notes
|
|
300
|
+
|
|
301
|
+
- Released: 2024-07-27
|
|
302
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.0.1)
|
|
303
|
+
- Fix/set mean reversion target to d0(4) by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/103
|
|
304
|
+
- Feat/use `Reflect` to set the `FSRSParamters` by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/104
|
|
305
|
+
|
|
306
|
+
## 4.0.0
|
|
307
|
+
|
|
308
|
+
### Historical Release Notes
|
|
309
|
+
|
|
310
|
+
- Released: 2024-07-25
|
|
311
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.0.0)
|
|
312
|
+
- Fix/deploy not working by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/97
|
|
313
|
+
- Refactor/Scheduler Framework by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/99
|
|
314
|
+
- Feat/add the next method to return card and log results by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/101
|
|
315
|
+
- Chore/add debugging folder by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/102
|
|
316
|
+
- Feat/long-term schduler by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/100
|
|
317
|
+
|
|
318
|
+
## 4.0.0-beta
|
|
319
|
+
|
|
320
|
+
### Historical Release Notes
|
|
321
|
+
|
|
322
|
+
- Released: 2024-07-14
|
|
323
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v4.0.0-beta)
|
|
324
|
+
- Starting with `ts-fsrs@4.x`, the minimum required Node.js version is 18.0.0. FSRS-5 is still in alpha stage, install using `ts-fsrs@beta`:
|
|
325
|
+
- Introducing an automated fill for seamless migration from `>= ts-fsrs@3.5.3` to `ts-fsrs@4.0.0-beta`.
|
|
326
|
+
- Doc/add spaced app as a reference by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/87
|
|
327
|
+
- Example/update use ts-fsrs in CDN example by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/88
|
|
328
|
+
- Chore/update CI/CD by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/89
|
|
329
|
+
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/open-spaced-repetition/ts-fsrs/pull/90
|
|
330
|
+
- Example/add popup message by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/92
|
|
331
|
+
- format code by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/94
|
|
332
|
+
- Doc/add ts fsrs workflow by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/96
|
|
333
|
+
- Feat/bump nodejs to 18 by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/93
|
|
334
|
+
- Feat/FSRS V5 by @ishiko732 in https://github.com/open-spaced-repetition/ts-fsrs/pull/95
|
|
335
|
+
|
|
336
|
+
## 3.5.7
|
|
337
|
+
|
|
338
|
+
### Historical Release Notes
|
|
339
|
+
|
|
340
|
+
- Released: 2024-04-18
|
|
341
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.7)
|
|
342
|
+
- pref/adjusting get_retrievability by @ishiko732 in #83
|
|
343
|
+
|
|
344
|
+
## 3.5.6
|
|
345
|
+
|
|
346
|
+
### Historical Release Notes
|
|
347
|
+
|
|
348
|
+
- Released: 2024-04-16
|
|
349
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.6)
|
|
350
|
+
- Chore/config typedoc by @ishiko732 in #82
|
|
351
|
+
- Feat/Add umd distribution by @barrelltech in #84
|
|
352
|
+
- Fix/actions is not functioning correctly by @ishiko732 in #86
|
|
353
|
+
|
|
354
|
+
## 3.5.5
|
|
355
|
+
|
|
356
|
+
### Historical Release Notes
|
|
357
|
+
|
|
358
|
+
- Released: 2024-04-16
|
|
359
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.5)
|
|
360
|
+
- Chore/config typedoc by @ishiko732 in #82
|
|
361
|
+
- Feat/Add umd distribution by @barrelltech in #84
|
|
362
|
+
- Due to the incorrect GitHub Actions setup, the v3.5.5 release needs to be revoked, and the changes will be merged into v3.5.6.
|
|
363
|
+
|
|
364
|
+
## 3.5.4
|
|
365
|
+
|
|
366
|
+
### Historical Release Notes
|
|
367
|
+
|
|
368
|
+
- Released: 2024-04-11
|
|
369
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.4)
|
|
370
|
+
- Feat/allow parameters to be modified by @ishiko732 in #81
|
|
371
|
+
|
|
372
|
+
## 3.5.3
|
|
373
|
+
|
|
374
|
+
### Historical Release Notes
|
|
375
|
+
|
|
376
|
+
- Released: 2024-03-21
|
|
377
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.3)
|
|
378
|
+
- Fix/input not array in reschedule method by @ishiko732 in #77
|
|
379
|
+
|
|
380
|
+
## 3.5.2
|
|
381
|
+
|
|
382
|
+
### Historical Release Notes
|
|
383
|
+
|
|
384
|
+
- Released: 2024-03-15
|
|
385
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.2)
|
|
386
|
+
- Test/update algorithm test by @ishiko732 in #75
|
|
387
|
+
- Fix/IEEE754 decimal precision by @ishiko732 in #76
|
|
388
|
+
|
|
389
|
+
## 3.5.1
|
|
390
|
+
|
|
391
|
+
### Historical Release Notes
|
|
392
|
+
|
|
393
|
+
- Released: 2024-03-13
|
|
394
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.1)
|
|
395
|
+
- Fix/fuzz=false wrong calc next_ivl by @ishiko732 in #74
|
|
396
|
+
|
|
397
|
+
## 3.5.0
|
|
398
|
+
|
|
399
|
+
### Historical Release Notes
|
|
400
|
+
|
|
401
|
+
- Released: 2024-03-12
|
|
402
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.5.0)
|
|
403
|
+
- Fix/Grades allowed be modified by @ishiko732 in #73
|
|
404
|
+
- Feat/reschedule&update fuzz by @ishiko732 in #72
|
|
405
|
+
|
|
406
|
+
## 3.4.1
|
|
407
|
+
|
|
408
|
+
### Historical Release Notes
|
|
409
|
+
|
|
410
|
+
- Released: 2024-03-02
|
|
411
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.4.1)
|
|
412
|
+
- Chore/update default parameters by @ishiko732 in #71
|
|
413
|
+
|
|
414
|
+
## 3.4.0
|
|
415
|
+
|
|
416
|
+
### Historical Release Notes
|
|
417
|
+
|
|
418
|
+
- Released: 2024-02-09
|
|
419
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.4.0)
|
|
420
|
+
- Feat/add after handler by @ishiko732 in #69
|
|
421
|
+
- Refactor/pre-processing input by @ishiko732 in #69
|
|
422
|
+
- Doc/add example annotation by @ishiko732 in #69
|
|
423
|
+
- Test/add test afterHandler by @ishiko732 in #69
|
|
424
|
+
- With the use of the afterHandler, you can easily implement data transformation, making it convenient to integrate with ORM frameworks.
|
|
425
|
+
- Examples have been added to the comments, and detailed information can be viewed through the [documentation](https://open-spaced-repetition.github.io/ts-fsrs/) or IDE (Visual Studio Code/WebStorm).
|
|
426
|
+
|
|
427
|
+
## 3.3.1
|
|
428
|
+
|
|
429
|
+
### Historical Release Notes
|
|
430
|
+
|
|
431
|
+
- Released: 2024-02-05
|
|
432
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.3.1)
|
|
433
|
+
- docs/change of License by @ishiko732 in #66
|
|
434
|
+
- Chore/remove rollup-plugin-terser by @ishiko732 in #67
|
|
435
|
+
- Fix/date is not a function by @ishiko732 in #68
|
|
436
|
+
|
|
437
|
+
## 3.3.0
|
|
438
|
+
|
|
439
|
+
### Historical Release Notes
|
|
440
|
+
|
|
441
|
+
- Released: 2023-12-26
|
|
442
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.3.0)
|
|
443
|
+
- Feat/fsrs-4.5 by @ishiko732 in #65
|
|
444
|
+
|
|
445
|
+
## 3.2.3
|
|
446
|
+
|
|
447
|
+
### Historical Release Notes
|
|
448
|
+
|
|
449
|
+
- Released: 2023-12-24
|
|
450
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.2.3)
|
|
451
|
+
- Chore/support commonjs by @ishiko732 in #63 for #62
|
|
452
|
+
|
|
453
|
+
## 3.2.2
|
|
454
|
+
|
|
455
|
+
### Historical Release Notes
|
|
456
|
+
|
|
457
|
+
- Released: 2023-12-15
|
|
458
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.2.2)
|
|
459
|
+
- Chore/bump package.json by @ishiko732 in #61
|
|
460
|
+
|
|
461
|
+
## 3.2.1
|
|
462
|
+
|
|
463
|
+
### Historical Release Notes
|
|
464
|
+
|
|
465
|
+
- Released: 2023-12-10
|
|
466
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.2.1)
|
|
467
|
+
- Feat/calc s inc based on last_d by @ishiko732 in #59
|
|
468
|
+
- Fix/wrong typo RatingType by @ishiko732 in #60
|
|
469
|
+
- Chore/readme by @ishiko732 in #60
|
|
470
|
+
|
|
471
|
+
## 3.1.1
|
|
472
|
+
|
|
473
|
+
### Historical Release Notes
|
|
474
|
+
|
|
475
|
+
- Released: 2023-11-20
|
|
476
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.1.1)
|
|
477
|
+
- Feat/rollback Card by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/40
|
|
478
|
+
- Feat/forget by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/42
|
|
479
|
+
- Fix/The calculated result of elapsed_days is incorrect in the revlog by @ishiko732 in https://github.com/ishiko732/ts-fsrs/issues/44
|
|
480
|
+
- Fix/Circular Dependencies by @ishiko732
|
|
481
|
+
- Chore/ compilation using Rollup by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/46
|
|
482
|
+
- Chore/ delete fsrs.umd.js by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/47
|
|
483
|
+
- Chore/ exports sourcemap by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/48
|
|
484
|
+
- Refactor/Remove dotenv file and reduce repository size by 138KB by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/49
|
|
485
|
+
- Fix/wrong scheduled_days in forget by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/50
|
|
486
|
+
- Chore/example by @ishiko732 in https://github.com/ishiko732/ts-fsrs/pull/51
|
|
487
|
+
- Fix/GitHub actions by @ishiko732 in #53 #54
|
|
488
|
+
|
|
489
|
+
## 3.0.6
|
|
490
|
+
|
|
491
|
+
### Historical Release Notes
|
|
492
|
+
|
|
493
|
+
- Released: 2023-11-04
|
|
494
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.0.6)
|
|
495
|
+
- readme add basic use; add annoation to some function ; add digrams write by plantuml by @2Lavine in #38
|
|
496
|
+
- Doc/add return type in algorithm.ts&update example in README.md by @ishiko732 in #41
|
|
497
|
+
- Feat/grades by @ishiko732 in #43
|
|
498
|
+
|
|
499
|
+
## 3.0.4
|
|
500
|
+
|
|
501
|
+
### Historical Release Notes
|
|
502
|
+
|
|
503
|
+
- Released: 2023-10-22
|
|
504
|
+
- Source: [GitHub Release](https://github.com/open-spaced-repetition/ts-fsrs/releases/tag/v3.0.4)
|
|
505
|
+
- Feat/env in #30
|
|
506
|
+
- Feat/fsrs v4 #31
|
|
507
|
+
- Fix/wrong data types #33
|
|
508
|
+
- Feat/never type #34
|
|
509
|
+
- Feat/recordLog type #36
|
|
510
|
+
- security:Bump @babel/traverse from 7.22.19 to 7.23.2 by bot in #35
|