Skip to content

Latest commit

 

History

History
848 lines (457 loc) · 39.6 KB

CHANGELOG.md

File metadata and controls

848 lines (457 loc) · 39.6 KB

Changelog

Full Changelog

Implemented enhancements:

  • Switching MathInternal.Min/Max to managed implementations #208

Documentation and other chores:

  • Add Unit Tests for GC and strings #209
  • Add Unit Tests for GC #206
  • Add unit tests to cover typeof #205
  • Fixing several unit tests #204
  • Add tests for E format specifier #203
  • Update Test framework #202
  • Fixed typo in ToUint32 and ToUint64 description #201

v1.14.2 (2022-12-22)

Full Changelog

v1.14.1 (2022-12-22)

Full Changelog

Implemented enhancements:

  • Work to support serialization with full .NET #200
  • Improvements in ArrayList #191
  • Add Debug.WriteLine (empty) #185

Documentation and other chores:

  • Migrate unit test asserts #198
  • Update nbgv to 3.5.119 #197
  • Update test framework #195
  • Improvements in Intellisense comments for Convert methods #194
  • Improvements in comments for Convert #193
  • Add Unit Test for Equals with structs #189
  • Migrate Unit Tests to use DataRow #186

v1.12.0 (2022-03-28)

Full Changelog

Documentation and other chores:

  • release-v1.12.0 #183

v1.12.0-preview.19 (2022-03-17)

Full Changelog

Fixed bugs:

  • Fix SpanByte for edge cases #182

v1.12.0-preview.18 (2022-03-14)

Full Changelog

Implemented enhancements:

  • Add support for multi parameter constructors in attributes #177

v1.12.0-preview.16 (2022-03-13)

Full Changelog

Implemented enhancements:

  • Rework SpanByte #178

v1.12.0-preview.15 (2022-03-13)

Full Changelog

Documentation and other chores:

  • Fix Thread.cs comment #181
  • Fix RuntimeFeature.cs comment #180
  • Fix Single.cs comment #179
  • Add unit tests for Equal and GetHashCode #176

v1.12.0-preview.9 (2022-02-17)

Full Changelog

Implemented enhancements:

  • Add PlatformNotSupportedException exception #174

Documentation and other chores:

  • Remove Stream class #175

v1.12.0-preview.5 (2022-01-28)

Full Changelog

Implemented enhancements:

  • Improvements in Reflection #173

Fixed bugs:

  • Fix float TryParse #172

v1.12.0-preview.1 (2022-01-20)

Full Changelog

v1.11.7-preview.14 (2022-01-20)

Full Changelog

Implemented enhancements:

  • Add DateTime.Parse, TryParse and Convert.ToDateTime #169
  • Add TryParse #168

Documentation and other chores:

  • Fix Unit Tests for Parse #171
  • Fix Parse Unit Tests #170
  • Fix DateTime test #167
  • Add Unit Tests for Object and Equals #166

v1.11.7 (2021-12-02)

Full Changelog

v1.11.6 (2021-12-02)

Full Changelog

Documentation and other chores:

  • release-v1.11.6 #165

v1.11.6-preview.2 (2021-11-30)

Full Changelog

Implemented enhancements:

  • Add IsExternalInit #163
  • Add Console.Write and Console.WriteLine #162
  • Improvements and fixes in DateTimeFormatInfo #159
  • ISO8601 compatibility for DateTime ToString #158

Documentation and other chores:

  • Fix DateTime_ToString Test25 #160

v1.10.5 (2021-07-13)

Full Changelog

Documentation and other chores:

  • Release v1.10.5 #157
  • Update test framework @10d5471 #156
  • Update test framewok @965a065 #155
  • Add exception to System.Reflection.Load documentation #154
  • Add new Unit Test #152
  • Fix NFUnitTestArray Unit Test project #151
  • Fix Unit Test for GUID box/unbox #150
  • Update Unit Tests #149

v1.10.5-preview.18 (2021-06-19)

Full Changelog

Implemented enhancements:

  • Add Contains, StartsWith, EndsWith to String #148

Documentation and other chores:

  • New unit tests for String.Format and number-type.ToString() #146

v1.10.5-preview.13 (2021-06-07)

Full Changelog

Fixed bugs:

  • Fix FromBase64 #145
  • Fix null parms in String.Format #144

Documentation and other chores:

  • Clean up unit tests for CoreLibrary and complete tests for Type.GetType #143

Full Changelog

v1.10.5-preview.10 (2021-06-02)

Full Changelog

v1.10.5-preview.4 (2021-05-31)

Full Changelog

Implemented enhancements:

  • Fixing more unit tests #142

Fixed bugs:

  • Fix access beyond array boundaries in SpanByte #140

Documentation and other chores:

  • Fixed unit tests NFUnitTestConversions #141
  • Update TestFramework #139

v1.10.4-preview.11 (2021-05-19)

Full Changelog

Implemented enhancements:

  • Add timeout exception to no reflection project #138

v1.10.4-preview.6 (2021-05-19)

Full Changelog

Implemented enhancements:

  • Add TimeoutException #137

v1.10.4-preview.4 (2021-05-13)

Full Changelog

Implemented enhancements:

  • Add SpinWait #136
  • Add Convert.ToByte(bool) #135

Documentation and other chores:

  • Update NuGets #133

v1.10.3-preview.20 (2021-05-04)

Full Changelog

Implemented enhancements:

  • Added nanoFramework.Logging to InternalsIsVisibleTo #132

Documentation and other chores:

  • Adds negative test of Enum.HasFlag #131
  • Improvements in Enum Unit tests #130
  • Update Test Framework #128

v1.10.3-preview.7 (2021-03-21)

Full Changelog

Implemented enhancements:

  • Update test framework #127

v1.10.3-preview.5 (2021-03-21)

Full Changelog

v1.10.3-preview.4 (2021-03-21)

Full Changelog

Fixed bugs:

  • Fix case of Double.NaN #123
  • Fixed bad test expectations in String Tests #122
  • Fixing Convert with whitespaces #121
  • Fix comparer in GUID #120

Documentation and other chores:

  • Remove Console class #126

v1.0.80 (2021-03-05)

Full Changelog

v1.0.67 (2021-03-03)

Full Changelog

v1.10.1-preview.11 (2021-03-02)

Full Changelog

Implemented enhancements:

  • ToString() reimplementation #118

v1.10.1-preview.9 (2021-01-06)

Full Changelog

Implemented enhancements:

  • Add IsNullOrEmpty to string #117

v1.10.1-preview.7 (2020-12-29)

Full Changelog

v1.10.1-preview.6 (2020-12-28)

Full Changelog

v1.10.0-preview.4 (2020-12-07)

Full Changelog

Implemented enhancements:

  • Add Action, Function and EventHandler #116
  • Add IEnumerable implementation on String with exception throwing. #114

v1.9.1-preview.6 (2020-10-20)

Full Changelog

v1.9.1-preview.4 (2020-10-20)

Full Changelog

Implemented enhancements:

  • Add Enum.HasFlag #112
  • Add Convert.ToBoolean(byte) #111

v1.9.0-alpha.11 (2020-10-20)

Full Changelog

v1.9.0-preview.11 (2020-10-20)

Full Changelog

v1.9.0-preview.5 (2020-09-30)

Full Changelog

Fixed bugs:

  • Small correction on SpanByte #110

v1.8.0-preview.11 (2020-09-30)

Full Changelog

Implemented enhancements:

  • Adding SpanByte to System #109

Documentation and other chores:

  • Remove System.Decimal from build #108

v1.7.3 (2020-06-11)

Full Changelog

Documentation and other chores:

  • Release release-v1.7.3 #107

v1.7.3-preview.4 (2020-05-29)

Full Changelog

Documentation and other chores:

  • Add System.Diagnostics.Debug class #106
  • Adds Obsolete attribute to Console methods #105

v1.7.2-preview.7 (2020-05-08)

Full Changelog

Fixed bugs:

  • Fix exception with DateTime from ticks #104

v1.7.2-preview.6 (2020-05-08)

Full Changelog

Fixed bugs:

  • Rework DateTime struct #103

v1.7.2-preview.5 (2020-04-27)

Full Changelog

Implemented enhancements:

  • Add support for custom attributes with constructors for methods and classes #102

v1.7.2-preview.4 (2020-04-16)

Full Changelog

Documentation and other chores:

  • Bump version to 1.7.2-preview #101

v1.7.1-preview.4 (2020-04-14)

Full Changelog

Documentation and other chores:

  • Bump version to 1.7.1-preview #100

v1.7.0-preview.12 (2020-03-10)

Full Changelog

v1.7.0-preview.11 (2020-03-09)

Full Changelog

v1.7.0-preview.10 (2020-03-09)

Full Changelog

v1.7.0-preview.8 (2020-03-09)

Full Changelog

v1.7.0-preview.4 (2020-03-09)

Full Changelog

v1.7.0-preview.3 (2020-03-09)

Full Changelog

v1.7.0-preview.2 (2020-03-09)

Full Changelog

v1.7.0-preview.1 (2020-03-09)

Full Changelog

Implemented enhancements:

  • Implement MemberInfo.GetCustomAttributesNative #98

v1.6.0-preview.1 (2019-11-14)

Full Changelog

Documentation and other chores:

  • Extract System.Text namespace #96

v1.5.1-preview.1 (2019-11-07)

Full Changelog

Implemented enhancements:

  • Improvements on double and single types #95

v1.5.0-preview.1 (2019-11-04)

Full Changelog

Documentation and other chores:

  • Extract System.Collections #94

v1.4.1-preview.1 (2019-10-23)

Full Changelog

v1.4.0-preview.3 (2019-10-18)

Full Changelog

Implemented enhancements:

  • Extract ResourceManager class #92

v1.3.0 (2019-10-16)

Full Changelog

Implemented enhancements:

  • Bump AssemblyNativeVersion to 100.2.3.0 #90

Documentation and other chores:

  • Release v1.3.0 #91

v1.2.7 (2019-10-16)

Full Changelog

v1.2.6 (2019-10-15)

Full Changelog

Implemented enhancements:

  • TryParseGuidWithDashes added along with string based constructor. #88

Documentation and other chores:

  • Release v1.2.6 #89

v1.2.6-preview.16 (2019-07-17)

Full Changelog

v1.2.6-preview.14 (2019-07-17)

Full Changelog

v1.2.6-preview.12 (2019-07-15)

Full Changelog

Documentation and other chores:

  • Update readme.txt #87

v1.2.6-preview.10 (2019-07-11)

Full Changelog

Documentation and other chores:

  • Added GetInvocationList to System.Delegate #85

v1.2.6-preview.7 (2019-06-23)

Full Changelog

Documentation and other chores:

  • Work on native assembly declaration #83

v1.2.6-preview.1 (2019-06-20)

Full Changelog

Implemented enhancements:

  • Add support for Unix Epoch #82
  • Rework DateTime #81

v1.2.5-preview.1 (2019-06-12)

Full Changelog

Fixed bugs:

  • Fix DateTime ticks discrepancy from full .NET #80

Documentation and other chores:

  • Update AssemblyNativeVersion to 1.2.0.0 #79

v1.2.4-preview.1 (2019-06-12)

Full Changelog

v1.2.2-preview.5 (2019-06-12)

Full Changelog

Fixed bugs:

  • Remove DebuggerBrowsable from excluded classes #78

Documentation and other chores:

  • Update Nerdbank.GitVersioning to 3.0.19-beta #77

v1.2.2-preview.20 (2019-06-11)

Full Changelog

v1.2.1-preview-013 (2019-06-11)

Full Changelog

Implemented enhancements:

  • Fixes in ArrayList #76
  • Fix debugger attributes #75
  • Several fixes throughout the code base #74
  • Remove CultureInfo unused field #72

Fixed bugs:

  • Fix SortableDateTimePattern #73

v1.2.0 (2019-04-23)

Full Changelog

Documentation and other chores:

  • Release v1.2.0 #70

v1.1.2 (2019-04-23)

Full Changelog

Implemented enhancements:

  • Add AssemblyNativeVersionAttribute #67

Fixed bugs:

  • Fix typo in TimeSpan #66

Documentation and other chores:

  • Release v1.1.2 #69
  • Update GitVersioning NuGet #68

v1.1.1 (2019-01-21)

Full Changelog

Fixed bugs:

  • Major fix on HashTable #64

Documentation and other chores:

  • Release v1.1.1.0 #65
  • Merge back from Release v1.1.0 #63

v1.1.0 (2018-12-14)

Full Changelog

Documentation and other chores:

  • Release 1.1.0 #62

v1.0.6-preview-021 (2018-11-30)

Full Changelog

v1.0.6-preview-019 (2018-11-30)

Full Changelog

Documentation and other chores:

  • Update Nerdbank.GitVersioning to 2.2.33 #59

v1.0.6-preview-015 (2018-11-29)

Full Changelog

Implemented enhancements:

  • Add new TimeSpan.From methods #57

Fixed bugs:

  • Fix ToString() output #56

v1.0.6-preview-001 (2018-11-07)

Full Changelog

Fixed bugs:

  • Fix bug in FromBase64CharArray #55

v1.0.5-preview028 (2018-10-26)

Full Changelog

Documentation and other chores:

  • Extract System.Math #50
  • merge Release 1.0.2 branch #45

v1.0.3 (2018-10-16)

Full Changelog

Documentation and other chores:

  • Improve CI & CD scripts to deal with release and master branches #46

v1.0.2 (2018-10-16)

Full Changelog

Implemented enhancements:

  • Add GetCustomAttributes method to MemberInfo and derived classes #27
  • Add Encoding.GetString() method #20
  • Implement missing GetHashCode() on several classes/structs #17
  • Improve System.Single #16
  • Work on Convert() class #15
  • Work on TimeSpan #14
  • Add overloads with float parameters to Math methods #13
  • Add String.Format #12
  • Add Timeout.InfiniteTimeSpan and Sleep(timespan) #11
  • Update Assembly info #4

Fixed bugs:

  • Fix Assembly.GetType(string, bool) throws ArgumentException #26
  • Fix PostProcessInteger in System.Number #25
  • Constructor should copy only the desired chars #24
  • Fix Hashtable.CopyTo #23
  • Fix issue with ToString for doubles and floats #22
  • Remove implementations of GetHashCode() from several classes #21
  • Fix infinite loop in Append(object value) #10
  • Update Number.cs #6

Documentation and other chores:

  • Merge 'develop' for Release 1.0.2 #44
  • Add all missing comments for documentation and Intellisense #18
  • Update comment on Random class #9

v1.0.0-preview028 (2017-08-31)

Full Changelog

v1.0.0-preview027 (2017-08-30)

Full Changelog

v1.0.0-preview026 (2017-08-23)

Full Changelog

v1.0.0-preview025 (2017-08-23)

Full Changelog

v1.0.0-preview024 (2017-08-23)

Full Changelog

v1.0.0-preview023 (2017-08-18)

Full Changelog

v1.0.0-preview022 (2017-06-28)

Full Changelog

v1.0.0-preview021 (2017-06-28)

Full Changelog

v1.0.0-preview020 (2017-05-31)

Full Changelog

v1.0.0-preview019 (2017-05-31)

Full Changelog

v1.0.0-preview018 (2017-05-31)

Full Changelog

v1.0.0-preview017 (2017-05-23)

Full Changelog

v1.0.0-preview016 (2017-05-13)

Full Changelog

v1.0.0-preview015 (2017-05-12)

Full Changelog

v1.0.0-preview014 (2017-05-09)

Full Changelog

v1.0.0-preview013 (2017-05-08)

Full Changelog

v1.0.0-preview012 (2017-05-05)

Full Changelog

v1.0.0-preview011 (2017-05-04)

Full Changelog

v1.0.0-preview010 (2017-05-04)

Full Changelog

v1.0.0-preview009 (2017-05-03)

Full Changelog

v1.0.0-preview008 (2017-05-03)

Full Changelog

v1.0.0-preview007 (2017-05-02)

Full Changelog

v1.0.0-preview006 (2017-04-28)

Full Changelog

v1.0.0-preview005 (2017-04-28)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator