Skip to content

Releases: Muvon/kisscore

v3.0 [untested]

16 Aug 07:06
fbd43ba

Choose a tag to compare

This is the LAST release that supports PHP-FPM and single core.

It's untested for Swoole, but just mark the state since we are going to migrate to a new paradigm.

What's Changed

  • Bump nanoid from 3.1.30 to 3.2.0 in /addons/webpack/skel/app/client by @dependabot[bot] in #21
  • Bump node-sass from 6.0.1 to 7.0.0 in /addons/webpack/skel/app/client by @dependabot[bot] in #22
  • Bump minimist from 1.2.5 to 1.2.6 in /addons/webpack/skel/app/client by @dependabot[bot] in #26
  • Bump urijs from 1.19.7 to 1.19.11 in /addons/webpack/skel/app/client by @dependabot[bot] in #27
  • Bump async from 2.6.3 to 2.6.4 in /addons/webpack/skel/app/client by @dependabot[bot] in #28
  • Bump terser from 5.9.0 to 5.14.2 in /addons/webpack/skel/app/client by @dependabot[bot] in #29
  • Bump loader-utils from 1.4.0 to 1.4.2 in /addons/webpack/skel/app/client by @dependabot[bot] in #33
  • Adopt proposed codestyle by @donhardman in #30
  • Bump tar from 6.1.11 to 6.2.1 in /addons/webpack/skel/app/client by @dependabot[bot] in #42
  • Include plugins into single core by @donhardman in #43
  • @zone support and multiple domains by @donhardman in #45

New Contributors

Full Changelog: 2.0...3.0

v2.0

06 Jul 05:58

Choose a tag to compare

  1. Dockerize with Yoda
  2. PHP 8 adoption
  3. Addons
  4. Composer vendor package support
  5. View dynamic templates and custom filters
  6. Watcher moved to manually launch due to issue to run inside the container for dev
  7. Bug fixes and improvements

v1.2

30 Dec 13:21

Choose a tag to compare

  1. Use gmdate instead of date for log information.
  2. Allow more RESTful API HTTP methods in nginx config.
  3. Add helper to create exception handler.
  4. Fix critical session.name issue.
  5. Extract CORS setup for nginx to config.
  6. Fix critical deploy issues

v1.1

28 Dec 05:26

Choose a tag to compare

  1. Extract all-in-one bash functions into separated bash scripts.
  2. Various code improvements.
  3. Deprecate systemd dependency.
  4. Fix check runner bash script.
  5. Migrate nginx and php-fpm from plugins into config dir.
  6. Move nginx rewrite code generation to nginx config compiler from Env class.
  7. Deprecate html symlic that followed to app/static folder.
  8. Autodetect action return types and autorespone headers depends on response.

v1.0

20 Nov 07:01

Choose a tag to compare

Initial stable release.
It supports php 5.6 and higher version.