ts-fsrs 5.3.3 → 5.4.0

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