gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

CHANGELOG.md (695B)


      1 ## 1.3.1 / 2018-10-02
      2 
      3 * Use underlying entropy source for random increments in Monotonic (#32)
      4 
      5 ## 1.3.0 / 2018-09-29
      6 
      7 * Monotonic entropy support (#31)
      8 
      9 ## 1.2.0 / 2018-09-09
     10 
     11 * Add a function to convert Unix time in milliseconds back to time.Time (#30)
     12 
     13 ## 1.1.0 / 2018-08-15
     14 
     15 * Ensure random part is always read from the entropy reader in full (#28)
     16 
     17 ## 1.0.0 / 2018-07-29
     18 
     19 * Add ParseStrict and MustParseStrict functions (#26)
     20 * Enforce overflow checking when parsing (#20)
     21 
     22 ## 0.3.0 / 2017-01-03
     23 
     24 * Implement ULID.Compare method
     25 
     26 ## 0.2.0 / 2016-12-13
     27 
     28 * Remove year 2262 Timestamp bug. (#1)
     29 * Gracefully handle invalid encodings when parsing.
     30 
     31 ## 0.1.0 / 2016-12-06
     32 
     33 * First ULID release