Skip to content

Releases: jamwaffles/Tee

Translator with bundled JSON adapter

11 Feb 14:14
Compare
Choose a tag to compare

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

11 Feb 13:45
Compare
Choose a tag to compare
Pre-release

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.