Skip to content

Releases: nikeee/nth

v1.4.0

09 Mar 04:28
Compare
Choose a tag to compare
  • Added documentation
  • Optimized IEnumerable.ForEach<T>() and refactored to have a return value
  • Shortcuts for hashing files (more coming soon?)
  • Added MemoryStatus class to get information about the current RAM usage
  • Added byte[].ToHexString extension method
  • Added some extensions for System.IO.FileInfo
  • Added utility functions for paths (PathEx)

v1.3.0

08 Jan 23:05
Compare
Choose a tag to compare

New features:

  • string.IsNewLine()
  • string.NormalizeNewLines()
  • string.NormalizeNewLines(newLine)
  • DateTime.ToUnixTime()
  • DateTimeEx.FromUnixToUtcDateTime(long/int)
  • DateTimeEx.FromUnixToLocalTime(long/int)
    See samples for more information.

v1.2.0

27 Jul 01:20
Compare
Choose a tag to compare
New builds, Bump version

v1.1.1

29 Jun 21:58
Compare
Choose a tag to compare

Among other things, there is now a SemanticVersion class.

v1.0.4

25 Jun 21:42
Compare
Choose a tag to compare
Update builds

v1.0.2

21 Jun 14:14
Compare
Choose a tag to compare
Increment version to 1.0.2