From feb44c4d81b2f0a1b9438dc04d39a0a61dcbd360 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Wed, 31 Jul 2019 19:34:17 +0300 Subject: [PATCH 1/3] chore: Add a Changelog --- CHANGELOG.md | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8223e43 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,143 @@ +# Change Log + +## [Unreleased](https://github.com/faker-ruby/faker-bot/tree/HEAD) + +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.5...HEAD) + +**Implemented enhancements:** + +- Let `faker list` accept arguments [\#20](https://github.com/faker-ruby/faker-bot/issues/20) +- Allow list to accept filter and match on class name [\#39](https://github.com/faker-ruby/faker-bot/pull/39) ([bpleslie](https://github.com/bpleslie)) +- Allow search to accept namespaces and partial matches [\#38](https://github.com/faker-ruby/faker-bot/pull/38) ([bpleslie](https://github.com/bpleslie)) + +**Fixed bugs:** + +- Skip Faker Deprecation Warnings; The CLI handles that - II [\#33](https://github.com/faker-ruby/faker-bot/pull/33) ([akabiru](https://github.com/akabiru)) + +**Closed issues:** + +- Fakerbot not searching namespace [\#36](https://github.com/faker-ruby/faker-bot/issues/36) + +**Merged pull requests:** + +- Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru)) +- Chore: CleanUp [\#32](https://github.com/faker-ruby/faker-bot/pull/32) ([akabiru](https://github.com/akabiru)) + +## [v0.4.5](https://github.com/faker-ruby/faker-bot/tree/v0.4.5) (2019-07-11) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.4...v0.4.5) + +**Implemented enhancements:** + +- faker-bot should be a separate gem [\#26](https://github.com/faker-ruby/faker-bot/issues/26) +- Gem name should be faker-bot [\#31](https://github.com/faker-ruby/faker-bot/pull/31) ([vbrazo](https://github.com/vbrazo)) +- Distribute Faker::Reflector Responsibilities [\#22](https://github.com/faker-ruby/faker-bot/pull/22) ([akabiru](https://github.com/akabiru)) + +**Closed issues:** + +- Integrate faker-bot in faker-ruby organization [\#27](https://github.com/faker-ruby/faker-bot/issues/27) +- Fix "NestedIterators" issue in lib/fakerbot/reflectors/search.rb [\#24](https://github.com/faker-ruby/faker-bot/issues/24) + +**Merged pull requests:** + +- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo)) +- chore: Rename from FakerBot to Faker::CLI [\#28](https://github.com/faker-ruby/faker-bot/pull/28) ([akabiru](https://github.com/akabiru)) +- Add deprecation notes; thank you contributors! 🎉 [\#25](https://github.com/faker-ruby/faker-bot/pull/25) ([akabiru](https://github.com/akabiru)) + +## [v0.4.4](https://github.com/faker-ruby/faker-bot/tree/v0.4.4) (2019-01-18) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.3...v0.4.4) + +**Implemented enhancements:** + +- Add Unit tests for `FakerBot::Renderer` [\#11](https://github.com/faker-ruby/faker-bot/issues/11) + +**Merged pull requests:** + +- release v0.4.4 [\#21](https://github.com/faker-ruby/faker-bot/pull/21) ([akabiru](https://github.com/akabiru)) +- Skip Gem::Deprecate Warnings; The CLI handles that [\#19](https://github.com/faker-ruby/faker-bot/pull/19) ([akabiru](https://github.com/akabiru)) +- Touch Up Tests [\#18](https://github.com/faker-ruby/faker-bot/pull/18) ([akabiru](https://github.com/akabiru)) +- chore\(workflow\): Add test runner for dev [\#17](https://github.com/faker-ruby/faker-bot/pull/17) ([akabiru](https://github.com/akabiru)) +- Add CodeClimate [\#16](https://github.com/faker-ruby/faker-bot/pull/16) ([akabiru](https://github.com/akabiru)) +- Update main.workflow [\#15](https://github.com/faker-ruby/faker-bot/pull/15) ([akabiru](https://github.com/akabiru)) + +## [v0.4.3](https://github.com/faker-ruby/faker-bot/tree/v0.4.3) (2018-10-07) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.2...v0.4.3) + +**Implemented enhancements:** + +- Improve Search [\#13](https://github.com/faker-ruby/faker-bot/issues/13) + +**Merged pull requests:** + +- Improve search functionality [\#14](https://github.com/faker-ruby/faker-bot/pull/14) ([codealchemy](https://github.com/codealchemy)) + +## [v0.4.2](https://github.com/faker-ruby/faker-bot/tree/v0.4.2) (2018-10-04) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.1...v0.4.2) + +**Implemented enhancements:** + +- Handle Deprecation Warnings [\#7](https://github.com/faker-ruby/faker-bot/issues/7) +- Sort `fakerbot list` alphabetically [\#4](https://github.com/faker-ruby/faker-bot/issues/4) + +**Fixed bugs:** + +- Handle Deprecation Warnings [\#7](https://github.com/faker-ruby/faker-bot/issues/7) + +**Merged pull requests:** + +- Support `search` for ruby less than 2.4.0 [\#12](https://github.com/faker-ruby/faker-bot/pull/12) ([kfpo](https://github.com/kfpo)) + +## [v0.4.1](https://github.com/faker-ruby/faker-bot/tree/v0.4.1) (2018-09-18) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.0...v0.4.1) + +**Merged pull requests:** + +- Handle Deprecation Warnings [\#10](https://github.com/faker-ruby/faker-bot/pull/10) ([shtakai](https://github.com/shtakai)) + +## [v0.4.0](https://github.com/faker-ruby/faker-bot/tree/v0.4.0) (2018-08-13) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.3.0...v0.4.0) + +**Implemented enhancements:** + +- Add flag to show sample faker output [\#5](https://github.com/faker-ruby/faker-bot/issues/5) + +**Fixed bugs:** + +- Only show public class methods [\#3](https://github.com/faker-ruby/faker-bot/issues/3) + +**Merged pull requests:** + +- Include Faker sample output [\#6](https://github.com/faker-ruby/faker-bot/pull/6) ([akabiru](https://github.com/akabiru)) + +## [v0.3.0](https://github.com/faker-ruby/faker-bot/tree/v0.3.0) (2018-08-10) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.4...v0.3.0) + +**Merged pull requests:** + +- Add `fakerbot list` Command [\#2](https://github.com/faker-ruby/faker-bot/pull/2) ([akabiru](https://github.com/akabiru)) + +## [v0.2.4](https://github.com/faker-ruby/faker-bot/tree/v0.2.4) (2018-08-10) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.3...v0.2.4) + +## [v0.2.3](https://github.com/faker-ruby/faker-bot/tree/v0.2.3) (2018-08-09) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.1...v0.2.3) + +## [v0.2.1](https://github.com/faker-ruby/faker-bot/tree/v0.2.1) (2018-08-09) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.0...v0.2.1) + +## [v0.2.0](https://github.com/faker-ruby/faker-bot/tree/v0.2.0) (2018-08-09) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.2...v0.2.0) + +## [v0.1.2](https://github.com/faker-ruby/faker-bot/tree/v0.1.2) (2018-07-24) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.1...v0.1.2) + +## [v0.1.1](https://github.com/faker-ruby/faker-bot/tree/v0.1.1) (2018-07-03) +[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.0...v0.1.1) + +## [v0.1.0](https://github.com/faker-ruby/faker-bot/tree/v0.1.0) (2018-07-03) +**Merged pull requests:** + +- Add Reflectors [\#1](https://github.com/faker-ruby/faker-bot/pull/1) ([akabiru](https://github.com/akabiru)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file From 6e0128ffef8678faa1e980f67d5b742806af1908 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Wed, 31 Jul 2019 19:34:49 +0300 Subject: [PATCH 2/3] chore: Bump to version 0.5.0 --- lib/faker/bot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faker/bot/version.rb b/lib/faker/bot/version.rb index 4dbf409..71306a9 100644 --- a/lib/faker/bot/version.rb +++ b/lib/faker/bot/version.rb @@ -2,6 +2,6 @@ module Faker module Bot - VERSION = '0.4.5' + VERSION = '0.5.0' end end From ddf4799433d5ef0685d44eb05df7fcb0d958e96b Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Wed, 31 Jul 2019 19:37:11 +0300 Subject: [PATCH 3/3] chore: Bump Faker to 2.0 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7556d4a..58f3cb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker-bot (0.4.5) + faker-bot (0.5.0) faker pastel (~> 0.7.2) thor (~> 0.20.0) @@ -25,7 +25,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equatable (0.6.1) - faker (1.9.6) + faker (2.0) i18n (>= 0.7) ffi (1.11.1) formatador (0.2.5)