- Removed
composer.lock
from export. - Updated Symfony to version 7.2.2.
- Updated Symfony to version 7.2.1.
- Updated Symfony to version 7.2.0.
- Updated Symfony to version 7.1.9.
- Updated
php-cs-fixer
to version 3.65.0. - Updated
PHPunit
continuous integration action. - Added static
instance()
function toChartOption
class. - Added test for the
renderTo
property. - Updated
PHPStan
to version 2.0 and level to 10. - Removed separate
PHPUnit
tool. - Updated CI.
- Split dependencies in dedicated folders using
bamarni/composer-bin-plugin
. - Added bleeding edge before update
phpstan
to version 2.0. - Added badges to
README.md
. - Updated Symfony to version 7.1.7.
- Create
.symfony.insight.yaml
file. - Updated Symfony to version 7.1.6.
- Updated
CHANGELOG.md
.
- Updated
markdownlint-cli2-action
andcodecov-action
versions. - Replaced
hash()
function bymd5()
function. - Inject expressions only if necessary.
- Replaced
SplQueue
structure by an array for expressions. - Updated documentation.
- Added
getQuotedKey()
function to theChartExpression
class.
- Added
enqueue()
function and renamedinject()
function ofChartExpression
class. - Simplified
enqueueExpressions()
function ofAbstractChart
class.
- BC: Moved
createExpression()
function ofAbstractChart
toinstance()
function ofChartExpression
class. - Added
injectExpression()
function to theChartExpression
class. - Updated to Twig v3.14.0 due to a possible sandbox bypass.
- Renamed
Expr
class toChartExpression
.
- Removed the
laminas-json
dependency and use internal code for expressions. - Removed the
scrollbar
chart options. - Updated to Symfony v7.1.4 and Twig v3.13.0.
- Added the rector fix script to
composer.json
. - Updated
phpunit.xml.dist
file. - Added
SymfonyInsight
quality check tool and badge. - Update PHP version in
composer.json
. - Updated
twig
version to 3.11.0. - Renamed Twig extension service name.
- Updated
CHANGELOG.MD
file. - Updated
codecov-action
version to 4.5.0.
- Simplified configuration.
- Updated to Symfony v7.1.2 and Rector v1.2.0.
- Updated to Symfony v7.1.1.
- Updated
.styleci.yml
configuration. - Updated
.markdownlint-cli2.yaml
configuration. - Updated to Symfony v7.1.0.
- Updated
phpunit/phpunit
to version^11.0
. - Updated
vimeo/psalm
todev-master
branch. - Updated
spaze/phpstan-disallowed-calls
to version^3.0
.
- Added the markdown configuration file.
- Changed the
chart
function visibility of theHighchartsExtension
class. - Updated
TwigTest
class. - Updated rector configuration.
- Move documentation to the root folder.
- Updated
phpstan
configuration. - Updated
psalm/plugin-phpunit
plugin version. - Updated
PhpCsFixer
configuration. - Updated
.gitattributes
to exclude non-essential files from distribution.
- Removed
orklah/psalm-*
plugins. - Replaced engine string values by
Engine
enumeration.
- Modified the constructor.
- Removed
initArrayOption()
andinitChartOption()
functions.
- Updated psalm annotation.
- Updated change log.
- Updated render functions.
- Updated CI actions.
- Completed tests.
- Added new tests.
- Updated psalm configuration and annotations.
- Removed
$trim
parameter forcreateExpression
function.
- Set function
createExpression
as static.
- Symfony 7 support for required development.
- Symfony 7 support.
- Update named service.
- Moved is expression from chart option to abstract chart.
- Replaced the comma by new line when rendered chart class
- Simplified encoding options
- Added chart class property
- Added lint markdown action
- Removed the pretty print option
- Updated tests
- Reworked script output.
- Updated documentation
- Added Engine constants
- Removed skipped tests
- Added PHP version 8.2.
- Update composer.json
- Add support for Symfony 5
- Add support for Twig 3
- Drop support for PHP < 7.2
- Add support for Symfony 4
- Improve Travis configuration, tests on PHP 7
- Add support for zend-json ~3.0
- Fix Symfony 3.1 deprecation notice for YAML scalars starting with
%
- Update version constraint to support Symfony 3
- Update to PSR-4 auto-loading
- Add support for colorAxis
- Add support for noData
- Refactor deprecated Twig_Function_Method to Twig_SimpleFunction
- Add support for lang
- Test on more PHP versions and HHVM
- Add support for drilldown
- Add support for setOptions
- Drop support for deprecated versions of Symfony
- Add support for scrollbar
This release fixes a security issue. You are encouraged to update to it as soon as possible. See Security Advisory: ZF2014-01
- Add support for the pane option
- Add support for Highstock
- Extract a common interface from Highchart and Highstock
- Add support for rangeSelector
- Add a branch alias to composer.json
- Update to Highcharts v4
- Update Zend\Json for a security issue
- Remove bundled assets in favor of Highcharts' CDN (https://code.highcharts.com)
- Make the JS wrapper optional
- Add support for multiple x-axis
- Update to Highcharts v3.0.6
- Add license to composer.json
- Add doc blocks for IDE type hinting
- Configure Travis to test on Symfony 2.1, 2.2 and 2.3
- Initial release