Skip to content

bump to v1.10.49, it might be last one of v1 (not surely).

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 05:18
· 315 commits to master since this release
cbdb9f3
  - NOTE: we declared a go1.18 Module in go.mod.
  - fea: added a missed API: `NewAny(defval any)`
  - fea: added `NewTextVar(defval TextVar)` for a given default value which implements `encoding.TextMarshaler` and `encoding.TextUnmarshaler`, such as `*net.IP`, `time.Time`, and so on.
    - allow parsing a timestamp string with free styles
  - imp: better `defaultActionImpl()`
  - fea: added a missed API: `SetRawOverwrite(key, val)`
  - fea: added `sbom` builtin Command for dumping SBOM (`Software Bill Of Materials`) Information (no need to install go runtime and run `go version -m app`) while u build the app with go1.18+
  - fix: `~~debug` or its sub-flags can't work as expected sometimes
  - fix: feature default action and `FORCE_DEFAULT_ACTION`
  - fix: randomizer codes
  - fix: fluent example app
  - using new .editorconfig file and new deps.

Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>