Skip to content

Releases: go-toolsmith/typep

v1.1.0

05 Feb 08:23
be52e9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.2

26 May 15:35
14dc03c
Compare
Choose a tag to compare

Same as v1.0.1, but can be used with go modules.

v1.0.1

26 May 15:00
14dc03c
Compare
Choose a tag to compare

SideEffectFree() changes:

  • nil expressions are "safe"
  • SliceExpr is safe if all members are "safe"
  • TypeAssertExpr is safe if expression is "safe"

Initial release

10 Jan 19:27
cab1745
Compare
Choose a tag to compare
v1.0.0

add go.mod (#6)