Skip to content

Release v1.2

Latest
Compare
Choose a tag to compare
@OleksiiBulba OleksiiBulba released this 09 Jan 09:17
· 2 commits to master since this release
2599f2d

What's Changed

  • Feature: Explicit plugin dependency by @OleksiiBulba in #11
    • Added explicit dependency on TwigPlugin, from now on it will be loaded automatically by micro/kernel-boot-plugin-depended package;
    • Removed version from composer.json;
    • Added composer validate --strict to GitHub actions;
    • Added documentation to twig functions in php annotations;
    • Dropped support for php 8.1;
    • Code quality increase;
    • Added psalm to composer scripts in composer.json file;
  • Chore: Nice exception messages by @OleksiiBulba in #12
    • Added a nice message for some exceptions where the user might have forgotten to run npm/yarn build command (e.g. entrypoints.json file is missing, bad json file or else);

Full Changelog: v1.1...v1.2