Skip to content

Latest commit

 

History

History
136 lines (85 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

136 lines (85 loc) · 7.25 KB

Change Log

Full Changelog

Implemented enhancements:

  • 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:

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
  • Release v1.1.0 #60

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:

v1.0.3 (2018-10-16)

Full Changelog

Documentation and other chores:

  • Improve CI & CD scripts to deal with release and master branches #46
  • merge Release 1.0.2 branch #45

v1.0.2 (2018-10-16)

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

* This Change Log was automatically generated by github_changelog_generator