Skip to content

v0.7.0

Compare
Choose a tag to compare
@tulir tulir released this 16 Aug 08:44
· 58 commits to main since this release
  • Bumped minimum Go version to 1.22.
  • (curl) Added Parse function to parse a curl command exported from browser devtools.
  • (exfmt) Moved FormatCurl to curl package.
  • (exslices) Added DeduplicateUnsorted utility for deduplicating items in a list while preserving order.
  • (exsync) Deprecated ReturnableOnce in favor of the standard library's sync.OnceValues.
  • (exsync) Added Event which works similar to Python's asyncio.Event.
  • (confusable) Added implementation of confusable detection from UTS #39.
  • (dbutil) Added deadlock detection option which panics if a database call is made without the appropriate transaction context in a goroutine which previously entered a database transaction.