Releases: jrmajor/fluent-php
Releases · jrmajor/fluent-php
v1.1.1
11 Oct 18:45
Compare
Sorry, something went wrong.
No results found
Removed
Dropped PHP 8.2 support (e8731b9 )
You can stay on v1.0.x if you need PHP 8.1 or PHP 8.2 support
Bug fixes will be backported to the v1.0.x branch
Fixed
Fixed rounding issues in number formatter (#57 ), thanks @wolandtel
Trailing tabs are no longer trimmed (5ecfac4 )
v1.1.0
16 Mar 20:50
Compare
Sorry, something went wrong.
No results found
This is a re-release of v1.0.2 .
v1.0.3
16 Mar 20:48
Compare
Sorry, something went wrong.
No results found
This release reverts changes from v1.0.2 .
v1.0.2
22 Nov 20:14
Compare
Sorry, something went wrong.
No results found
Added
Added PHP 8.4 support (3b7a50c )
Upgraded CLDR data from v44 to v45 (#40 )
Removed
v1.0.1
01 Dec 21:49
Compare
Sorry, something went wrong.
No results found
Added
Improved
Upgraded CLDR data from v43 to v44 (c7fb2ff )
Marked more files with export-ignore (2f67a53 )
v1.0.0
09 Jul 16:24
Compare
Sorry, something went wrong.
No results found
Added
Added support for unit formatting (#15 ), thanks @hakastein
Upgraded CLDR data from v42 to v43 (c7dd998 )
Improved
Changed
Allowed for overriding fluent functions (#14 ) by @hakastein
FluentBundle::message() no longer supports named arguments (c3b3117 )
Use message('hello', ['name' => 'Toby']) instead of message('hello', name: 'Toby')
Removed
Marked FluentParser::parseEntry() as @internal (60a5fff )
v0.4.2
26 Dec 15:16
Compare
Sorry, something went wrong.
No results found
Added
Improved
Use list type instead of the [] notation (b231304 )
Marked more files with export-ignore (7cc93e0 )
Removed
Dropped PHP 8.0 support (36e9816 )
Removed FluentBundle::FSI and FluentBundle::PDI constants (f717350 )
v0.4.1
27 Jan 17:47
Compare
Sorry, something went wrong.
No results found
Improved
Fixed parser performance on large files (#9 )
v0.4.0
26 Jan 01:32
Compare
Sorry, something went wrong.
No results found
Added
Changed
Runtime function exceptions are now catched and reported by bundle as FunctionException (75f3b96 )
Format numbers using built-in number formatter instead of relying on ext-intl (#3 )
Made FluentNumber final (7406a71 )
Removed
Removed $minimumFractionDigits argument of FluentNumber::__construct(), use setOptions() instead (0fc155a )
All FluentNumber methods except for constructor and setOptions() are now @internal (844eb46 )
v0.3.0
01 Sep 20:23
Compare
Sorry, something went wrong.
No results found
Changed
Pass null instead of FluentNone to Fluent functions (dd5780a )
Check Fluent functions return types (b8e4480 )
Accept message arguments as array only if there is one argument passed to message() method (fc4632d )
Require stable verison of jrmajor/pluralrules (2cc5eda )
Removed
Fixed
Set locale when FluentNumber is passed as an argument (67f7118 )
Fix loose comparison in FluentNumber (e1af8eb )
Improve error messages for unsupported variable types (d1234dd )