|
1 | | -## [0.4.0] - Dart SDK 3.0.0 and null safety |
| 1 | +## 0.4.0 |
2 | 2 |
|
3 | 3 | - Updated dependencies |
4 | 4 | - Migrated to null safety |
5 | 5 |
|
6 | | -## [0.3.0+1] - Maintenance update |
| 6 | +## 0.3.0+1 |
| 7 | + |
| 8 | +Maintenance update |
7 | 9 |
|
8 | 10 | - Docs update |
9 | 11 |
|
10 | | -## [0.3.0] - Null-safety support |
| 12 | +## 0.3.0 |
| 13 | + |
| 14 | +Null-safety support |
11 | 15 |
|
12 | 16 | - Migrate to null-safety - please report bugs if found! |
13 | 17 |
|
14 | | -## [0.3.0-nullsafety.1] - Null-safety migration |
| 18 | +## 0.3.0-nullsafety.1 |
| 19 | + |
| 20 | +Null-safety migration |
15 | 21 |
|
16 | 22 | - update docs |
17 | 23 |
|
18 | | -## [0.3.0-nullsafety.0] - Null-safety migration |
| 24 | +## 0.3.0-nullsafety.0 |
| 25 | + |
| 26 | +Null-safety migration |
19 | 27 |
|
20 | 28 | - Migrated to nnbd |
21 | 29 | - Removed freezed dependency |
22 | 30 | - Removed dio dependency in favor of HttpClient |
23 | 31 | - Added basic tests |
24 | 32 | - Simplified API - some properties might change, so please this might be slight BREAKING CHANGE |
25 | 33 |
|
26 | | -## [0.2.1] - Tweaks and docs |
| 34 | +## 0.2.1 |
| 35 | + |
| 36 | +Tweaks and docs |
27 | 37 |
|
28 | 38 | - Updated docs and dependencies |
29 | 39 | - Removed `sshAccessEnabled` in `startBuild` as it's [no longer configured when starting build](https://docs.codemagic.io/troubleshooting/accessing-builder-machine-via-ssh/) but always available |
30 | 40 |
|
31 | | -## [0.2.0] - Starting and cancelling builds |
| 41 | +## 0.2.0 |
| 42 | + |
| 43 | +Starting and cancelling builds |
32 | 44 |
|
33 | 45 | - Added methods to start and cancel running build |
34 | 46 |
|
35 | | -## [0.1.3] - Platform issues |
| 47 | +## 0.1.3 |
| 48 | + |
| 49 | +Platform issues |
36 | 50 |
|
37 | 51 | - Fixed missing platforms |
38 | 52 |
|
39 | | -## [0.1.2+1] - Package info |
| 53 | +## 0.1.2+1 |
| 54 | + |
| 55 | +Package info |
40 | 56 |
|
41 | 57 | - Added some package information like issue tracker |
42 | 58 |
|
43 | | -## [0.1.2] - Platforms |
| 59 | +## 0.1.2 |
| 60 | + |
| 61 | +Platforms |
44 | 62 |
|
45 | 63 | - Added missing platforms |
46 | 64 |
|
47 | | -## [0.1.1+1] - Improvements |
| 65 | +## 0.1.1+1 |
| 66 | + |
| 67 | +Improvements |
48 | 68 |
|
49 | 69 | - Improve quality of code, document API etc. |
50 | 70 |
|
51 | | -## [0.1.0] - Initial release 🎉 |
| 71 | +## 0.1.0 |
| 72 | + |
| 73 | +Initial release 🎉 |
52 | 74 |
|
53 | 75 | - First version allowing to query applications and builds in a limited manner |
0 commit comments