Skip to content

Commit a16c02a

Browse files
committed
Bumped version
1 parent 8b92dfd commit a16c02a

File tree

2 files changed

+458
-0
lines changed

2 files changed

+458
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.0.44"></a>
2+
## 1.0.44 (2017-07-19)
3+
4+
* 1.0.44 ([8b92dfd](https://github.com/wessberg/CodeAnalyzer/commit/8b92dfd))
5+
* Added support for handling expressions of kinds TypeQuery and LastTypeNode. Fixes #9. Fixes #21 ([6719e65](https://github.com/wessberg/CodeAnalyzer/commit/6719e65)), closes [#9](https://github.com/wessberg/CodeAnalyzer/issues/9) [#21](https://github.com/wessberg/CodeAnalyzer/issues/21)
6+
* Bumped version ([d571e0b](https://github.com/wessberg/CodeAnalyzer/commit/d571e0b))
7+
* Fixed an issue where expression bodies of CallExpressions wouldn't be parsed when 'deep' is true. Fi ([c9f28b0](https://github.com/wessberg/CodeAnalyzer/commit/c9f28b0)), closes [#10](https://github.com/wessberg/CodeAnalyzer/issues/10)
8+
* Made the MutationFormatter use the IValuableFormatter. Fixes #11 ([6e30987](https://github.com/wessberg/CodeAnalyzer/commit/6e30987)), closes [#11](https://github.com/wessberg/CodeAnalyzer/issues/11)
9+
* Made the ParametersFormatter use the IValuableFormatter. #11 ([2ccc736](https://github.com/wessberg/CodeAnalyzer/commit/2ccc736))
10+
* Made the PropFormatter use the IValuableFormatter. #11 ([dbcc74b](https://github.com/wessberg/CodeAnalyzer/commit/dbcc74b))
11+
12+
13+
114
<a name="1.0.43"></a>
215
## 1.0.43 (2017-07-19)
316

0 commit comments

Comments
 (0)