Releases: jamwaffles/Tee
Releases · jamwaffles/Tee
Translator with bundled JSON adapter
New features in this release:
- Documentation in the Readme
- Tee now supports Adapters. An adapter is a translation provider allowing Tee to use multiple storage methods. A JSON-based adapter is bundled by default.
- Refactored class structure to use the
\Tee\Adapter
namespace for adapters, and the\Tee\Adapter\TeeAdapter
interface for more robust code and easier testing of adapters.
Translator with bundled JSON adapter
New features in this release:
- Documentation in the Readme
- Tee now supports Adapters. An adapter is a translation provider allowing Tee to use multiple storage methods. A JSON-based adapter is bundled by default.
- Refactored class structure to use the
\Tee\Adapter
namespace for adapters, and the\Tee\Adapter\TeeAdapter
interface for more robust code and easier testing of adapters.