Skip to content

Releases: nerou42/formula

2.2.0

17 Nov 10:29

Choose a tag to compare

Fixed all 170 psalm issues. Now all tests pass but some code got rewritten so this version should be tested before fully trusted.

2.1.2

09 Nov 20:04

Choose a tag to compare

Fixed bug in ArrayValue that was introduced in 2.1.1

2.1.1

09 Nov 19:47

Choose a tag to compare

Adds the php types self and static to the types that can be converted from php reflections

2.1.0

18 Oct 13:35

Choose a tag to compare

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

28 Jul 10:58

Choose a tag to compare

Fixed missing parameter ParsingException constructor and fixed "((int) 0)" not parsing correctly

2.0.58 - Bitwise operations

24 Jul 10:52

Choose a tag to compare

Adds bitwise and, bitwise or, bitwise xor, left shift, right shift, binary number tokens

2.0.57

11 Feb 15:26

Choose a tag to compare

Updated some functions to support integers and floats instead of only floats

2.0.56

11 Feb 14:40

Choose a tag to compare

Improved function signature of sum, min, max and avg functions

2.0.55

23 Jan 12:28

Choose a tag to compare

Added smaller and greater Operator to DateTimeImmutable Type and Value

2.0.54

27 Dec 18:43

Choose a tag to compare

Removed BracketExpression from Nodes