Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Releases: Pararius/env-checker

Fixed bug in PHAR updater

17 Jun 08:56
Compare
Choose a tag to compare

Fixed bug in PHAR update mechanism

Overall size reductions

16 Jun 22:15
Compare
Choose a tag to compare
  • Removed need for a Kernel class by doing manual bootstrapping
  • Consequently reduced PHAR size by half (6 -> 3mb)

First stable release

16 Jun 21:52
Compare
Choose a tag to compare
First stable release Pre-release
Pre-release
  • Fixed major bug in the loading of kubernetes configuration files
  • Added caching for Composer dependencies
  • Tweaked Travis configuration to run builds as fast as possible

PHAR, doc and test improvements

16 Jun 17:02
Compare
Choose a tag to compare
Pre-release
  • PHAR: Fixed issue with determining currently installed version
  • Added GIF to README and a script for generating them in the future
  • Added loader tests using a virtual file system
  • Created proxy class for the Dotenv implementation so it can be mocked during tests

Dependency injection + examples

15 Jun 23:19
Compare
Choose a tag to compare
Pre-release
  • Implemented dependency injection to improve SRP and testability.
  • Added examples for clarification and smoke testing.

Implemented docker-compose

15 Jun 19:28
222b564
Compare
Choose a tag to compare
Pre-release

Implemented docker-compose for a uniform development environment.

Initial release

15 Jun 18:33
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Created initial implementation for DotEnv (specification) and K8S (implementation).