Skip to content

Releases: VitexSoftware/php-ease-core

Init

29 Apr 18:12

Choose a tag to compare

What's New

 * Load required Initial Configuration or exit
    \Ease\Shared::init($configKeys = [], $envFile = '.env') 


 * Get All Classes in namespace
   \Ease\Functions::classesInNamespace($namespace) 

 * Load all files found for given namespace
   \Ease\Functions::loadClassesInNamespace($namespace) 

What's Changed

New Contributors

Full Changelog: 1.13...1.38.0

1.37

11 Nov 05:12

Choose a tag to compare

What's New

What's Changed

  • Delete Default.html by @janharsa in #4
  • Debian Bookworm build added
  • Status messages now live in self::$statusMessages

What's Fixed

  • Chage default locale location on debian
  • Support for windows
  • Locale auto select fixed
  • Simplifed AppName
  • phpunit now run on buster
  • mbstring requied to build
  • Reindex array using objects with __toString function

New Contributors

Full Changelog: 1.8.1...1.13

PHP8 Ready

02 Mar 11:06

Choose a tag to compare

  • All tests pass on PHP8

  • Strict types used everywhere now

  • NetBeans project directory was removed

  • PHPUnit 9 used now

  • Git Workflow pass finally

Fixing

02 Dec 12:52

Choose a tag to compare

Some minor chnages good together for release.

Thanks to @janharsa for #3 and it's pull request.

Documentation added

08 Nov 04:00

Choose a tag to compare

Configuration fixes

24 Oct 18:27

Choose a tag to compare

Added documentation generated by PHPDocumentor https://www.phpdoc.org/
Fixed condition when loading config

.ENV configuration

15 Oct 08:38

Choose a tag to compare

  • Support for reading .ENV files
  • Documentation generated by PHPDocumentor added

All Test pass

11 Oct 22:53

Choose a tag to compare

  • \Ease\Logger* classes unit test now pass
  • Try to use \Ease\Functions::cfg() everywhere

Main branch renamed to main

27 Aug 11:32

Choose a tag to compare

  • User Autentification cleanup

Release of 1.0

30 Jul 15:02
ecada63

Choose a tag to compare

build deps updated
try to save debian package as github action artifact
User Unit tests updated
Update packaging.yml
Moreutils add to build
New cfg() funcion
Always show who is caller
Create deb