|
2 | 2 |
|
3 | 3 | ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/CoreLibrary/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.18...HEAD) |
| 5 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add IsExternalInit [\#163](https://github.com/nanoframework/CoreLibrary/pull/163) |
| 10 | +- Add Console.Write and Console.WriteLine [\#162](https://github.com/nanoframework/CoreLibrary/pull/162) |
| 11 | +- Improvements and fixes in DateTimeFormatInfo [\#159](https://github.com/nanoframework/CoreLibrary/pull/159) |
| 12 | +- ISO8601 compatibility for DateTime ToString [\#158](https://github.com/nanoframework/CoreLibrary/pull/158) |
6 | 13 |
|
7 | 14 | **Documentation and other chores:**
|
8 | 15 |
|
| 16 | +- Fix DateTime\_ToString Test25 [\#160](https://github.com/nanoframework/CoreLibrary/pull/160) |
9 | 17 | - Update test framework @10d5471 [\#156](https://github.com/nanoframework/CoreLibrary/pull/156)
|
10 | 18 | - Update test framewok @965a065 [\#155](https://github.com/nanoframework/CoreLibrary/pull/155)
|
11 | 19 | - Add exception to System.Reflection.Load documentation [\#154](https://github.com/nanoframework/CoreLibrary/pull/154)
|
|
14 | 22 | - Fix Unit Test for GUID box/unbox [\#150](https://github.com/nanoframework/CoreLibrary/pull/150)
|
15 | 23 | - Update Unit Tests [\#149](https://github.com/nanoframework/CoreLibrary/pull/149)
|
16 | 24 |
|
| 25 | +## [v1.10.5](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5) (2021-07-13) |
| 26 | + |
| 27 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.18...v1.10.5) |
| 28 | + |
17 | 29 | ## [v1.10.5-preview.18](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-preview.18) (2021-06-19)
|
18 | 30 |
|
19 | 31 | [Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.13...v1.10.5-preview.18)
|
|
28 | 40 |
|
29 | 41 | ## [v1.10.5-preview.13](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-preview.13) (2021-06-07)
|
30 | 42 |
|
31 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-alpha.150.10...v1.10.5-preview.13) |
| 43 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.10...v1.10.5-preview.13) |
32 | 44 |
|
33 | 45 | **Fixed bugs:**
|
34 | 46 |
|
|
39 | 51 |
|
40 | 52 | - Clean up unit tests for CoreLibrary and complete tests for Type.GetType [\#143](https://github.com/nanoframework/CoreLibrary/pull/143)
|
41 | 53 |
|
42 |
| -## [v1.10.5-alpha.150.10](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-alpha.150.10) (2021-06-02) |
| 54 | +## [v1.10.5-preview.10](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-preview.10) (2021-06-02) |
43 | 55 |
|
44 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.10...v1.10.5-alpha.150.10) |
| 56 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-alpha.150.10...v1.10.5-preview.10) |
45 | 57 |
|
46 |
| -## [v1.10.5-preview.10](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-preview.10) (2021-06-02) |
| 58 | +## [v1.10.5-alpha.150.10](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-alpha.150.10) (2021-06-02) |
47 | 59 |
|
48 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.4...v1.10.5-preview.10) |
| 60 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.10.5-preview.4...v1.10.5-alpha.150.10) |
49 | 61 |
|
50 | 62 | ## [v1.10.5-preview.4](https://github.com/nanoframework/CoreLibrary/tree/v1.10.5-preview.4) (2021-05-31)
|
51 | 63 |
|
|
181 | 193 |
|
182 | 194 | ## [v1.9.1-preview.4](https://github.com/nanoframework/CoreLibrary/tree/v1.9.1-preview.4) (2020-10-20)
|
183 | 195 |
|
184 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-alpha.11...v1.9.1-preview.4) |
| 196 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-preview.11...v1.9.1-preview.4) |
185 | 197 |
|
186 | 198 | **Implemented enhancements:**
|
187 | 199 |
|
188 | 200 | - Add Enum.HasFlag [\#112](https://github.com/nanoframework/CoreLibrary/pull/112)
|
189 | 201 | - Add Convert.ToBoolean\(byte\) [\#111](https://github.com/nanoframework/CoreLibrary/pull/111)
|
190 | 202 |
|
191 |
| -## [v1.9.0-alpha.11](https://github.com/nanoframework/CoreLibrary/tree/v1.9.0-alpha.11) (2020-10-20) |
| 203 | +## [v1.9.0-preview.11](https://github.com/nanoframework/CoreLibrary/tree/v1.9.0-preview.11) (2020-10-20) |
192 | 204 |
|
193 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-preview.11...v1.9.0-alpha.11) |
| 205 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-alpha.11...v1.9.0-preview.11) |
194 | 206 |
|
195 |
| -## [v1.9.0-preview.11](https://github.com/nanoframework/CoreLibrary/tree/v1.9.0-preview.11) (2020-10-20) |
| 207 | +## [v1.9.0-alpha.11](https://github.com/nanoframework/CoreLibrary/tree/v1.9.0-alpha.11) (2020-10-20) |
196 | 208 |
|
197 |
| -[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-preview.5...v1.9.0-preview.11) |
| 209 | +[Full Changelog](https://github.com/nanoframework/CoreLibrary/compare/v1.9.0-preview.5...v1.9.0-alpha.11) |
198 | 210 |
|
199 | 211 | ## [v1.9.0-preview.5](https://github.com/nanoframework/CoreLibrary/tree/v1.9.0-preview.5) (2020-09-30)
|
200 | 212 |
|
|
0 commit comments