|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.2.6-preview.14](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.14) (2019-07-17) |
| 4 | +[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.12...v1.2.6-preview.14) |
| 5 | + |
3 | 6 | ## [v1.2.6-preview.12](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.12) (2019-07-15) |
4 | 7 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.10...v1.2.6-preview.12) |
5 | 8 |
|
|
131 | 134 | ## [v1.0.6-preview-015](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-015) (2018-11-29) |
132 | 135 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.6-preview-001...v1.0.6-preview-015) |
133 | 136 |
|
| 137 | +**Implemented enhancements:** |
| 138 | + |
| 139 | +- Add new TimeSpan.From methods [\#57](https://github.com/nanoframework/lib-CoreLibrary/pull/57) |
| 140 | + |
134 | 141 | **Fixed bugs:** |
135 | 142 |
|
136 | 143 | - Fix ToString\(\) output [\#56](https://github.com/nanoframework/lib-CoreLibrary/pull/56) |
| 144 | +- Fix infinite loop in Append\(object value\) [\#10](https://github.com/nanoframework/lib-CoreLibrary/pull/10) |
137 | 145 |
|
138 | 146 | ## [v1.0.6-preview-001](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-001) (2018-11-07) |
139 | 147 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.5-preview028...v1.0.6-preview-001) |
|
145 | 153 | ## [v1.0.5-preview028](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.5-preview028) (2018-10-26) |
146 | 154 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.3...v1.0.5-preview028) |
147 | 155 |
|
| 156 | +**Documentation and other chores:** |
| 157 | + |
| 158 | +- Extract System.Math [\#50](https://github.com/nanoframework/lib-CoreLibrary/pull/50) [[Breaking-Change](https://github.com/nanoframework/lib-CoreLibrary/labels/Breaking-Change)] |
| 159 | + |
148 | 160 | ## [v1.0.3](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.3) (2018-10-16) |
149 | 161 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.2...v1.0.3) |
150 | 162 |
|
151 | | -**Implemented enhancements:** |
| 163 | +**Fixed bugs:** |
152 | 164 |
|
153 | | -- Add GetCustomAttributes method to MemberInfo and derived classes [\#27](https://github.com/nanoframework/lib-CoreLibrary/pull/27) |
| 165 | +- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25) |
154 | 166 |
|
155 | 167 | **Documentation and other chores:** |
156 | 168 |
|
|
160 | 172 | ## [v1.0.2](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.2) (2018-10-16) |
161 | 173 | **Implemented enhancements:** |
162 | 174 |
|
163 | | -- Add new TimeSpan.From methods [\#57](https://github.com/nanoframework/lib-CoreLibrary/pull/57) |
| 175 | +- Add GetCustomAttributes method to MemberInfo and derived classes [\#27](https://github.com/nanoframework/lib-CoreLibrary/pull/27) |
164 | 176 | - Add Encoding.GetString\(\) method [\#20](https://github.com/nanoframework/lib-CoreLibrary/pull/20) |
165 | 177 | - Implement missing GetHashCode\(\) on several classes/structs [\#17](https://github.com/nanoframework/lib-CoreLibrary/pull/17) |
166 | 178 | - Improve System.Single [\#16](https://github.com/nanoframework/lib-CoreLibrary/pull/16) |
|
174 | 186 | **Fixed bugs:** |
175 | 187 |
|
176 | 188 | - Fix Assembly.GetType\(string, bool\) throws ArgumentException [\#26](https://github.com/nanoframework/lib-CoreLibrary/pull/26) |
177 | | -- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25) |
178 | 189 | - Constructor should copy only the desired chars [\#24](https://github.com/nanoframework/lib-CoreLibrary/pull/24) |
179 | 190 | - Fix Hashtable.CopyTo [\#23](https://github.com/nanoframework/lib-CoreLibrary/pull/23) |
180 | 191 | - Fix issue with ToString for doubles and floats [\#22](https://github.com/nanoframework/lib-CoreLibrary/pull/22) |
181 | 192 | - Remove implementations of GetHashCode\(\) from several classes [\#21](https://github.com/nanoframework/lib-CoreLibrary/pull/21) |
182 | | -- Fix infinite loop in Append\(object value\) [\#10](https://github.com/nanoframework/lib-CoreLibrary/pull/10) |
183 | 193 | - Update Number.cs [\#6](https://github.com/nanoframework/lib-CoreLibrary/pull/6) |
184 | 194 |
|
185 | 195 | **Documentation and other chores:** |
186 | 196 |
|
187 | | -- Extract System.Math [\#50](https://github.com/nanoframework/lib-CoreLibrary/pull/50) [[Breaking-Change](https://github.com/nanoframework/lib-CoreLibrary/labels/Breaking-Change)] |
188 | 197 | - Merge 'develop' for Release 1.0.2 [\#44](https://github.com/nanoframework/lib-CoreLibrary/pull/44) |
189 | 198 | - Add all missing comments for documentation and Intellisense [\#18](https://github.com/nanoframework/lib-CoreLibrary/pull/18) |
190 | 199 | - Update comment on Random class [\#9](https://github.com/nanoframework/lib-CoreLibrary/pull/9) |
|
0 commit comments