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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
- An issue where enumeration value would be incorrectly displayed as `undefined` in docs parsed from ES5 code.
9
9
- An issue where `jsdoc.predicate` (or `jsdoc.filter`) option would not be taken into account.
10
10
- An issue where favicon would not be copied over to the output dir.
11
11
- (Zebra Template) An issue where some special characters within the location hash would cause an error.
12
+
-`Invalid assignment` error due to ES2015 syntax.
12
13
13
14
### Added
14
15
- Support for handling notation with multiple sub-types. e.g. `Map<String, Object>`. (PR [#65](https://github.com/onury/docma/pull/65) by [@MaienM](https://github.com/MaienM))
0 commit comments