Skip to content

Commit 3cae661

Browse files
authored
Merge pull request #7 from emulgeator/array-docblock-fix
Fixed array docblock handling
2 parents 6419bbc + a072d21 commit 3cae661

File tree

6 files changed

+1046
-974
lines changed

6 files changed

+1046
-974
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [0.1.3] - 2022-11-28
9+
10+
### Fixed
11+
12+
- When an array typed property had an array type declared in docblock the mapper removed the keys of the given array. This has been fixed.
13+
14+
### Added
15+
16+
- This changelog :)

0 commit comments

Comments
 (0)