|
| 1 | +# 3.0.0 (Jul 2, 2019) |
| 2 | + |
| 3 | + * BREAKING CHANGE: Dropped support for Node.js versions before v8.12.0. |
| 4 | + * BREAKING CHANGE(dep): Upgraded to node-ios-device v2 which dropped support for Node.js 7.x and |
| 5 | + older. |
| 6 | + * BREAKING CHANGE(simulator): iOS Simulator watch companion lookup map changed to only have |
| 7 | + compatible watch simulator UDIDs instead of full descriptor to save on memory. |
| 8 | + * fix(simulator): Added check for the existence of the simulator device directory before walking. |
| 9 | + * feat(simulator): Added support for Xcode 11. |
| 10 | + * chore: Updated dependencies. |
| 11 | + |
1 | 12 | # v2.4.0 (Mar 29, 2019)
|
2 | 13 |
|
3 | 14 | * chore: Updated dependencies.
|
4 | 15 |
|
5 | 16 | # v2.3.1 (Jan 25, 2019)
|
6 | 17 |
|
7 |
| - * Updated dependencies. |
| 18 | + * chore: Updated dependencies. |
8 | 19 |
|
9 | 20 | # v2.3.0 (Jan 16, 2019)
|
10 | 21 |
|
11 |
| - * Upgraded to Gulp 4. |
12 |
| - * Refactored promises to use async/await. |
13 |
| - * Added pluralize dependency since it was removed from snooplogg 2. |
14 |
| - * Updated dependencies. |
| 22 | + * refactor: Upgraded to Gulp 4. |
| 23 | + * refactor: Refactored promises to use async/await. |
| 24 | + * fix: Added pluralize dependency since it was removed from snooplogg 2. |
| 25 | + * chore: Updated dependencies. |
15 | 26 |
|
16 | 27 | # v2.2.3 (Aug 6, 2018)
|
17 | 28 |
|
18 |
| - * Workaround for sim runtimes that have a bad version number in the runtime's `profile.plist` |
19 |
| - [(DAEMON-259)](https://jira.appcelerator.org/browse/DAEMON-259). |
20 |
| - * Moved simctl path into executables under xcode info. |
| 29 | + * fix: Workaround for sim runtimes that have a bad version number in the runtime's |
| 30 | + `profile.plist`. [(DAEMON-259)](https://jira.appcelerator.org/browse/DAEMON-259) |
| 31 | + * refactor: Moved simctl path into executables under xcode info. |
21 | 32 |
|
22 | 33 | # v2.2.2 (Aug 6, 2018)
|
23 | 34 |
|
24 |
| - * Added path to global Xcode license file. |
25 |
| - * Updated npm dependencies. |
| 35 | + * fix: Added path to global Xcode license file. |
| 36 | + * chore: Updated dependencies. |
26 | 37 |
|
27 | 38 | # v2.2.1 (Jun 11, 2018)
|
28 | 39 |
|
29 |
| - * Added the `ioslib detect-device-pairs` command. |
30 |
| - * Updated the device pair compatibility table. |
31 |
| - * Updated npm dependencies. |
| 40 | + * feat: Added the `ioslib detect-device-pairs` command. |
| 41 | + * chore: Updated the device pair compatibility table. |
| 42 | + * chore: Updated dependencies. |
32 | 43 |
|
33 | 44 | # v2.2.0 (Jun 5, 2018)
|
34 | 45 |
|
35 |
| - * Added Xcode 10 to device pair lookup |
36 |
| - [(TIMOB-26089)](https://jira.appcelerator.org/browse/TIMOB-26089). |
| 46 | + * chore: Added Xcode 10 to device pair lookup. |
| 47 | + [(TIMOB-26089)](https://jira.appcelerator.org/browse/TIMOB-26089) |
37 | 48 |
|
38 | 49 | # v2.1.0 (May 30, 2018)
|
39 | 50 |
|
40 |
| - * Updated npm dependencies. |
41 |
| - - Update node-ios-device to 1.6.1 which includes Node 10 support. |
42 |
| - * Updated `ioslib` bin to use `cli-kit`'s help, version, and aliases. |
| 51 | + * chore: Updated `ioslib` bin to use `cli-kit`'s help, version, and aliases. |
| 52 | + * chore: Updated dependencies. |
43 | 53 |
|
44 | 54 | # v2.0.7 (Apr 9, 2018)
|
45 | 55 |
|
46 |
| - * Updated npm dependencies. |
| 56 | + * chore: Updated dependencies. |
47 | 57 |
|
48 | 58 | # v2.0.6 (Dec 14, 2017)
|
49 | 59 |
|
50 |
| - * Fixed bug where extract teams from provisioning profiles would fail if any provisioning profiles |
51 |
| - didn't have any associated teams [(DAEMON-209)](https://jira.appcelerator.org/browse/DAEMON-209). |
| 60 | + * fix: Fixed bug where extract teams from provisioning profiles would fail if any provisioning |
| 61 | + profiles didn't have any associated teams. |
| 62 | + [(DAEMON-209)](https://jira.appcelerator.org/browse/DAEMON-209) |
52 | 63 |
|
53 | 64 | # v2.0.5 (Dec 12, 2017)
|
54 | 65 |
|
55 |
| - * Updated to [email protected] which added support for Node.js 9. |
| 66 | + * chore: Updated dependencies. |
56 | 67 |
|
57 | 68 | # v2.0.4 (Dec 11, 2017)
|
58 | 69 |
|
59 |
| - * Fixed bug where a failure to parse a cert name would cause no certs to be found and an error to |
60 |
| - be thrown. |
| 70 | + * fix: Fixed bug where a failure to parse a cert name would cause no certs to be found and an |
| 71 | + error to be thrown. |
61 | 72 |
|
62 | 73 | # v2.0.3 (Dec 6, 2017)
|
63 | 74 |
|
64 |
| - * Updated npm dependencies to GA release of `appcd-*` packages. |
| 75 | + * chore: Updated dependencies. |
65 | 76 |
|
66 | 77 | # v2.0.2 (Nov 22, 2017)
|
67 | 78 |
|
68 |
| - * Updated npm dependencies. |
| 79 | + * chore: Updated dependencies. |
69 | 80 |
|
70 | 81 | # v2.0.1 (Nov 17, 2017)
|
71 | 82 |
|
72 |
| - * Removed hard coded path that was used for debugging. |
| 83 | + * chore: Removed hard coded path that was used for debugging. |
73 | 84 |
|
74 | 85 | # v2.0.0 (Nov 17, 2017)
|
75 | 86 |
|
|
0 commit comments