Skip to content

Latest commit

 

History

History
108 lines (74 loc) · 7.91 KB

CHANGELOG.md

File metadata and controls

108 lines (74 loc) · 7.91 KB

Change Log

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 [documentation]
  • 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:

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)

* This Change Log was automatically generated by github_changelog_generator