Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Releases: botlabs-gg/template

v1.1.6

Choose a tag to compare

@ashishjh-bst ashishjh-bst released this 22 Apr 06:57
b9f28c0

What's Changed

  • template: refactor error stripping logic, add PassthroughError by @jo3-l in #10

Full Changelog: v1.1.5...v1.1.6

Removed extra information from error object in catch

Choose a tag to compare

@ashishjh-bst ashishjh-bst released this 14 Apr 16:27
01c70e9
Merge pull request #9 from botlabs-gg/error-stripper

stripped all extra information from the error

Added return to execTemplate

Choose a tag to compare

@ashishjh-bst ashishjh-bst released this 11 Apr 16:18
5a8f9bb

What's Changed

  • all: implement return action and execTemplate func by @jo3-l in #6

Full Changelog: v1.1.3...v1.1.4

Added TryCatch and Null Pointers now are treated as null

Choose a tag to compare

@ashishjh-bst ashishjh-bst released this 23 Mar 13:50
8e5d3cc
  • Implemented Try catch (#7 )
  • pointers to empty values will be treated as empty (#8 )