README.md in rhack-1.0.0 vs README.md in rhack-1.1.0

- old
+ new

@@ -17,12 +17,10 @@ It's still randomly documented since it's just my working tool. #### Main goals for 1.x -* Client subclass for OAuth2 with a full set of abstract authorizaztion and API methods. Main idea is a per-user key-value token storage with a handling of tokens expiration. -* Redis-based cache storage for scrapers data. * More agile response postprocessing configuration. Instead of using :json, :hash etc as a flag, define some "before filters" in the Page and chain them. * Route :xhr option to the Scout; add some transparent control on user-agents: desktop, mobile, randomly predefined... #### Main goals for 2.0 (if it would ever come) @@ -30,9 +28,20 @@ * Full javascript processing, including linked scripts; maybe support of other javascript engines gems. * Distributed proxified downloading of large files. * Console real-time speedometer for a downloader. Wait... for f--ks sake? ### CHANGES + +##### Version 1.1.0 + +* ::OAuthClient < ::Client + * A full set of abstract OAuth2 authorizaztion and API methods + * Per-user key-value oauth_token storage + * Handling of tokens expiration + * Fits for, at least, facebook.com, linkedin.com and vk.com + +* ::Storage + * Wrapper of Redis-based storage to handily store/cache scrapers data ##### Version 1.0.0 * ::Frame * #initialize: ::ScoutSquad size can be specified by :scouts option (default still is 10) \ No newline at end of file