Skip to content

Releases: refaktor/rye

v0.2.12

21 Jun 14:08
41f0bbd

Choose a tag to compare

What's Changed

  • added support for URI-s to format function by @refaktor in #941
  • added some more builtins randomize, url-encode, and to flui input\int… by @refaktor in #942
  • multiple commits around generic words, evaluator, error reporting by @refaktor in #943
  • streamlining error reporting by @refaktor in #944

Full Changelog: v0.2.11...v0.2.12

v0.2.11

15 Jun 09:59
a5b72ed

Choose a tag to compare

What's Changed

  • Bump golang.org/x/text from 0.36.0 to 0.37.0 by @dependabot[bot] in #938
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.100.1 to 1.102.2 by @dependabot[bot] in #937
  • Bump github.com/blevesearch/bleve_index_api from 1.3.11 to 1.3.12 by @dependabot[bot] in #936
  • Bump golang.org/x/net from 0.53.0 to 0.55.0 by @dependabot[bot] in #935
  • Bump github.com/JohannesKaufmann/html-to-markdown/v2 from 2.5.0 to 2.5.1 by @dependabot[bot] in #931
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.20 by @dependabot[bot] in #930
  • Bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1 by @dependabot[bot] in #929
  • Bump github.com/mrz1836/postmark from 1.9.1 to 1.9.2 by @dependabot[bot] in #928
  • Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.34.24 to 1.34.26 by @dependabot[bot] in #926
  • Bump github.com/mattn/go-runewidth from 0.0.23 to 0.0.24 by @dependabot[bot] in #923
  • Bump github.com/ollama/ollama from 0.22.1 to 0.30.0 by @dependabot[bot] in #922
  • Bump actions/dependency-review-action from 4 to 5 by @dependabot[bot] in #921
  • Bump golang.org/x/crypto from 0.51.0 to 0.52.0 by @dependabot[bot] in #934
  • Bump github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10 by @dependabot[bot] in #933
  • Dotwords by @refaktor in #939
  • making tests pass , trying to add basic tmux functionality to os cont… by @refaktor in #940

Full Changelog: v0.2.10...v0.2.11

v0.2.10

30 May 11:12
e9a9ac2

Choose a tag to compare

What's Changed

  • improved history search with ctrl+r , detail at join builtin by @refaktor in #920
  • solving issue #911

A video demo: https://www.reddit.com/r/ryelang/comments/1trwwk3/added_search_over_history_to_rye_console_ctrlr/

Full Changelog: v0.2.9...v0.2.10

v0.2.9

27 May 11:12
f917022

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

18 May 07:12
a5026ea

Choose a tag to compare

This release fixes the up arrow key not working on modern terminal emulators like kitty or ghostty.

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

11 May 10:08
552eec6

Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

05 May 09:29
e17cca6

Choose a tag to compare

What's Changed

  • improving pipes context, adding builtins that could be needed, tests by @refaktor in #857
  • improving https server api by @refaktor in #859
  • made sql dialect not tied to sqlite, ascii builtn added by @refaktor in #881
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.2 to 1.98.0 by @dependabot[bot] in #878
  • Bump golang.org/x/sync from 0.19.0 to 0.20.0 by @dependabot[bot] in #877
  • Bump github.com/lib/pq from 1.11.2 to 1.12.1 by @dependabot[bot] in #875
  • Bump github.com/mrz1836/postmark from 1.8.4 to 1.9.0 by @dependabot[bot] in #874
  • Bump github.com/ollama/ollama from 0.17.5 to 0.19.0 by @dependabot[bot] in #873
  • Bump github.com/PuerkitoBio/goquery from 1.11.0 to 1.12.0 by @dependabot[bot] in #871
  • Bump github.com/yuin/goldmark from 1.7.16 to 1.8.2 by @dependabot[bot] in #870
  • Bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.5 by @dependabot[bot] in #876
  • Bump github.com/BrianLeishman/go-imap from 0.1.21 to 0.1.27 by @dependabot[bot] in #872
  • Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.34.19 to 1.34.22 by @dependabot[bot] in #864
  • Bump github.com/blevesearch/bleve_index_api from 1.3.2 to 1.3.7 by @dependabot[bot] in #863
  • Bump github.com/go-echarts/go-echarts/v2 from 2.7.0 to 2.7.1 by @dependabot[bot] in #862
  • Bump docker/login-action from 3 to 4 by @dependabot[bot] in #860
  • Add JSON support for boolean values by @semperos in #882
  • adding js- related functions for wasm build, and parse variants simil… by @refaktor in #883
  • Bump github.com/mattn/go-runewidth from 0.0.20 to 0.0.21 by @dependabot[bot] in #869
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.13 by @dependabot[bot] in #868
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.98.0 to 1.100.1 by @dependabot[bot] in #899
  • Bump github.com/lib/pq from 1.12.1 to 1.12.3 by @dependabot[bot] in #898
  • Bump github.com/gdamore/tcell/v2 from 2.13.8 to 2.13.9 by @dependabot[bot] in #897
  • Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.0 by @dependabot[bot] in #896
  • Bump github.com/go-echarts/go-echarts/v2 from 2.7.1 to 2.7.2 by @dependabot[bot] in #895
  • Bump github.com/blevesearch/bleve/v2 from 2.5.7 to 2.6.0 by @dependabot[bot] in #894
  • Bump github.com/ollama/ollama from 0.19.0 to 0.22.1 by @dependabot[bot] in #892
  • Bump github.com/mrz1836/postmark from 1.9.0 to 1.9.1 by @dependabot[bot] in #891
  • Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.34.23 to 1.34.24 by @dependabot[bot] in #890
  • Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 by @dependabot[bot] in #889
  • Bump github.com/landlock-lsm/go-landlock from 0.7.0 to 0.8.1 by @dependabot[bot] in #888
  • Bump software.sslmate.com/src/go-pkcs12 from 0.7.0 to 0.7.1 by @dependabot[bot] in #887
  • Dotwords by @refaktor in #900
  • added bytes base type and changed many of uses of bytes to this type … by @refaktor in #901
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17 by @dependabot[bot] in #886

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

23 Mar 10:06
ce2067c

Choose a tag to compare

What's Changed

Optimisation included in 0.2.4 caused some problems with dialects. This release fixes that.

  • fixed the overzealous optimisation that replaced all words in blocks … by @refaktor in #856

Full Changelog: v0.2.4...v0.2.5

v0.2.4

19 Mar 07:52
e7143ff

Choose a tag to compare

What's Changed

Matrix value type was added and related built-ins. Evaluator optimization was by embedding built-ins into blocks (preventing lookup) was added which means 20-30% faster code. More than 100 tests were added (internal and built-in).

Existing funtions or evaluation rules didn't change so it shouldn't require any changes in existing scripts.

  • improving rbit so it extracts the types for arguments by @refaktor in #853
  • Matrix value type, evaluator optimization, more internal test by @refaktor in #854

Full Changelog: v0.2.3...v0.2.4

v0.2.3

14 Mar 10:10
de1373a

Choose a tag to compare

What's Changed

Many new internal tests, bugfixes, better Console (Ctrl+r -> Ctrl-x), experimenting via sanboxed evaluation via Unshare.

  • Add Discord link to README by @refaktor in #848
  • varied updates fron Linux Unshare option, to embeddability improvements, to console improvements, to internal refactoring, and more tests in internal by @refaktor in #850
  • fixed two bugs in evaluator related to closures by @refaktor in #851

Full Changelog: v0.2.2...v0.2.3