Releases: DeedleFake/wdte
Releases · DeedleFake/wdte
auto: Add `FromFunc()`
auto: Add FromFunc and Support for Function Arguments (#139) * auto: Rework rules for passing some values. * auto: Add support for function arguments. * auto: Add a test of `Func()` using a `stream.Stream`. * wdte: Update some dependencies. * auto: Export `fromFunc()` as `FromFunc()`.
auto: Add
auto: Add (#138) * auto: Add. * auto: More implementation of `fromWDTE()`. * auto: Initial implementation of `toWDTE()`. * auto: Start working on better tests. * auto: Much better tests. * auto: Godoc. * auto: Better error message for when array lengths don't match.
std/strings: Fix `(split sep n) string`
v0.3.6 std/strings: Fix `(split sep n) string` signature handling. (#134)
std/strings: Add `split`
std/strings: Add `Split()` (#133) * std/strings: Add `Split()`. * wdte: Update some dependencies.
std/strings: Add a few Functions
std/strings: Add a few Functions (#132) * wdte: Update dependencies. * std/strings: Add `Repeat()`. * std/strings: Add `Join()`.
v0.3.3: Awesome-Go Standards
wdte: Update to Awesome-Go Standards (#129) * wdte: Add `String()` method to `FuncCall`. * wdte: Increase test coverage. * wdte: Add coverage badge to README.md.
v0.3.2: Some minor refactoring
std/stream: Remove extra types in favor of nested closures. (#127)
v0.3.1: wdte: Add String() Method to Number (#125)
* wdte: Add String() method to Number. * go.mod: Update dependencies.
v0.3.0
multiple: Remove `switch` Keyword and Work Switches into Expressions …
v0.2.6: std/arrays: Replace `append` with `concat`
std/arrays: Replace `append` with `concat`. (#122)