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

Latest commit

 

History

History
34 lines (21 loc) · 947 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 947 Bytes

0.2.0

  • Fixed bug in PHAR update mechanism

0.1.1

  • Removed need for a Kernel class by doing manual bootstrapping
  • Consequently reduced PHAR size by half (6 -> 3mb)

0.1.0

  • 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

0.0.4

  • 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

0.0.3

  • Implemented dependency injection to improve SRP and testability.
  • Added examples for clarification and smoke testing.

0.0.2

  • Implemented docker-compose for a uniform development environment.

0.0.1

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