blob: dee5f9c6e8f6d2790cad2fa6db5b4e37d46bea59 (
plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# GitLab License management changelog
## v1.7.0
- Convert HTML to JSON transformation to generating a JSON report directly.
- Introduce version 2 of the gl-license-management-report.json.
- Add support for multiple licenses.
- Remove license duplication in V2 report.
- Normalize license names to produce consistent results.
## v1.6.1
- Fix `The engine "node" is incompatible with this module.` error (!61)
## v1.6.0
- Make Python 3.5 the default. (!56)
## v1.5.0
- Reverts 1.4.0
## v1.4.0
- Bump LicenseFinder to 5.9.2
- Add support for PhP language
## v1.3.0
- Add `LM_PYTHON_VERSION` variable, to be set to `3` to switch to Python 3.5, pip 19.1.1. (!36)
## v1.2.6
- Fix: better support of go projects (!31)
## v1.2.5
- Feature: support Java 11 via an ENV variable (@haynes !26)
## v1.2.4
- Fix: support multiple MAVEN_CLI_OPTS options (@haynes !27)
## v1.2.3
- Add ability to configure the `mvn install` execution for Maven projects via `MAVEN_CLI_OPTS` (!24)
- Skip `"test"` phase by default when running `mvn install` for Maven projects (!24)
## v1.2.2
- Bump LicenseFinder to 5.6.2
## v1.2.1
- Better support for js npm projects (!14)
## v1.2.0
- Bump LicenseFinder to 5.5.2
## v1.1.0
- Allow `SETUP_CMD` to skip auto-detection of build tool
## v1.0.0
- Initial release
|