Skip to content

v0.9.40

Compare
Choose a tag to compare
@lainio lainio released this 17 Aug 12:34
· 248 commits to master since this release
035a755

Changelog

  • 0840a45 3x faster deferred err handlers!!
  • b331abb Decamel alloc optimization
  • 11d92a0 Decamel separates pkg name with colon
  • 70cd2aa Logf works without argument
  • 035a755 Merge pull request #17 from lainio/v0-9-40
  • be238e6 add test/example for Catch fmt & bug fix
  • a5e430b added documentation to Result structs
  • cf5f95f all error handlers: func(err error) error
  • 4c79008 automigration quide
  • 27f7922 documentation for the asserter constants
  • 7c6609d finalizing v0.9.40
  • a707c9d func(error) error: is a new handler signature
  • ba69b38 go documentation update
  • b29d8e7 guides started for signature change
  • 1c0c9de informative RED runtime error message when type error detected
  • 03fa868 migration README
  • b7661da migration readme for Handle/Catch signature change
  • 958efb0 new bench rule
  • 8b6f2ea new err2.Handle API called when err == nil, experimental!
  • 5894459 new error handler signature docs & handler helpers: Noop,..
  • d1bd41d new samles to test certain features
  • b732158 new test for out.Handle
  • de3c035 performance boost explanation
  • c6ee08a reference benchmark to compare how well our err2.Handle is optimized
  • c17cc2b snippets for new error handler signature