Releases: ruby-go-gem/go-gem-wrapper
Releases · ruby-go-gem/go-gem-wrapper
v0.2.3
Go
- No changes
Ruby
- No changes
ruby_h_to_go
- No changes
Other
- No changes
Full Changelog: v0.2.3.alpha2...v0.2.3
v0.2.3.alpha2
Go
- No changes
Ruby
- No changes
ruby_h_to_go
- No changes
Other
- No changes
Full Changelog: v0.2.2...v0.2.3.alpha2
v0.2.2
Go
- No changes
Ruby
- No changes
ruby_h_to_go
- No changes
Other
Bugfixes
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Go
- No changes
Ruby
Other changes
- Bump rspec-its from 1.3.0 to 1.3.1 by @dependabot in #192
- Bump steep from 1.8.1 to 1.8.2 by @dependabot in #193
- Bump ruby_header_parser from 0.1.0 to 0.2.0 by @dependabot in #191
ruby_h_to_go
- No changes
Other
Other changes
- Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #198
- Update rbs_collection.lock.yaml by @ruby-go-gem-bot in #190
Full Changelog: v0.2.0...HEAD
v0.2.0
What's Changed
👻 Maintenance
Dependency updates
- Bump steep from 1.8.0 to 1.8.1 by @dependabot in #186
- Bump rubocop from 1.66.1 to 1.67.0 by @dependabot in #187
📝 Other Changes
- Fix go import block by @sue445 in #183
- Add collection_config to Steepfile by @sue445 in #184
- Transfer to ruby-go-gem org by @sue445 in #188
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.1.0.alpha2
What's Changed
👻 Maintenance
- Add group to Gemfile by @sue445 in #170
- Refactor ruby_h_to_go by @sue445 in #171
- Remove
.rubocop_todo.yml
by @sue445 in #173
Dependency updates
- Bump steep from 1.7.1 to 1.8.0 by @dependabot in #168
- Bump rake-compiler from 1.2.7 to 1.2.8 by @dependabot in #169
📝 Other Changes
- Remove Metrics/AbcSize in .rubocop_todo.yml by @sue445 in #172
- Add GoGem skeleton in gem/ by @sue445 in #174
- Impl
create_go_makefile
by @sue445 in #175 - Update rbs_collection.lock.yaml by @sue445-bundle-update-pr in #177
- Add go_gem/mkmf.rbs by @sue445 in #179
- Add go_gem doc by @sue445 in #180
- Add documentation_uri to gemspec by @sue445 in #181
New Contributors
- @dependabot made their first contribution in #168
- @sue445-bundle-update-pr made their first contribution in #177
Full Changelog: v0.1.0.alpha1...v0.1.0.alpha2
v0.1.0.alpha1
What's Changed
👻 Maintenance
📝 Other Changes
- Setup repo by @sue445 in #1
- Add testdata/dummy/ by @sue445 in #2
- Migrate to rspec by @sue445 in #3
- Tweak job name by @sue445 in #4
- Rename repo by @sue445 in #5
- Move Init_dummy to go by @sue445 in #6
- Setup dependabot
by @sue445 in #8
- Split go files by @sue445 in #9
- Add RbNum2Long and RbLong2numInline, RbDefineSingletonMethod by @sue445 in #10
- nits: Move to type.go by @sue445 in #11
- Setup rbs and steep at dummy gem by @sue445 in #12
- nits: inline by @sue445 in #13
- Add RbYield, RbBlockGivenP, RbRaise by @sue445 in #14
- doc: Tweak comment by @sue445 in #15
- refactor by @sue445 in #16
- refactoring by @sue445 in #17
- Add RstringPtr, RstringLenint, RbUtf8StrNew by @sue445 in #18
- Tweak String2Char and string2Char by @sue445 in #19
- Add rake go:lint by @sue445 in #20
- Tweak comment by @sue445 in #21
- Rename files by @sue445 in #22
- Rename to type.go by @sue445 in #23
- Tweak comment by @sue445 in #24
- Tweak comment by @sue445 in #25
- Add _scripts/dump_ruby_c_functions.rb by @sue445 in #26
- Tweak comment and arg name by @sue445 in #27
- Add RbDefineClassUnder by @sue445 in #28
- Add RbDefineModuleUnder by @sue445 in #29
- Add rbs by @sue445 in #30
- Add RbDefineClass by @sue445 in #31
- Write RbRaise doc by @sue445 in #32
- Write README by @sue445 in #33
- Refactor RbDefineSingletonMethod by @sue445 in #34
- Support function without arg name by @sue445 in #35
- Support
VALUE(*func)(ANYARGS)
arg by @sue445 in #36 - Refactor rb_raise by @sue445 in #37
- Add RbDefineMethod, RbIntern by @sue445 in #38
- Write coverage doc by @sue445 in #39
- Tweak list by @sue445 in #40
- Tweak RbLong2numInline comment by @sue445 in #41
- Add NUM2LONG, LONG2NUM by @sue445 in #42
- Add RbNum2intInline, RbInt2numInline, INT2NUM, NUM2INT by @sue445 in #43
- Make the slice created in
string2Char
as small as possible by @sue445 in #44 - Write doc by @sue445 in #45
- Add RbFuncallv, RbFuncall2 by @sue445 in #46
- Tweak godoc by @sue445 in #47
- Move to
CONTRIBUTING.md
by @sue445 in #48 - Fix memory leak by @sue445 in #50
- Tweak doc by @sue445 in #51
- Run
rake rbs collection install
inrake rbs
by @sue445 in #52 - Add rb_define_module_function by @sue445 in #53
- Add rb_ivar_set by @sue445 in #54
- Tweak rb_dummy_max location by @sue445 in #55
- Fix typo by @sue445 in #56
- Write doc by @sue445 in #57
- Add RbFuncallvPublic, RbFuncall3 by @sue445 in #58
- Reject void argument by @sue445 in #59
- Add RbBlockProc by @sue445 in #60
- Refactor tests by @sue445 in #61
- Fix doc by @sue445 in #62
- Rename test classes and modules by @sue445 in #63
- Add RbAlias by @sue445 in #64
- Add RbClass2Name by @sue445 in #65
- Add RbAttr by @sue445 in #66
- Move to _tools/ruby_h2go/ by @sue445 in #67
- Rename to ruby_h_to_go by @sue445 in #68
- Rename char var by @sue445 in #70
- Fix ruby_c_type_to_go_type by @sue445 in #71
- Shorten var name by @sue445 in #72
- Tweak package import by @sue445 in #73
- Check whether golangci-lint is installed by @sue445 in #74
- Add _tools/patch_for_go_gem by @sue445 in #69
- Write doc by @sue445 in #75
- Dump files by @sue445 in #76
- Write doc by @sue445 in #77
- Check file content by @sue445 in #78
- Add cleanup for rb_alias test by @sue445 in #79
- Add RbConstGet by @sue445 in #80
- Refactor patch_for_go_gem workflow by @sue445 in #81
- Refactor test and sig by @sue445 in #82
- Add RbConstSet by @sue445 in #83
- Add RbConstDefined, Qtrue, Qfalse by @sue445 in #84
- Refactor by @sue445 in #85
- Add RbConstGetAt by @sue445 in #86
- Add RbConstDefinedAt by @sue445 in #87
- Write doc by @sue445 in #88
- Add doc for
go.mod
mod modification by @sue445 in #89 - Add RbEvalString by @sue445 in #90
- Add RbEvalStringProtect, RbAryNew, RbAryNewCapa, RbAryPush by @sue445 in #91
- Migrate to test-unit by @sue445 in #92
- Add RbEvalStringWrap by @sue445 in #93
- Add RbAryPop by @sue445 in #94
- Fix test class name by @sue445 in #95
- Add RbAryShift by @sue445 in #96
- Add RbAryUnshift by @sue445 in #97
- Refactor test by @sue445 in #98
- Add RbDefineMethodId by @sue445 in #99
- Add RbDefinePrivateMethod by @sue445 in #100
- Add RbDefineProtectedMethod by @sue445 in #101
- Add RbDefineVariable by @sue445 in #102
- Use Go 1.23 by @sue445 in #103
- Add RbDefineConst by @sue445 in #104
- Add go_struct by @sue445 in #105
- Rename to example by @sue445 in #106
- Write example for godoc by @sue445 in #107
- Use go 1.23 in go.mod by @sue445 in #109
- Add Bool2Int test by @sue445 in #108
- Add debug log in CI by @sue445 in #110
- Refactor: Move to Rakefile by @sue445 in #111
- Strict LD_LIBRARY_PATH by @sue445 in https://github.com/...