Commit Graph

  • 6fe8a0dff5 Added fmt3 bundle format master v5.10.0 Alexey Chubar 2025-03-14 00:14:14 +0700
  • fd49e48a57 Support for configs bundle patching WIP; Migrating to iterable from array where it makes sense; Adding config_hash_changed(..) v5.9.0 Pavel Shevaev 2025-03-06 13:23:43 +0300
  • 77a63241ff Enabling junk check by default v5.8.0 Pavel Shevaev 2025-02-27 20:26:42 +0300
  • 458b72e367 Adding config2json v5.7.0 Pavel Shevaev 2025-02-27 20:00:38 +0300
  • a15f4f935e Fixing config workers initialization v5.6.2 Pavel Shevaev 2025-02-27 18:43:59 +0300
  • 07d69c4a02 Minor improvements v5.6.1 Pavel Shevaev 2025-02-27 15:53:16 +0300
  • 4bd731aa25 Adding debug flag to pack routine v5.6.0 Pavel Shevaev 2025-02-27 13:16:45 +0300
  • 63c2c46cc7 Improving initialization of workers; Adding sorting when splitting config jobs; Minor improvements here and there v5.5.0 Pavel Shevaev 2025-02-27 01:35:16 +0300
  • 0842ba416f Fixing version argument ordering and making it required v5.4.0 Pavel Shevaev 2025-02-26 18:44:36 +0300
  • 42e673f2b1 A bit tweaking error reporting v5.3.1 Pavel Shevaev 2025-02-25 20:04:47 +0300
  • 7a6208d921 Not stopping processing of configs upon first error, collecting all errors v5.3.0 Pavel Shevaev 2025-02-25 18:05:12 +0300
  • dd8c4311b7 Adding and using convenience config_log(msg) v5.2.0 Pavel Shevaev 2025-02-25 15:48:28 +0300
  • 742e6692d5 Adding check_junk optional support during normalization v5.1.0 Pavel Shevaev 2025-02-25 15:41:22 +0300
  • aa9ff115aa Fixing initialization of globals v5.0.2 Pavel Shevaev 2025-02-25 14:07:10 +0300
  • 1079143376 Getting rid of possible warning v5.0.1 Pavel Shevaev 2025-02-25 13:48:24 +0300
  • 00f17cc1a8 API and internals overhaul, optimizing parsing and import, still work in progress v5.0.0 Pavel Shevaev 2025-02-24 19:22:01 +0300
  • d422998ebf ConfigCacheEntryExtras now extends stdClass in order to by pass deprecation errors v4.3.0 Pavel Shevaev 2025-02-12 15:36:07 +0300
  • 660f7f0c1a Adding config_fetch(..) universal function which accepts ConfigFetchParams, config_fetch_ex is now considered deprecated v4.2.0 Pavel Shevaev 2024-06-25 16:31:57 +0300
  • 37255ba9ec Removing unused includes file map v4.1.0 Pavel Shevaev 2024-06-12 12:28:42 +0300
  • 7a19d509b1 PHP7 related fixes v4.0.6 Pavel Shevaev 2024-05-02 16:53:20 +0300
  • cdf0d6dc78 Making several attempts when trying to read the includes map file v4.0.5 Pavel Shevaev 2024-05-02 12:13:27 +0300
  • fd876d28e2 Printing execution times alongside to workers v4.0.4 Pavel Shevaev 2024-04-23 18:19:22 +0300
  • 7de6cf61c8 Making func signatures PHP8.3 compatible v4.0.3 Pavel Shevaev 2024-03-14 12:52:51 +0300
  • 135b6a2565 Обновить CHANGELOG.md Pavel Shevaev 2024-03-13 10:21:33 +0300
  • 0abaa301c3 Improving exception message v4.0.2 Pavel Shevaev 2024-03-12 19:16:51 +0300
  • ff4ae2682c Type safety fixes v4.0.1 Семенов Иван 2024-03-07 15:13:52 +0300
  • d8889de4d0 Добавить CHANGELOG.md Pavel Shevaev 2024-03-06 16:34:33 +0300
  • a3b62e10d9 Adding support for binary format 2 (no more crc28 strids); Removing obsolete stuff; Adding typehints v4.0.0 Pavel Shevaev 2024-03-06 16:21:38 +0300
  • d6fc62f3d7 Добавить .gitea/workflows/build_composer.yaml v3.6.1 Pavel Shevaev 2024-02-13 12:54:24 +0300
  • 8313da0e2d Adding base config class configurable validation v3.6.0 Pavel Shevaev 2023-12-01 15:07:10 +0300
  • db01d08320 Изменил(а) на 'composer.json' v3.5.4 Pavel Shevaev 2023-10-24 18:24:36 +0300
  • 9f32fa956e Tweaking composer autoload v3.5.3 Pavel Shevaev 2023-10-24 17:34:10 +0300
  • ec834890ac Forcing touch(..) of config files which are stale due to newer includes v3.5.2 Pavel Shevaev 2023-08-24 14:54:36 +0300
  • 60d097a4d9 Making PHPStan happy v3.5.1 Pavel Shevaev 2023-08-16 14:07:35 +0300
  • 41ba734090 Adding global CONFIG_CURRENT_FILE which is available from filters and removing some obsolete stuff v3.5.0 Pavel Shevaev 2023-08-02 14:47:44 +0300
  • 4105ad80e0 Adding support for setting global config filtering function; A bit improving logs v3.4.0 Pavel Shevaev 2023-05-26 17:15:51 +0300
  • e2f7d07342 Further cleaning the package and removing project specific stuff v3.3.0 Pavel Shevaev 2023-05-25 18:55:22 +0300
  • 91ed9344f3 Base dirs now can be configured via config_set_base_dirs(..) call, further removing global props dependencies v3.2.0 Pavel Shevaev 2023-05-25 18:44:59 +0300
  • 2e965dcf98 Removing USE_LZ4_CONFIGS prop dependency v3.1.0 Pavel Shevaev 2023-05-25 18:25:56 +0300
  • c38b78e9d3 Adding support for multiple config base directories v3.0.0 Pavel Shevaev 2023-05-25 18:04:29 +0300
  • 63e05c1c73 Making code more robust and less specific v2.0.0 Pavel Shevaev 2023-03-21 17:33:55 +0300
  • 1d757658ff Better error messages v1.0.10 Pavel Shevaev 2022-10-10 09:47:48 +0300
  • 68e43e49cf Fixing missing use v1.0.9 Pavel Shevaev 2022-05-20 13:48:34 +0300
  • 69ec9dd640 Migrating to UNITY_ASSETS_DIR prop v1.0.8 Pavel Shevaev 2022-05-18 15:01:57 +0300
  • a27b01688e Fixing namespace issue v1.0.7 Pavel Shevaev 2022-05-17 17:43:51 +0300
  • d68b24dde0 Fixing msgpack custom v1.0.6 Pavel Shevaev 2022-05-16 17:59:11 +0300
  • 5186692433 Fixing msgpack custom v1.0.5 Pavel Shevaev 2022-05-16 17:55:38 +0300
  • d3f562cfa2 Fixing msgpack custom v1.0.4 Pavel Shevaev 2022-05-16 17:52:12 +0300
  • a5bd34e385 Fixing jzon usage v1.0.3 Pavel Shevaev 2022-05-16 17:29:16 +0300
  • 3c28fe52a3 Fixing autoloading v1.0.2 Pavel Shevaev 2022-05-16 15:43:08 +0300
  • 5e40872d21 Fixing autoloading v1.0.1 Pavel Shevaev 2022-05-16 15:38:05 +0300
  • 794091de37 Adding composer.json v1.0 Pavel Shevaev 2022-05-16 14:41:44 +0300
  • cccabe3c48 first commit Pavel Shevaev 2022-05-16 14:21:18 +0300