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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [unreleased]
7
7
8
+
## [v1.3.1] - 2015-12-09
9
+
10
+
This is more like cosmetic patch release to keep bundling into `jscs`.
11
+
It was a bad idea to add back peerDeps.
12
+
13
+
### Misc
14
+
*[[`d4e28d85f7`](https://github.com/jscs-dev/jscs-jsdoc/commit/d4e28d85f7)] - **Chore**: drop peer deps (there is no way to use it) (Alexey Yaroshevich)
15
+
*[[`bb3e784377`](https://github.com/jscs-dev/jscs-jsdoc/commit/bb3e784377)] - **Chore**: drop rudimentary compiled browserified version (Alexey Yaroshevich)
16
+
8
17
## [v1.3.0] - 2015-12-05
9
18
10
19
It was more than 2 months gap since the last release and here we are with a couple of bug fixes and better ES2015 support. A big part of fixes related to `requireDescriptionCompleteSentence` rule. If you had troubles with it you can give it a try now. `enforceExistence` now supports ES2015 exports and treats it like CommonJS `module.exports`.
0 commit comments