Releases: nerou42/formula
2.2.0
2.1.2
Fixed bug in ArrayValue that was introduced in 2.1.1
2.1.1
Adds the php types self and static to the types that can be converted from php reflections
2.1.0
With this release, functions will be able to take Value as parameters. This can ba used to create a passthrough function which takes a value and returns the same. This can be useful because returning values is more efficient than returning php values.
Full Changelog: v2.0.59...v2.1.0
2.0.59
Fixed missing parameter ParsingException constructor and fixed "((int) 0)" not parsing correctly
2.0.58 - Bitwise operations
Adds bitwise and, bitwise or, bitwise xor, left shift, right shift, binary number tokens
2.0.57
Updated some functions to support integers and floats instead of only floats
2.0.56
Improved function signature of sum, min, max and avg functions
2.0.55
Added smaller and greater Operator to DateTimeImmutable Type and Value
2.0.54
Removed BracketExpression from Nodes