|
| 1 | +Version 1.16.0, release 2023-02-27 |
| 2 | +---------------------------------- |
| 3 | +Major improvements: |
| 4 | +* Fix passing context around by @willrowe in https://github.com/twigjs/twig.js/pull/850 |
| 5 | +* Add namespace support to `source` function by @willrowe in https://github.com/twigjs/twig.js/pull/823 |
| 6 | +* Use src/twig.js as package's main script instead of the compiled twig.js by @RobLoach in https://github.com/twigjs/twig.js/pull/829 |
| 7 | + |
| 8 | +Minor improvements: |
| 9 | +* Fix macro changing context in loop by @mihkeleidast in https://github.com/twigjs/twig.js/pull/773 |
| 10 | +* Imported function PATHS.strip_slash() missing by @murageyun in https://github.com/twigjs/twig.js/pull/770 |
| 11 | +* Convert non-string values to string before replacing by @kmonahan in https://github.com/twigjs/twig.js/pull/797 |
| 12 | +* Add GitHub actions test workflow by @willrowe in https://github.com/twigjs/twig.js/pull/817 |
| 13 | +* Fix date parsing with timezones by @plepe in https://github.com/twigjs/twig.js/pull/765 |
| 14 | +* Fixed Twig official's URL on README.md by @Geolim4 in https://github.com/twigjs/twig.js/pull/822 |
| 15 | +* Add tests for whitespace in paths by @willrowe in https://github.com/twigjs/twig.js/pull/824 |
| 16 | +* Fix multiple includes with embeds by @willrowe in https://github.com/twigjs/twig.js/pull/828 |
| 17 | +* Update to Mocha 9.x by @RobLoach in https://github.com/twigjs/twig.js/pull/831 |
| 18 | +* Add test for issue #767 by @willrowe in https://github.com/twigjs/twig.js/pull/837 |
| 19 | +* Add support for `divisible by` test by @willrowe in https://github.com/twigjs/twig.js/pull/838 |
| 20 | +* Add support for `with` tag without context or `only` keyword by @willrowe in https://github.com/twigjs/twig.js/pull/839 |
| 21 | +* Use v3 of `actions/checkout` by @willrowe in https://github.com/twigjs/twig.js/pull/846 |
| 22 | +* Test on more node versions by @willrowe in https://github.com/twigjs/twig.js/pull/847 |
| 23 | +* Fix webpack 5 compatibility by @willrowe in https://github.com/twigjs/twig.js/pull/849 |
| 24 | +* Add test to confirm `renderFile` error handling by @willrowe in https://github.com/twigjs/twig.js/pull/851 |
| 25 | +* Fix casing of variables in docs by @willrowe in https://github.com/twigjs/twig.js/pull/852 |
| 26 | +* Bumped dependencies by @dependabot |
| 27 | + |
1 | 28 | Version 1.15.4, released 2020-11-27
|
2 | 29 | -----------------------------------
|
3 | 30 | Minor improvements:
|
|
0 commit comments