Releases: akabiru/faker-bot
Releases · akabiru/faker-bot
v0.5.1
v0.5.1 (2019-08-09)
Full Changelog
Implemented enhancements:
Closed issues:
- Migrate FakerBot CI & QA integrations #30
Merged pull requests:
- Fix gemspec summary #45 (vbrazo)
- fix: Remove brakeman plugin; it's Rails specific #44 (akabiru)
- Add CodeClimate Configuration #42 (akabiru)
- chore(docs): Add Code Level YARD Documentation 📖 #35 (akabiru)
v0.5.0
v0.5.0 (2019-07-31)
Full Changelog
Implemented enhancements:
- Let
faker list
accept arguments #20
- Allow list to accept filter and match on class name #39 (bpleslie)
- Allow search to accept namespaces and partial matches #38 (bpleslie)
Fixed bugs:
- Skip Faker Deprecation Warnings; The CLI handles that - II #33 (akabiru)
Closed issues:
- Fakerbot not searching namespace #36
Merged pull requests:
v0.4.5
#31 Gem name should be faker-bot enhancement
#29 Update README to republish faker-cli documentation
#28 chore: Rename from FakerBot to Faker::CLI chores
Skip Gem::Deprecate Warnings; The CLI handles that 🛀
Description
When running a fakerbot
command in verbose mode e.g. fakerbot list -v
fakerbot actually invokes fakers methods; even ones with deprecation warnings.
When this happens faker will by default print the deprecation warnings. We don't really want that as the CLI is already showing deprecation warnings as handled in #10
Sample
Screenshots
🙂
😐
Allow sample Faker output
Add New `list` command
Introduction
fakerbot can now list the full Faker namespace with an option of including it's methods
Great, How do I test this?
$ fakerbot help list
$ fakerbot list
$ fakerbot list -v
Screenshots
Add Pagination 🎉📖
Introduction
fakerbot will now paginate terminal output when the output exceeds the screen size.
Ok, how do I test this?
$ fakerbot search name
$ fakerbot search email
Screenshots