History log of /php-ast/package.xml (Results 51 – 75 of 83)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7bf72a8e 14-Jul-2019 Tyson Andre

Update NEWS


# 113e7828 30-Jun-2019 Nikita Popov

Back to dev


Revision tags: v1.0.2
# a6e1f882 30-Jun-2019 Tyson Andre

Release php-ast 1.0.2

And put together release notes.


# 80cdfb64 11-Feb-2019 Nikita Popov

Back to dev


Revision tags: v1.0.1
# e2953889 11-Feb-2019 Nikita Popov

Release php-ast 1.0.1


# bac87c0c 02-Feb-2019 Tyson Andre

Add missing tests to package.xml

- Reword my earlier note in the changelog to be clearer
- Add all missing test files.


# fb1be834 30-Jan-2019 Tyson Andre

Add AST_CLASS_NAME in AST version 70 (#111)

Add AST_CLASS_NAME in AST version 70

Fixes #109

Tests pass with a local PHP 7.4 installation


# d4c370de 26-Jan-2019 Tyson Andre

Support FLAGS_COALESCE on AST_ASSIGN_OP (`??=`)


# 7fe259ed 12-Jan-2019 Tyson Andre

Add AST_PROP_GROUP in version 70.

The type information is deliberately left out of versions < 70.

`children['type']` is a Node describing the type of the property group,
or null

Add AST_PROP_GROUP in version 70.

The type information is deliberately left out of versions < 70.

`children['type']` is a Node describing the type of the property group,
or null.
`children['props']` is the AST_PROP_DECL.

The property visibility modifier flags were moved to the AST_PROP_GROUP.

Update package.xml

show more ...


# 24a626ec 19-Jan-2019 Tyson Andre

Fix a typo in README.md and the changelog


# 791cf416 21-Oct-2018 Nikita Popov

Back to dev


Revision tags: v1.0.0
# 044436b0 21-Oct-2018 Nikita Popov

Release version 1.0.0


# 68fcc2b7 21-Oct-2018 Nikita Popov

Update changelog


# ea0ae2be 07-Oct-2018 Nikita Popov

Bump version to 1.0.0dev


# 52ad8c91 07-Oct-2018 Nikita Popov

Fix package.xml

I did something very weird here when trying to bump to the next
version.


# 3d600001 06-Oct-2018 Nikita Popov

Back to dev


Revision tags: v0.1.7
# 34c324d4 06-Oct-2018 Nikita Popov

Release version 0.1.7


# 584771f5 06-Oct-2018 Nikita Popov

Update package.xml file list


# 749f02fd 06-Oct-2018 Nikita Popov

Update changelog


# db22ee24 08-Oct-2017 Nikita Popov

Back to dev


Revision tags: v0.1.6
# 7c3dfa51 08-Oct-2017 Nikita Popov

Release version 0.1.6


# d8af1301 08-Oct-2017 Nikita Popov

Update changelog


# 8f4a033b 29-Jul-2017 Nikita Popov

Add ast\get_metadata() function

This function returns metadata about the AST kinds. Currently this
mainly provides the flags supported by each AST kind.


# 698bb518 29-Jul-2017 Nikita Popov

Param flags are combinable


# c5990ac8 19-Jul-2017 Nikita Popov

Back to dev


1234