Skip to content

Latest commit

 

History

History
130 lines (62 loc) · 2.2 KB

REVISION.md

File metadata and controls

130 lines (62 loc) · 2.2 KB

Revision history

Notes for development

  • !Remove configuration from the class, put it outside.

  • Check organisation of tests.

  • Move slugify to static or trait?

  • Are all the set methods needed, replace by one getting array of config?

  • Rewrite asset, create, createRelative with Uri/UriBuilder class.

v2.0.1 (2020-11-26)

  • Add unit testing and prepare to move away configuraton included in the class.

v2.0.0 (2020-05-27)

  • Update configuration file based on production or not.

v2.0.0-beta.2 (2018-08-15)

  • Update Makefile.

v2.0.0-beta.1 (2018-08-15)

  • Update description in composer.json.

v2.0.0-alpha.2 (2018-08-10)

  • Use composer to install phpunit.
  • Add config/di.

v2.0.0-alpha.1 (2018-08-01)

  • Prepare to go through code and remove some waist and potentially breaking backward compatibility.

v1.0.9 (2017-12-04)

  • Fix: Not to remove ending slash.

v1.0.8 (2017-10-12)

  • Use dependecy anax/configure instead of anax/common.

v1.0.7 (2017-09-25)

  • Add config/url_clean.php to ease scaffolding of clean url.
  • Revert merge of Uri and put it into its own branch.
  • Remove composer.lock.

v1.0.6 (2017-03-31)

  • Adding own exception class.
  • Fix urls with ~ and mailto urls.

v1.0.5 (2017-03-10)

  • Update config-file to pass phpmd, removed self-reference.

v1.0.4 (2017-03-10)

  • Made config/url.php a part of the module.

v1.0.3 (2017-03-08)

  • Added implementing ConfigurationInterface.

v1.0.2 (2017-03-08)

  • Common ConfigurationTrait was renamed.
  • Added seniolabs badge.

v1.0.1 (2017-03-07)

  • Cleanup makefile.

v1.0.0 (2017-03-03)

  • Extracted from anax to be its own module.