Skip to content

v0.1.3

Compare
Choose a tag to compare
@mertyildiran mertyildiran released this 25 Oct 23:24
· 214 commits to main since this release

Changelog:

  • Changed the datetime parse layout from 01/02/2006 3:04:05 PM to 01/02/2006, 3:04:05 PM
  • Fixed an interface conversion in Eval
  • Made the datetime helper use UnixNano instead of Unix
  • Added Close calls for the hanging TCP connections in the wrapper methods.
  • Replaced type castings in the helpers with stringOperand calls.