-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
executable file
·159 lines (130 loc) · 4.86 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
0.30 2016-08-07
- Removed WebFinger, as it is a separated
module now.
- Removed TagHelpers::Pagination, as it is a separated
module now.
- Removed Util::Callback, as it is a separated
module now.
- Updated dependencies.
0.29 2013-03-31
- Separated M::P::HostMeta.
0.28 2013-03-24
- Separated M::P::XRD.
0.27 2013-03-08
- All M::P::XML modules are now part of XML::Loy.
They will be removed in the next release.
0.26 2013-02-28
- Made M::P::MagicSignatures::Key a separated distribution
as Crypt::MagicSignatures::Key.
- Made M::P::MagicSignatures::Envelope a separated distribution
as Crypt::MagicSignatures::Envelope.
- Change the "no dependencies other than perl and mojo" rule
in the readme.
- Add -secure flag to Hammer stack discovery for fallback prevention.
- Change readme to use Mojolicious::Lite example.
0.25 2012-11-14
- Added M::P::T::Pagination.
0.24 2012-11-10
- Made M::P::Util::Endpoint a separated distribution.
- Made M::P::PubSubHubbub a separated distribution.
- Made M::P::CHI a separated distribution.
- Made M::P::Oro a separated distribution.
0.23 2012-09-26
- Update Sojolicious for Mojolicious 3.43.
0.22 2012-07-04
- Added 'on_oro_connect' event to M::P::Oro.
- Update Sojolicious for Mojolicious 3.0.
0.21 2012-05-26
- Moved Sojolicious::Oro to DBIx::Oro.
Version numbers will now be independent.
0.20 2012-05-20
- Small optimizations to Oro.
- Deleted deprecated methods from Oro.
0.19 2012-05-01
- Added "rel" parameter support to M::P::XRD.
- Added "resource" parameter support to M::P::HostMeta.
- Prepared ComplexValues for Hypnotoad compatible init.
- Small bugfix in LRDD.
- Added simple CHI plugin.
- Added native caching option to Oro.
- Added Config-Parameterization.
- Added oro_init command.
- Added endpoints command.
0.18 2012-04-25
- Added on_connect event to Oro.
- Made Oro-Plugin work with Hypnotoad.
- Deleted Waypoints from PortableContacts.
- Fixed a pretty printer bug in M::P::XML::Base.
0.17 2012-04-03
- Made Sojolicious::ComplexValues independent from Mojo.
- Made M::P::Date::RFC3339 independent from Mojo.
- Lots of bugfixes everywhere.
0.16 2012-04-02
- Split Oro and Oro::SQLite.
- Added Oro::SQLite.
- Added snippet, offsets, and matchinfo support to Oro::SQLite.
- Added attach and detach support to Oro::SQLite.
- Added password support to Oro.
- Added treatment support to Oro.
- Changed default errors in Oro to be printed.
- Added explain method to Oro.
- Lots of bugfixes everywhere.
0.15 2012-02-02
- Added Mojolicious::Plugin::Oro.
- Made Sojolicious::Oro thread- and fork-safe.
- Added restrictions to Sojolicious::Oro.
- Added Simple Joins to Sojolicious::Oro.
- Removed Pager support from Sojolicious::Oro.
- Added distinct restriction to Sojolicious::Oro.
- Added multiple insertions with default to
Sojolicious::Oro.
- Multiple bugfixes to Sojolicious::Oro,
Sojolicious::ComplexValues, and M::P::Oro.
- Added operator support for Sojolicious::Oro.
0.14 2011-12-30
- Added Sojolicious::ComplexValues.
- Added Transactions to Sojolicious::Oro.
- Added table method to Sojolicious::Oro and
improved transactions and multiple insertions.
- Added ArbitraryBase.
0.13 2011-12-15
- Made the multiple inserts in Sojolicious::Oro
independent from Transactions.
- Half working version of MagicSignatures.
- Added LRDD support.
- Fundamental changes to Util::Endpoint.
- Small improvements to Hostmeta.
- Bugfixes to Util::Endpoint.
0.12 2011-11-09
- Added Oro.
0.11 2011-10-30
- Added GeoRSS (Simple) support.
- Added CORS support.
- Fixed lots of bugs in PubSubHubbub.
- Added PubSubHubbub test suite.
0.10 2011-10-01
- Refurbished SerialXML and renamed to XML.
- Added Mojolicious::Plugin::XML namespace.
- Added lots of tests.
- Changed everything to support new XML module.
0.09 2011-09-27
- Refurbished XML::Serial and renamed to SerialXML.
- Added Atom-Threading.
0.08 2011-09-24
- Added separate Util::Base64url plugin.
- First working version of MagicSignatures.
0.07 2011-08-29
- Added separate Util::Endpoint plugin.
0.06 2011-08-18
- Added preliminary PortableContacts support.
0.05 2011-08-17
- Added OStatus skeleton.
0.04 2011-08-10
- Added ActivityStreams support.
- Added Date::RFC3339.
0.03 2011-08-06
- Added Atom support.
0.02 2011-06-09
- Added preliminary PubSubHubbub support.
0.01 2011-06-02
- Initial submission to GitHub.