rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

CHANGES.md (886B)


      1 # Release History
      2 
      3 ## 0.5.0
      4 * rename package to fkooman/oauth-common
      5 
      6 ## 0.4.2
      7 * Allow specifying a string separator in `Scope::toString()` and 
      8   `Scope::fromString()` instead of just the default space
      9 
     10 ## 0.4.1
     11 * Allow `null` as parameter to `Scope::fromString()`
     12 
     13 ## 0.4.0
     14 * Deduplicate and sort scope tokens at object creation
     15 * Reintroduce some older deprecated API methods, `isSubsetOf()`, `getToken()` 
     16   and `getTokenAsArray()`
     17 
     18 ## 0.3.3
     19 * Allow empty string as parameter to `Scope::fromString`
     20 
     21 ## 0.3.2
     22 * Add `Scope::hasOnlyScope`
     23 * Add documentation, see `docs/SCOPES.md`
     24 
     25 ## 0.3.1
     26 * Introduce `Scope::fromString`
     27 
     28 ## 0.3.0
     29 * New API
     30 ** remove `compareTo()` returning 0, -1 and -1
     31 ** add `equals()` returning true or false
     32 
     33 ## 0.2.0
     34 * New API
     35 ** only accept array as constructor parameter
     36 ** introduce `toArray()`, `toString()` and `__toString()`
     37 
     38 ## 0.1.0
     39 * Initial release