v0.41.0 [2019-08-26]
Features
- aa1f560 add ability to validate URLs before making http.post requests
- 4aa20f9 evaluate string interpolation (#1752)
- 9e4b444 implement the secrets.get function (#1756)
- 06ba4d3 added secret service interface (#1753)
- 831fcf6 add secrets package that will construct a secret object (#1744)
- b11d50c added a SecretService interface and a new dependencies package and a basic test of functionality (#1692)
- 8205edf slack endpoint
Bug fixes
- 842695a make reset() check for non-nil data before calling Release() (#1757)
- 75c1f1b add test case for notify function
- 690f856 add missing math import to test case
- 76e51f3 make packages aware of options
- a73b496 resolved holt-winters panic (#1742)
- 90bd165 use non-pointer receiver for interpreter.function