Releases: buty4649/rf
Releases Β· buty4649/rf
v1.23.0
What's Changed
π Features
- Fix CI error on macos-14 by @buty4649 in #215
- Update mruby-yyjson to v1.7.0 by @buty4649 in #220
- Use mruby-rapidyaml insted of mruby-yaml by @buty4649 in #221
- Make test case stricter by @buty4649 in #222
- Add colorize support for YAML filter by @buty4649 in #223
π Dependencies
- Bump rubocop-rspec from 3.0.1 to 3.0.2 by @dependabot in #210
- Bump aruba from
c56cebb
to0124357
by @dependabot in #211 - Bump rubocop from 1.64.1 to 1.65.0 by @dependabot in #212
- Bump aruba from
0124357
to1b79a98
by @dependabot in #214 - Bump rubocop-rspec from 3.0.2 to 3.0.3 by @dependabot in #213
- Bump rexml from 3.3.1 to 3.3.3 by @dependabot in #216
- Bump rubocop from 1.65.0 to 1.65.1 by @dependabot in #217
- Bump rubocop-rspec from 3.0.3 to 3.0.4 by @dependabot in #218
- Bump aruba from
1b79a98
tob2e8ca9
by @dependabot in #219
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
π Features
π Dependencies
- Bump rubocop-rspec from 2.31.0 to 3.0.1 by @dependabot in #207
Full Changelog: v1.21.0...v1.22.0
v1.21.0
v1.20.0
What's Changed
π Features
- fix: bug: file names included in files when using -i option with multiple files by @buty4649 in #203
- Use mruby-yyjson instead of mruby-json by @buty4649 in #205
π Dependencies
- Bump rubocop-rspec from 2.29.2 to 2.30.0 by @dependabot in #198
- Bump rubocop from 1.64.0 to 1.64.1 by @dependabot in #199
- Bump ffi from
3b3056b
toecfb225
by @dependabot in #201 - Bump aruba from
022bc7e
toc56cebb
by @dependabot in #200 - Bump rubocop-rspec from 2.30.0 to 2.31.0 by @dependabot in #204
Full Changelog: v1.19.0...v1.20.0
v1.19.0
What's Changed
π Features
π Dependencies
- Bump rubocop from 1.63.5 to 1.64.0 by @dependabot in #196
Full Changelog: v1.18.1...v1.19.0
v1.18.1
What's Changed
π Features
π Dependencies
- Bump parallel_tests from 4.5.0 to 4.5.1 by @dependabot in #167
- Bump rubocop-rspec from 2.26.1 to 2.27.1 by @dependabot in #169
- Bump rubocop from 1.60.2 to 1.61.0 by @dependabot in #170
- Bump parallel_tests from 4.5.1 to 4.5.2 by @dependabot in #172
- Bump rubocop from 1.61.0 to 1.62.1 by @dependabot in #171
- Bump parallel_tests from 4.5.2 to 4.6.0 by @dependabot in #174
- Bump dependabot/fetch-metadata from 1 to 2 by @dependabot in #173
- Bump rubocop-rspec from 2.27.1 to 2.28.0 by @dependabot in #175
- Bump ffi from
808848d
to1e051cd
by @dependabot in #177 - Bump aruba from
b9d0f15
toc1826d5
by @dependabot in #176 - Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 by @dependabot in #178
- Bump rubocop-rspec from 2.28.0 to 2.29.1 by @dependabot in #179
- Bump rubocop from 1.62.1 to 1.63.0 by @dependabot in #180
- Bump rake from 13.1.0 to 13.2.1 by @dependabot in #182
- Bump parallel_tests from 4.6.0 to 4.6.1 by @dependabot in #183
- Bump ffi from
1e051cd
to4b928c7
by @dependabot in #181 - Bump rubocop from 1.63.0 to 1.63.1 by @dependabot in #184
- Bump rubocop from 1.63.1 to 1.63.3 by @dependabot in #186
- Bump ffi from
4b928c7
tob2a7ce4
by @dependabot in #185 - Bump rubocop from 1.63.3 to 1.63.4 by @dependabot in #188
- Bump rspec-parameterized from 1.0.0 to 1.0.2 by @dependabot in #189
- Bump parallel_tests from 4.6.1 to 4.7.1 by @dependabot in #190
- Bump ffi from
b2a7ce4
to46c3804
by @dependabot in #187 - Bump rubocop-rspec from 2.29.1 to 2.29.2 by @dependabot in #191
- Bump rubocop from 1.63.4 to 1.63.5 by @dependabot in #192
- Bump rexml from 3.2.6 to 3.2.8 by @dependabot in #193
- Bump aruba from
c1826d5
to022bc7e
by @dependabot in #195 - Bump ffi from
46c3804
to3b3056b
by @dependabot in #194
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
π Features
- Update text filter to join array with spaces instead of newlines by @buty4649 in #165
- Drop support darwin-amd64 by @buty4649 in #166
π Dependencies
- Bump rubocop from 1.60.1 to 1.60.2 by @dependabot in #159
- Bump ffi from
ba6c315
to69dc3be
by @dependabot in #160 - Bump rspec from 3.12.0 to 3.13.0 by @dependabot in #161
- Bump ffi from
69dc3be
to808848d
by @dependabot in #162 - Bump parallel_tests from 4.4.0 to 4.5.0 by @dependabot in #163
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
π Features
- Remove BufferedIO due to performance issues, introduce new Reader class by @buty4649 in #153
- Always use optimization flags by @buty4649 in #154
- Add grep/grep_v to instance method by @buty4649 in #155
- Remove strip option when host build by @buty4649 in #156
- Change non-existent method behavior to NoMethodError for clarity by @buty4649 in #157
- Allow infinite array size(MRB_ARY_LENGTH_MAX=0) by @buty4649 in #158
π Dependencies
- Bump rubocop from 1.60.0 to 1.60.1 by @dependabot in #152
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
π Features
- Remove bug fix code by @buty4649 in #149
- Fix issue where tab was incorrectly matching as binary file by @buty4649 in #150
- Increase MRB_IREP_LVAR_MERGE_LIMIT by @buty4649 in #151
π Dependencies
- Bump rubocop-rspec from 2.26.0 to 2.26.1 by @dependabot in #144
- Bump rubocop from 1.59.0 to 1.60.0 by @dependabot in #146
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
π Features
- Add changes for suppressing output when binary output is encountered by @buty4649 in #136
- Use ruby 3.3! by @buty4649 in #138
- Implement auto-disable of color output in non-TTY environment by @buty4649 in #140
- Improved runtime performance by adding build-time optimization options by @buty4649 in #141
- Use iij/mruby-tempfile instead of mrbgems/mruby-tempfile by @buty4649 in #142
- Fix infinite loop issue when reading binary files by @buty4649 in #143
π Dependencies
- Bump aruba from
43ab140
toa332436
by @dependabot in #127 - Bump rubocop from 1.57.2 to 1.58.0 by @dependabot in #128
- Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in #129
- Bump aruba from
a332436
to5853eac
by @dependabot in #130 - Bump actions/upload-artifact from 3 to 4 by @dependabot in #131
- Bump actions/download-artifact from 3 to 4 by @dependabot in #132
- Bump parallel_tests from 4.3.0 to 4.4.0 by @dependabot in #133
- Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 by @dependabot in #135
- Bump aruba from
5853eac
to639f0d6
by @dependabot in #134 - Bump aruba from
639f0d6
to8ff1c20
by @dependabot in #137
Full Changelog: v1.13.0...v1.15.0