Skip to content

Commit

Permalink
Release PHP-Parser 3.0.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 16, 2016
1 parent f03823c commit f5d334d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
Version 3.0.0-dev
-----------------

Nothing yet.

Version 3.0.0-beta1 (2016-09-16)
--------------------------------
### Added

* [7.1] Function/method and parameter builders now support PHP 7.1 type hints (void, iterable and
nullable types).
* Nodes and Comments now implement `JsonSerializable`. The node kind is stored in a `nodeType`
property.
* The `InlineHTML` node now has an `hasLeadingNewline` attribute, that specifies whether the
preceding closing tag contained a newline. The pretty printer honors this attribute.
* Partial parsing of `$obj->` (with missing property name) is now supported in error recovery mode.
* The error recovery mode is now exposed in the `php-parse` script through the `--with-recovery`
or `-r` flags.

The following changes are also part of PHP-Parser 2.1.1:

Expand Down

0 comments on commit f5d334d

Please sign in to comment.