Skip to content

Releases: akabiru/faker-bot

v0.5.1

09 Aug 08:45
Compare
Choose a tag to compare

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

31 Jul 17:26
a56a75a
Compare
Choose a tag to compare

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

11 Jul 04:18
42bf363
Compare
Choose a tag to compare

#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 馃泙

18 Jan 11:55
61e4745
Compare
Choose a tag to compare

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

screenshot 2019-01-18 at 10 35 16

Screenshots

fakerbot list -v

馃檪
screenshot 2019-01-18 at 10 30 11

馃槓
screenshot 2019-01-18 at 10 30 16

Allow sample Faker output

13 Aug 20:27
0648693
Compare
Choose a tag to compare

Add New `list` command

10 Aug 13:42
a8609a3
Compare
Choose a tag to compare

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

screen shot 2018-08-10 at 16 38 32
screen shot 2018-08-10 at 16 40 24

Add Pagination 馃帀馃摉

10 Aug 09:09
Compare
Choose a tag to compare

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

screen shot 2018-08-10 at 12 10 39
screen shot 2018-08-10 at 12 10 56