Releases: DaredevilOSS/sqlc-gen-ruby
v0.12.0
Release version v0.12.0
Release sha256 is 78c02bec155ce4937715d4d2023a4d3d28afaebd7c7ca95c9f8ab85efaef638c
Configuration example
version: '2'
plugins:
- name: ruby
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.12.0/sqlc-gen-ruby.wasm
sha256: 78c02bec155ce4937715d4d2023a4d3d28afaebd7c7ca95c9f8ab85efaef638c
Changelog
15db2ec - Ilan Uzan, 6 minutes ago : fix release action (#35)
ba169bb - github-actions[bot], 27 hours ago : update docs (#34)
746a854 - Ilan Uzan, 27 hours ago : [release] [minor] add sqlite3 support (#33)
03ad3ac - Ilan Uzan, 3 days ago : update README (#32)
62259ab - github-actions[bot], 13 days ago : update docs (#30)
Contributors
v0.11.0
Release version v0.11.0
Release sha256 is a291b651934f72f2cf537c4b285447da037041e341ac21dd228b035b367797cc
Configuration example
version: '2'
plugins:
- name: ruby
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.11.0/sqlc-gen-ruby.wasm
sha256: a291b651934f72f2cf537c4b285447da037041e341ac21dd228b035b367797cc
Changelog
d4c65a2 - Ilan Uzan, 5 minutes ago : fixed check commit step (#31)
3882c16 - Ilan Uzan, 28 minutes ago : [release] [minor] added type validation with steep check (#29)
538318f - Ilan Uzan, 27 hours ago : added rbs type support in generated code (#28)
bfb32fd - Ilan Uzan, 2 days ago : fixed CI status indicator in README (#27)
Contributors
v0.10.1
Release version v0.10.1
Release sha256 is 73980327b3fee257cee7337e195ba5e5882c2b1420f890a373155cf39a8a3187
Configuration example
version: '2'
plugins:
- name: ruby
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.10.1/sqlc-gen-ruby.wasm
sha256: 73980327b3fee257cee7337e195ba5e5882c2b1420f890a373155cf39a8a3187
Changelog
- Split main action to CI and release
- fixed indentation issue in generated ruby code
Contributors
v0.10.0
Release version v0.10.0
Release sha256 is 7382581cab4519646c024cc999885cf6502510119a7dc93020b053080c401f12
Configuration example
version: '2'
plugins:
- name: ruby
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.10.0/sqlc-gen-ruby.wasm
sha256: 7382581cab4519646c024cc999885cf6502510119a7dc93020b053080c401f12
Changelog
The 1st version of the plugin supports:
- Ruby versions 3.1 / 3.2 / 3.3
- MySQL (via mysql2 gem) & PostgreSQL (via pg gem) - with connection pool supprt.
- Generating a gemfile with the rquired dependencies (disabled by default)
Contributors
- @SockworkOrange
- @doron050 for helping with all things infra in the project:)