Skip to content

Releases: 4d47/php-http-resource

v3.0.0

13 Sep 18:27

Choose a tag to compare

  • Add NEWS.md file
  • Add $this to views
  • Change link(array) to link(...)
  • Change render(mixed) to render() (render $this)
  • Change mixed get() to void get()
  • Change $lastModifiedName to $lastModified
  • Remove static::$viewsVars
  • Fix match to return urldecoded pattern variables

v2.1.0

30 Jun 10:36

Choose a tag to compare

v2.1.0 Pre-release
Pre-release
Replace extract globals with viewsVars

v1.2

12 Mar 01:40

Choose a tag to compare

Fix issue with php 5.3

v1.1

11 Mar 19:59

Choose a tag to compare

Fix dependency

v1.0

11 Mar 19:55

Choose a tag to compare

Remove Resource::get method

The idea was to be able to use `class_alias` to create view only resource.  This turns out to be a bad idea when implementing a POST only resource, also for creating view only resource a better alternative is to have a base class (eg. PageResource) anyway.