mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
0.1.1 (2021-12-01)
⚠ BREAKING CHANGES
- Change license from GPL 3 to MIT (a77b28)
Features
- Handle multiline type declaration (d99c59)
Bug Fixes
- Filter type symbols with strict string comparison (6cdea3)
- Handle correctly iterable source during mapping (dd4624)
- Handle shaped array integer key (5561d0)
- Resolve single/double quotes when parsing doc-block type (1c628b)
Other
- Change PHPStan stub file extension (8fc6af)
- Delete unwanted code (e3e169)
- Syntax highlight stub files (#9) (9ea95f)
- Use composer runtime API (1f754a)