Skip to content

Releases: refaktor/rye

v0.0.15

19 Feb 23:17
Compare
Choose a tag to compare

Changelog

Others

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

08 Feb 11:20
Compare
Choose a tag to compare

Changelog

Others

v0.0.12

11 Jan 18:05
Compare
Choose a tag to compare

Changelog

Features

Documentation

Others

What's Changed

Full Changelog: v0.0.10...v0.0.12

v0.0.10

21 Dec 15:31
f9225db
Compare
Choose a tag to compare

Changelog

  • 91367bd +b_gtk
  • 48f265d -b_ebitengine , +b_raylib
  • f780b78 Adding xor builtins function
  • 83f0a9a Allow writing packages
  • 3400d1e CI: Build also b_webview tag
  • 07ae72e Cleanup binaries from git
  • 0f3cc11 Create unorthodoxy.md
  • 2d41b6b Docker release image documentation, updated TOC
  • 4ac65e0 Don't hardcode repository, use current default
  • f373f81 Fix module path
  • 14d3a9c Goreleaser: docker images with Ko
  • 23ba2fb I marked the modules that should be archived at this point with a brick on readme
  • 158b648 Merge branch 'main' of github.com:refaktor/rye
  • bb03052 Merge pull request #59 from pratikmota/xor-builtins
  • d13d6e4 Merge pull request #60 from rokostik/ebitengine-game-of-life
  • fba29bd Merge pull request #61 from refaktor/refaktor-patch-9
  • 2880a7a Merge pull request #62 from rokostik/remove-raw-spreadsheet-rows
  • 9ebfe9f Merge pull request #63 from stefanb/fix-module-path
  • 285a2ae Merge pull request #64 from rokostik/spreadsheet-autotype
  • 72d2810 Merge pull request #65 from stefanb/badges
  • 6119246 Merge pull request #66 from stefanb/release-docker-images
  • e1d2b84 Merge pull request #67 from stefanb/cleanup-binaries
  • 836ba6b Merge pull request #68 from stefanb/webview-module
  • fc59cf2 Merge pull request #69 from stefanb/ci-multiplatform
  • bdd21cf Merge pull request #70 from rokostik/autotype_benchmark
  • c9ce50f Merge pull request #71 from rokostik/spreadsheet_from_dict_array
  • 018e314 Merge pull request #72 from rokostik/add-date-datetime
  • 2c892a5 Merge pull request #73 from refaktor/refaktor-patch-10
  • f9225db Merge pull request #74 from refaktor/refaktor-patch-11
  • 710e106 Merge remote-tracking branch 'upstream/main' into ci-multiplatform
  • 917aeb3 More badges
  • b05f1c2 Multiplatform CI build & test
  • 2df0cd8 Set repository
  • 0861b47 Show binary info
  • e3b08a3 Update README.md
  • d0c6cc8 Update README.md
  • 49eed6a Update unorthodoxy.md
  • 983c65e add column? function
  • 4b3d6a2 add date and datetime functions
  • 1404121 add ebitengine game of life example
  • 18c9ce0 add spreadsheet autotype benchmark
  • 6c8c9a9 add spreadsheet autotype function
  • 617a2ba added scaled demo for conways game of life
  • 3467bc6 added types? , made test/docs multifile , split docs to themes / files
  • 410b283 big cleanup, contrib is no longer submodule but regular directory, non actual modules archived
  • 9ed5cd3 build with b_ebitengine tag
  • 3c069ab builtins_spreadsheet conflict resolution
  • 24f39b6 changing to multi file tests
  • ad30e1d cleaned up root folder
  • bb8a50e construct spreadsheet from block of dicts
  • 27ee1e7 disable windows for now
  • 88f8a80 fixed gosec reported mat/rand to crypto/rand
  • 6b1e823 go.mod
  • d9a4181 goimport
  • 4ef6f90 made tests / docs into multifile structure, added tests (validation, regexp, ...), fixes to builtin functions
  • 45979e5 move transforming raw value to rye to util
  • 2ee88aa remove raw spreadsheet rows and support multiple indexes
  • 7c5f8fa removed contrib as a submodule
  • d1b2dd4 simplified
  • dfe61c0 small fix for golangci-lint
  • e0d0c8d spreadsheet support for strings as column names
  • 2ffb949 synced contrib submodule
  • db8093b updated contrib git submodule
  • c814013 webview -> webview_go

v0.0.9

12 Dec 14:50
d1ca2cf
Compare
Choose a tag to compare

Changelog

  • c81d7da +b_norepl build tag
  • 4e30f90 -b_ebitengine
  • 7484e7f -b_webview
  • 023c395 Added Rye vs. Python section
  • de9cff0 Adding steps to webapp 4 example
  • 53d6a9e Basic Go build workflow
  • ef6b06c Basic golangci-lint workflow configuration
  • ab6bc82 Bump actions/checkout to v4
  • d942c52 Bump golang from 1.16-alpine to 1.21-alpine in /.docker
  • a9b5bf8 Checkout also contrib/ git submodule
  • a4fcfb2 Cleanup bad module management practice
  • 5dfce89 Code formatting with gofmt, enabled linter
  • 1af39fc Create LICENSE
  • 2f92f2c Create dependabot.yml
  • 5f82dfb Create go-get-tiny.bash
  • 2505bf2 Create progress.md
  • 2efdfa3 Create readme.md
  • 6cbc053 Custom tags for wasm release builds
  • 448529f Enable all feature tags for CI builds, typo fix
  • fc5b2c8 Enable mispell linter + fix warnings
  • a1f5778 Enable wasm build in CI, dummy term package non-implementation
  • 0932576 Error handling for gtk file
  • edecd0d Error handling for nats file
  • 201443f Error handling for spreadsheet file
  • c3ef261 Error handling for stackless file
  • da738f1 Error handling for structures file
  • 7128ff9 Error handling for webview file
  • abfcdaf Error handling in eyr file
  • 4c881e4 Error handling in goroutines file
  • 753e69d Error handling in html file
  • 111b314 Error handling in nng file
  • 1bc138c Error handling in sxml file
  • 95862eb Error handlings for web file
  • b04c5bf Error handlings in vector file
  • 31ecaa8 Fix cayleygraph package path
  • 7e0e483 Fix some misspellings
  • 735caa9 Initial check-in for error handling
  • c753ba1 Merge branch 'main' into cayleygraph-package-fix
  • e6408b6 Merge branch 'main' of github.com:refaktor/nekozito into main
  • b8ec883 Merge branch 'main' of github.com:refaktor/nekozito into main
  • eb28303 Merge branch 'main' of github.com:refaktor/nekozito into main
  • c02ef1f Merge branch 'main' of github.com:refaktor/nekozito into main
  • 6a2711a Merge branch 'main' of github.com:refaktor/nekozito into main
  • cd82b9f Merge branch 'main' of github.com:refaktor/nekozito into main
  • 0e4d0d9 Merge branch 'main' of github.com:refaktor/nekozito into main
  • ef17ee0 Merge branch 'main' of github.com:refaktor/rye
  • f275745 Merge branch 'main' of github.com:refaktor/rye
  • 219045e Merge branch 'main' of github.com:refaktor/rye
  • 8ad96c0 Merge branch 'main' of github.com:refaktor/rye
  • bef5bb9 Merge branch 'main' of github.com:refaktor/rye
  • 39d845d Merge branch 'main' of github.com:refaktor/rye
  • 119b7cd Merge branch 'main' of github.com:refaktor/rye
  • a855656 Merge branch 'main' of github.com:refaktor/rye
  • 7bf3578 Merge branch 'main' of github.com:refaktor/rye
  • 26d73fd Merge branch 'main' of github.com:refaktor/rye
  • d31b808 Merge branch 'main' of github.com:refaktor/rye
  • 1bf66c4 Merge branch 'main' of github.com:refaktor/rye
  • b3e455d Merge branch 'main' of github.com:refaktor/rye
  • e34634c Merge branch 'main' of github.com:refaktor/rye into group_values_vals_test
  • f6885f9 Merge branch 'main' of https:/refaktor/rye into main
  • 054ba47 Merge pull request #14 from refaktor/refaktor-patch-2
  • bcdd112 Merge pull request #15 from refaktor/refaktor-patch-3
  • 1baba2b Merge pull request #16 from pratikmota/error-handling
  • 7eb1192 Merge pull request #17 from pratikmota/error-handling-2
  • 342c774 Merge pull request #18 from pratikmota/error-handling-3
  • e7fc113 Merge pull request #19 from pratikmota/error-handling-4
  • c439c5c Merge pull request #20 from refaktor/refaktor-patch-4
  • 0a086c2 Merge pull request #21 from pratikmota/error-handling-5
  • 739e43b Merge pull request #22 from pratikmota/error-handling-6
  • 3ae7d02 Merge pull request #23 from refaktor/refaktor-patch-5
  • e58e0f6 Merge pull request #24 from refaktor/refaktor-patch-6
  • 5dde5c3 Merge pull request #25 from pratikmota/builtins-changes-1
  • bb2d04d Merge pull request #26 from pratikmota/http-docs
  • b4104c9 Merge pull request #27 from pratikmota/builtins-changes-2
  • dfbc52f Merge pull request #28 from pratikmota/builtins-changes-3
  • f8a16be Merge pull request #29 from pratikmota/builtins-changes-4
  • d728eb6 Merge pull request #30 from pratikmota/builtins-changes-5
  • 64fe8e2 Merge pull request #31 from pratikmota/builtins-changes-6
  • bc12c36 Merge pull request #32 from pratikmota/builtins-changes-7
  • 9341e1d Merge pull request #33 from rokostik/add-builtins
  • 6ecd7c6 Merge pull request #34 from pratikmota/builtins-changes-8
  • 3bfb1cb Merge pull request #35 from rokostik/builtins-list-string
  • 4523c29 Merge pull request #36 from rokostik/more-go-vet-fixes
  • 943914e Merge pull request #37 from stefanb/go-build-workflow
  • d2d50c9 Merge pull request #38 from stefanb/golangci-lint-workflow
  • 2b15a84 Merge pull request #39 from refaktor/refaktor-patch-7
  • 1b92884 Merge pull request #40 from refaktor/refaktor-patch-8
  • abb4487 Merge pull request #41 from pratikmota/builtins-changes-9
  • 73a0450 Merge pull request #42 from stefanb/patch-1
  • e576f22 Merge pull request #43 from stefanb/lint-mispell
  • 2eb187f Merge pull request #44 from refaktor/dependabot/docker/dot-docker/golang-1.21-alpine
  • 013f1b8 Merge pull request #45 from rokostik/hof-list-string
  • 5d8c1b8 Merge pull request #46 from stefanb/cayleygraph-package-fix
  • e84d439 Merge pull request #47 from rokostik/partition-list-string
  • cf39455 Merge pull request #48 from rokostik/golangci-lint
  • 0c973b1 Merge pull request #49 from rokostik/fix-capture-stdout
  • 8191b4b Merge pull request #50 from stefanb/badges
  • 018f883 Merge pull request #51 from rokostik/fix-go-go-with
  • 289098e Merge pull request #52 from stefanb/go-mod-tidy
  • 881a592 Merge pull request #53 from stefanb/go-mod-tidy
  • 570cab2 Merge pull request #54 from pratikmota/simple-builtins
  • 9f5e6d2 Merge pull request #55 from stefanb/gofmt
  • 8b55b89 Merge pull request #56 from stefanb/wasm-build
  • 93c1380 Merge pull request #57 from stefanb/goreleaser
  • d1ca2cf Merge pull request #58 from stefanb/wasm-release-tags
  • c386981 Merge remote-tracking branch 'upstream/main' into go-mod-tidy
  • 48c23d1 Merge remote-tracking branch 'upstream/main' into golangci-lint-workflow
  • eeb3087 Remove references to obsolete go-get-*.bash
  • a34e825 Renamed workflow
  • fda331b Update .gitmodules
  • a40fc09 Update .golangci.yml
  • d88bdcc Update README.md
  • 0fd2911 Update README.md
  • 9f5817d Update README.md
  • 4b10b54 Update README.md
  • 574dcca Update README.md
  • a671ca5 Update README.md
  • 9fb40f1 Update README.md
  • 800ca63 Update README.md
  • 27aba04 Update README.md
  • 652fc22 Update README.md
  • ef2b4a3 Update README.md
  • 4818d01 Update README.md
  • 7cd6f33 Update README.md
  • ed9e7dd Update README.md
  • 6b3ea63 Update README.md
  • 7355dc1 Update README.md
  • bb4f924 Update README.md
  • 889309c Update README.md
  • 8d01955 Update README.md
  • d683030 Update README.md
  • 7c0716a Update README.md
  • aaad350 Update README.md
  • f00d171 Update README.md
  • 7024a5b Update README.md
  • a3a0d9d Update README.md
  • db29312 Update README.md
  • cafd5c5 Update README.md
  • e0158b9 Update README.md
  • c0d0c5d Update README.md
  • 6444334 Update README.md
  • 5ce9cf4 Update README.md
  • 80733b2 Update README.md
  • 0b9daaf Update README.md
  • 3013c39 Update README.md
  • 904d2d8 Update README.md
  • dce774b Update README.md
  • e2aaa0f Update build.yml
  • b860710 Update build.yml
  • 9ab617d Update build.yml
  • 523ef5a Update build.yml
  • 43693eb Update build.yml
  • 70a45d3 Update build.yml
  • bed0b2e Update builtins_bson.go
  • f1a2324 Update builtins_bson_not.go
  • 77673f3 Update go-get-tiny.bash
  • e83137e Update go-get-tiny.bash
  • 44c2b12 Update go.mod
  • 3930796 Update go.sum
  • 9302bcf Update goroutines_B.rye
  • ad668c0 Update progress.md
  • de022d6 Update readme.md
  • 0b007e1 Updated local Dockerfile
  • 37d5b38 Use goreleaser for binary releases
  • 2bfa0c7 add list and builtin block support for partition
  • c511b2a add new builtins
  • e576421 add support for list and string in builtin collection functions
  • 63bc9d6 add support for list and string in hof
  • 70abc6c added HOF group, improved probe for List and Dict
  • 44f4f53 added P-O-C ebitengine to contrib, idea for external module rye-alterego
  • 012e18d added adventofcode d2, d3, added fn split-really, intersect, ...
  • 95ce3b3 added adventofcode2022 day 1 example
  • fa7f251 added aoc day4, added >= <= , sum-up, set
  • 5e8bf10 added aws ses binding, improved email binding somewhat
  • 303d398 added block functions for max, min, avg and sum. Ryk mode now supports --begin and --end blocks of code
  • 5862975 added break condition to forever
  • 00684db added chat-tui example, improved http integration, webapp example, terminal support
  • bfc26c9 added closure and go builtins
  • 02bb638 added contrib bleve fts and supported
  • 88567b2 added contrib folder, next we will move many nonbasic bindings from evaldo folder to this one, and basic ones to basic or similar folder
  • 2f06a3c added decimal type, improved so repl can switch between show-results or hide-results
  • a7655b4 added docstring syntax to functions, added -subc flag to interpreter that starts in a subcontext
  • 4a0cc60 added experimental wip ryel (local rye binary) idea with some bash and a rye script
  • 4f8407d added first telegram examples
  • f724dbe added first version of testing / doc framework
  • f2c588b added go-get-more for typical build with more deps
  • 7e7e8d3 added input field to TUI and a wizard example
  • a93282d added missing go modules
  • 319f16e added more examples, rye_via_python docs code
  • f8c592d added more support for BSON (spreadsheet, block, ...) added petcase_1000x example
  • a751b05 added openai basic integration into contrib
  • eaa7722 added openai semantic search very basic example
  • 3688888 added sort function, changed tail to be in sync with head - shell like use, not haskell like use
  • 2b7988b added support for Decimal to many builtins
  • fddeaf7 added try and do-in\try
  • 4b6f7ec added union and common (prev intersect) function, tests and docs
  • c019317 added upload http server example and some new funcs
  • 8dab908 added vector support
  • 6b6bf70 added wasm example, updated readme, updating telegram examples
    ...
Read more

v0.0.2

07 Feb 11:03
Compare
Choose a tag to compare
added fold, list and string support to reduce, tried to add eval-with

v0.0.1

02 Feb 22:28
Compare
Choose a tag to compare
Merge branch 'main' of github.com:refaktor/nekozito into main