Pre-release v4.0.0-rc2 #165
Closed
System-Glitch
started this conversation in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
helper
package and split it into several focused packages.helper/filesystem
moved toutil/fsutil
helper/walk
moved toutil/walk
util/httputil
ParseMultiValuesHeader()
andHeaderValue
util/reflectutil
Only()
util/sliceutil
IndexOf()
,IndexOfStr()
,Contains()
,ContainsStr()
andEqual()
(previously namedSliceEqual()
)util/sqlutil
EscapeLike()
util/typeutil
Map
,ToFloat64()
,ToString()
Motivation: The
helper
packaged started to become more and more bloated with functions for things unrelated to each other. To make this part of the code more idiomatic and expressive, the decision to split the package in several parts and re-think the naming was taken.required
rules now allows empty strings.model:"hide"
because it was redundant withjson:"-"
.goyave.ProxyBaseURL()
andserver.proxy
configuration entries.This discussion was created from the release Pre-release v4.0.0-rc2.
Beta Was this translation helpful? Give feedback.
All reactions