summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 824136873063e7a4507084e557eb5d102105bcc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision history for Plack-Client

{{$NEXT}}

0.06  2011-03-03
      - allow passing arguments to the Plack::App::Proxy constructor

0.05  2011-02-16
      - bump dep on Plack::App::Proxy since older versions don't work

0.04  2011-02-12
      - clear query args before proxying with the http backend (stevan)
      - a few other cleanups

0.03  2011-01-12
      - refactor backends a bit more, and document them

0.02-TRIAL  2011-01-11
      - url schemes are now handled by separate backends, which must be
        explicitly requested in the constructor
      - lots of other refactoring

0.01-TRIAL  2011-01-07
      - Initial release