Skip to content

1.9.0

Compare
Choose a tag to compare
@hairyhenderson hairyhenderson released this 14 Jun 04:49
· 2016 commits to main since this release

✨ the last version may have come out recently, but there have been lots of changes, so time for another release! Lots of new functions:

  • 6 new functions for resolving hostnames and various DNS records: net.LookupIP, net.LookupIPs, net.LookupCNAME, net.LookupSRV, net.LookupSRVs, net.LookupTXT
  • 2 new functions for handling regular expressions: regexp.Replace, regexp.Match
  • Namespacing string-related functions:
    • strings.Contains, strings.HasPrefix, strings.HasSuffix, strings.ReplaceAll, strings.Split, strings.SplitN, strings.Title, strings.ToLower, strings.ToUpper, strings.Trim, strings.TrimSpace
    • Note: these namespaced functions support pipelining, whereas the previous versions don't
  • Namespaced the indent function into strings.Indent, and added additional functionality

v1.9.0 (2017-06-14)

Full Changelog

Implemented enhancements: