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: CHANGES.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
-
# JSDoc 3 change history
1
+
# JSDoc change history
2
2
3
-
This file describes notable changes in each version of JSDoc 3.
3
+
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.
4
+
5
+
6
+
## 4.0.0 (November 2022)
7
+
8
+
+ JSDoc releases now use [semantic versioning](https://semver.org/). If JSDoc makes
9
+
backwards-incompatible changes in the future, the major version will be incremented.
10
+
+ JSDoc no longer uses the [`taffydb`](https://taffydb.com/) package. If your JSDoc template or
11
+
plugin uses the `taffydb` package, see the
12
+
[instructions for replacing `taffydb` with `@jsdoc/salty`](https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc-salty#use-salty-in-a-jsdoc-template).
0 commit comments