Skip to content

Releases: DeedleFake/wdte

auto: Add `FromFunc()`

26 Oct 16:01
7518d8a
Compare
Choose a tag to compare
Pre-release
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

26 Oct 02:51
5193e32
Compare
Choose a tag to compare
auto: Add Pre-release
Pre-release
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`

25 Oct 19:38
f0188c7
Compare
Choose a tag to compare
Pre-release
v0.3.6

std/strings: Fix `(split sep n) string` signature handling. (#134)

std/strings: Add `split`

25 Oct 19:25
1dcc2cd
Compare
Choose a tag to compare
Pre-release
std/strings: Add `Split()` (#133)

* std/strings: Add `Split()`.

* wdte: Update some dependencies.

std/strings: Add a few Functions

24 Oct 23:28
6bc0439
Compare
Choose a tag to compare
Pre-release
std/strings: Add a few Functions (#132)

* wdte: Update dependencies.

* std/strings: Add `Repeat()`.

* std/strings: Add `Join()`.

v0.3.3: Awesome-Go Standards

22 Oct 20:42
d850266
Compare
Choose a tag to compare
Pre-release
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

08 Oct 21:20
b032dc4
Compare
Choose a tag to compare
Pre-release
std/stream: Remove extra types in favor of nested closures. (#127)

v0.3.1: wdte: Add String() Method to Number (#125)

20 Sep 18:59
863a10d
Compare
Choose a tag to compare
* wdte: Add String() method to Number.

* go.mod: Update dependencies.

v0.3.0

16 Sep 20:23
f0d1423
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
multiple: Remove `switch` Keyword and Work Switches into Expressions …

v0.2.6: std/arrays: Replace `append` with `concat`

16 Sep 01:50
1a269a6
Compare
Choose a tag to compare
std/arrays: Replace `append` with `concat`. (#122)