Skip to content

v0.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 15:31
· 774 commits to main since this release
f9225db

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