File: CHANGELOG.md

package info (click to toggle)
erlang-p1-oauth2 0.6.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: erlang: 1,313; makefile: 25
file content (49 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (2)
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
# Version 0.6.14

* Change hex release process

# Version 0.6.13

* Fix hex release process

# Version 0.6.12

* Proprely handle `undefined` values

# Version 0.6.11

* Generate documentation when generating hex.pm package
* Remove usage of deprecated crypto functions
* Improve errors reporting

# Version 0.6.10

* Switch from using Travis to Github Actions as CI

# Version 0.6.9

* Dialyzer: Update Response record definition: fields may be undefined

# Version 0.6.8

* Update travis config

# Version 0.6.6

* Update copyright year

# Version 0.6.3

* Remove last remainig crypto:rand\_bytes() usage

# Version 0.6.2

* Make tests works with erlang R20
* Fix Travis-CI compilation

# Version 0.6.1

* Repository is now forked to p1_oauth2 for consistency (Mickaël Rémond)
* Initial release on Hex.pm (Mickaël Rémond)
* Standard ProcessOne build chain (Mickaël Rémond)
* Setup Travis-CI and test coverage, tests still needed (Mickaël Rémond)