Skip to content

Tags: equip/framework

Tags

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
stop logging 404s as errors (#93)

2.1.1

Toggle 2.1.1's commit message
Creating hotfix tag for removing stacktraces from production

environments

3.0.0-alpha1

Toggle 3.0.0-alpha1's commit message
Make actions first class citizens (#75)

According to the [intent of ADR][1], the Action part of the triad is
meant to be a completely custom class that provides a boundary between
HTTP and domain logic. The action is aware of the domain and knows how
to direct output through a responder.

This is not how Equip has been treating the domain. Our attempts to
make Domain pseudo-HTTP-aware with Payload and Input has not been very
successful and is probably the least concise bit of the framework.

[1]: http://pmjones.io/adr/

Also includes changes from:

* Remove payload from formatting (#77)
* Restore content negotiation (#78)
* Add documentation for v3 changes (#79)
* Remove payload and input classes (#80)
* Remove content negotiation (#84)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
shadowhand Woody Gilk
Add docs for route prefixing

Also update the changelog.

Refs #69

2.0.1

Toggle 2.0.1's commit message
Update changelog for 2.0.1 release

2.0.0

Toggle 2.0.0's commit message
Add release date for 2.0

1.8.1

Toggle 1.8.1's commit message
Move exception logging further up in execution (#30)

Whoops's handleException method was halting execution, which meant
that the logging method was never reached.

1.8.0

Toggle 1.8.0's commit message
Add 1.8.0 release to CHANGELOG (#29)

1.7.0

Toggle 1.7.0's commit message
Merge pull request #26 from equip/feature/plates-configuration

Add PlatesConfiguration

1.6.0

Toggle 1.6.0's commit message
Correct release date for 1.6.0