We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c18b81 commit 52c3bb4Copy full SHA for 52c3bb4
README.md
@@ -56,6 +56,19 @@ Issues & questions
56
57
<p>Used Opauth in your project? Let us know!</p>
58
59
+Changelog
60
+---------
61
+###v0.2.0 (23 May 2012)
62
+- Opauth is now Composer compatible and listed on [Packagist](http://packagist.org/packages/opauth/opauth)
63
+ - Opauth now supports autoloaders
64
+ - If a strategy is not autoloaded, Opauth searches for it at `strategy_dir` defined in config.
65
+- Class name for strategy Foo should be FooStrategy instead of Foo.
66
+ - This is to reduce the likelihood of duplicate classnames due to Opauth not requiring the use of namespace.
67
+ - 0.1.0-type class name, ie. Foo, is still loaded, but deprecated.
68
+
69
+###v0.1.0 (22 May 2012)
70
+Initial release
71
72
License
73
---------
74
The MIT License
0 commit comments