Releases: PeevRb/dumpcar
Releases · PeevRb/dumpcar
Release list
v1.0.1
What's Changed
- Bump prettier from 3.6.0 to 3.6.2 in the node group by @dependabot[bot] in #119
- Set filename for a dump at creation time by @wwahammy in #111
- Revert "Set filename for a dump at creation time" by @wwahammy in #122
- Tweak title in bug report template by @wwahammy in #127
- Create CONTRIBUTING.md by @wwahammy in #128
- Switch to appraisal2 by @wwahammy in #132
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #130
- Bump lint-staged from 16.1.2 to 16.1.4 in the node group by @dependabot[bot] in #129
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #131
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #135
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #133
- Bump lint-staged from 16.2.3 to 16.2.4 in the node group by @dependabot[bot] in #134
- Add yaml extension to vscode by @wwahammy in #137
- Add json and yaml to prettier and reorg the lint-staged for gemspec by @wwahammy in #138
- Bump lint-staged from 16.2.4 to 16.2.6 in the node group by @dependabot[bot] in #139
- Try using unbundled for the console by @wwahammy in #140
- Add merge group by @wwahammy in #142
- Add Rails 8.1 to appraisal by @wwahammy in #141
- Switch pg back to 17 temporarily by @wwahammy in #147
- Bump the node group across 1 directory with 2 updates by @dependabot[bot] in #146
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #145
- Update repository links to new repo url by @wwahammy in #148
- Update README to clarify that we have a Rails command, not a Rake task by @wwahammy in #149
- Correct support for Postgres 18 by @wwahammy in #150
- Add tests for Ruby 4.0 by @wwahammy in #151
- Skip running rails edge on Ruby 3.2 by @wwahammy in #153
- Bump prettier from 3.7.4 to 3.8.0 in the node group by @dependabot[bot] in #152
- Add workflow_dispatch to ci by @wwahammy in #154
- Correct a typo in the license description by @wwahammy in #155
- Set the rubylsp.formatter to standard by @wwahammy in #156
- Update to Ruby 3.2.10 by @wwahammy in #157
- Bump lint-staged from 16.2.7 to 16.3.1 in the node group by @dependabot[bot] in #159
- Have validate-dev-container run the rake specs by @wwahammy in #161
- Make sure the pg docker image version matches the pg client installed in the Dockerfile by @wwahammy in #162
- Output to stdout for log by @wwahammy in #160
- Mention supported rails versions in README by @wwahammy in #163
- Update to v1 by @wwahammy in #164
- Update the Github repo for the Gem by @wwahammy in #165
- Add Rails notice by @wwahammy in #167
- Update to 1.0.1 by @wwahammy in #166
Full Changelog: v0.3.1...v1.0.1
v0.3.1
v0.3
What's Changed
- Add npm to dependabot config by @wwahammy in #90
- Add tests for location methods creating the base folder if missing by @wwahammy in #91
- Add Rakefile to the standard lint-staged by @wwahammy in #93
- Bump lint-staged from 16.1.0 to 16.1.2 in the node group by @dependabot in #92
- Add clean_tmp rake task by @wwahammy in #94
- Correct that they're not Rake tasks by @wwahammy in #95
- add missing letter in README.md by @wwahammy in #96
- Delete aruba_working_directory.rb by @wwahammy in #97
- add the build badge by @wwahammy in #98
- Rename
clean_tmpRake task toclean:tmpand have it run beforecleanby @wwahammy in #99 - Add devcontainer setup info by @wwahammy in #100
- Tweak the devcontainer to be more reliable and faster by @wwahammy in #101
- Fix the devcontainer build by @wwahammy in #102
- Fix small prettier issue by @wwahammy in #104
- Ignore
.ruby-lspfile by @wwahammy in #103 - Add ability to set
base_dirby @wwahammy in #105 - Add bug_report template by @wwahammy in #106
- Remove old bug report template by @wwahammy in #107
- Switch feature request template to a form by @wwahammy in #108
- Switch
Location#basetoLocation#base_dirby @wwahammy in #110 - Bump prettier from 3.5.3 to 3.6.0 in the node group by @dependabot in #112
- Make sure to boot the application before a command runs by @wwahammy in #113
- Nudge version to 0.2.1 by @wwahammy in #114
- Nudge version to 0.3 by @wwahammy in #115
New Contributors
- @dependabot made their first contribution in #92
Full Changelog: v0.2...v0.3
v0.2
v0.1.2.1
What's Changed
- Add Ruby Gem badge to README.md by @wwahammy in #80
- Add
Dumpcar::Pgspecs by @wwahammy in #81 - Set console specs to pending on Rails 6.1 and 7 by @wwahammy in #83
- Add generated Appraisal gemfiles to standard ignore by @wwahammy in #84
- Update version to 0.1.2.1 by @wwahammy in #82
Full Changelog: v0.1.2...v0.1.2.1
v0.1.2
v0.1.1.2
v0.1.1.1
v0.1.1
What's Changed
- Add issue templates by @wwahammy in #37
- Add husky and lint-staged to auto run standardrb by @wwahammy in #39
- Switch husky and lint-staged to less specific dependencies by @wwahammy in #40
- Add Github CLI to devcontainer by @wwahammy in #41
- Run
bin/setupon postCreateCommand for the devcontainer by @wwahammy in #42 - Add prettier to lint-staged config by @wwahammy in #43
- Make sure prettier only runs on files it can fix by @wwahammy in #44
- Add a dump with three simple objects by @wwahammy in #46
- Add Debug gem by @wwahammy in #47
- Add
bin/railsby @wwahammy in #48 - Update appraisal so it works with Ruby-lsp by @wwahammy in #49
- Add .gemfile to lint-staged by @wwahammy in #50
- Add database_cleaner-active_record to clear db after steps by @wwahammy in #51
- Add some aruba integration work by @wwahammy in #52
- Add validate Devcontainer job by @wwahammy in #53
- Switch devcontainer to ruby 3.2 by @wwahammy in #54
- Test Dumpcar::Instance#new works on all versions by @wwahammy in #56
Full Changelog: v0.1.0.5...v0.1.0.6
What's Changed
- Add issue templates by @wwahammy in #37
- Add husky and lint-staged to auto run standardrb by @wwahammy in #39
- Switch husky and lint-staged to less specific dependencies by @wwahammy in #40
- Add Github CLI to devcontainer by @wwahammy in #41
- Run
bin/setupon postCreateCommand for the devcontainer by @wwahammy in #42 - Add prettier to lint-staged config by @wwahammy in #43
- Make sure prettier only runs on files it can fix by @wwahammy in #44
- Add a dump with three simple objects by @wwahammy in #46
- Add Debug gem by @wwahammy in #47
- Add
bin/railsby @wwahammy in #48 - Update appraisal so it works with Ruby-lsp by @wwahammy in #49
- Add .gemfile to lint-staged by @wwahammy in #50
- Add database_cleaner-active_record to clear db after steps by @wwahammy in #51
- Add some aruba integration work by @wwahammy in #52
- Add validate Devcontainer job by @wwahammy in #53
- Switch devcontainer to ruby 3.2 by @wwahammy in #54
- Test Dumpcar::Instance#new works on all versions by @wwahammy in #56
- Prepare v0.1.1 by @wwahammy in #57
Full Changelog: v0.1.0.5...v0.1.1