Skip to content

Commit a56a75a

Browse files
authored
Merge pull request #41 from akabiru/release/v-0.5.0
Release v0.5.0
2 parents 39668ee + ddf4799 commit a56a75a

File tree

3 files changed

+146
-3
lines changed

3 files changed

+146
-3
lines changed

CHANGELOG.md

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/faker-ruby/faker-bot/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.5...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Let `faker list` accept arguments [\#20](https://github.com/faker-ruby/faker-bot/issues/20)
10+
- 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))
11+
- Allow search to accept namespaces and partial matches [\#38](https://github.com/faker-ruby/faker-bot/pull/38) ([bpleslie](https://github.com/bpleslie))
12+
13+
**Fixed bugs:**
14+
15+
- Skip Faker Deprecation Warnings; The CLI handles that - II [\#33](https://github.com/faker-ruby/faker-bot/pull/33) ([akabiru](https://github.com/akabiru))
16+
17+
**Closed issues:**
18+
19+
- Fakerbot not searching namespace [\#36](https://github.com/faker-ruby/faker-bot/issues/36)
20+
21+
**Merged pull requests:**
22+
23+
- Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru))
24+
- Chore: CleanUp [\#32](https://github.com/faker-ruby/faker-bot/pull/32) ([akabiru](https://github.com/akabiru))
25+
26+
## [v0.4.5](https://github.com/faker-ruby/faker-bot/tree/v0.4.5) (2019-07-11)
27+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.4...v0.4.5)
28+
29+
**Implemented enhancements:**
30+
31+
- faker-bot should be a separate gem [\#26](https://github.com/faker-ruby/faker-bot/issues/26)
32+
- Gem name should be faker-bot [\#31](https://github.com/faker-ruby/faker-bot/pull/31) ([vbrazo](https://github.com/vbrazo))
33+
- Distribute Faker::Reflector Responsibilities [\#22](https://github.com/faker-ruby/faker-bot/pull/22) ([akabiru](https://github.com/akabiru))
34+
35+
**Closed issues:**
36+
37+
- Integrate faker-bot in faker-ruby organization [\#27](https://github.com/faker-ruby/faker-bot/issues/27)
38+
- Fix "NestedIterators" issue in lib/fakerbot/reflectors/search.rb [\#24](https://github.com/faker-ruby/faker-bot/issues/24)
39+
40+
**Merged pull requests:**
41+
42+
- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo))
43+
- chore: Rename from FakerBot to Faker::CLI [\#28](https://github.com/faker-ruby/faker-bot/pull/28) ([akabiru](https://github.com/akabiru))
44+
- Add deprecation notes; thank you contributors! 🎉 [\#25](https://github.com/faker-ruby/faker-bot/pull/25) ([akabiru](https://github.com/akabiru))
45+
46+
## [v0.4.4](https://github.com/faker-ruby/faker-bot/tree/v0.4.4) (2019-01-18)
47+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.3...v0.4.4)
48+
49+
**Implemented enhancements:**
50+
51+
- Add Unit tests for `FakerBot::Renderer` [\#11](https://github.com/faker-ruby/faker-bot/issues/11)
52+
53+
**Merged pull requests:**
54+
55+
- release v0.4.4 [\#21](https://github.com/faker-ruby/faker-bot/pull/21) ([akabiru](https://github.com/akabiru))
56+
- Skip Gem::Deprecate Warnings; The CLI handles that [\#19](https://github.com/faker-ruby/faker-bot/pull/19) ([akabiru](https://github.com/akabiru))
57+
- Touch Up Tests [\#18](https://github.com/faker-ruby/faker-bot/pull/18) ([akabiru](https://github.com/akabiru))
58+
- chore\(workflow\): Add test runner for dev [\#17](https://github.com/faker-ruby/faker-bot/pull/17) ([akabiru](https://github.com/akabiru))
59+
- Add CodeClimate [\#16](https://github.com/faker-ruby/faker-bot/pull/16) ([akabiru](https://github.com/akabiru))
60+
- Update main.workflow [\#15](https://github.com/faker-ruby/faker-bot/pull/15) ([akabiru](https://github.com/akabiru))
61+
62+
## [v0.4.3](https://github.com/faker-ruby/faker-bot/tree/v0.4.3) (2018-10-07)
63+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.2...v0.4.3)
64+
65+
**Implemented enhancements:**
66+
67+
- Improve Search [\#13](https://github.com/faker-ruby/faker-bot/issues/13)
68+
69+
**Merged pull requests:**
70+
71+
- Improve search functionality [\#14](https://github.com/faker-ruby/faker-bot/pull/14) ([codealchemy](https://github.com/codealchemy))
72+
73+
## [v0.4.2](https://github.com/faker-ruby/faker-bot/tree/v0.4.2) (2018-10-04)
74+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.1...v0.4.2)
75+
76+
**Implemented enhancements:**
77+
78+
- Handle Deprecation Warnings [\#7](https://github.com/faker-ruby/faker-bot/issues/7)
79+
- Sort `fakerbot list` alphabetically [\#4](https://github.com/faker-ruby/faker-bot/issues/4)
80+
81+
**Fixed bugs:**
82+
83+
- Handle Deprecation Warnings [\#7](https://github.com/faker-ruby/faker-bot/issues/7)
84+
85+
**Merged pull requests:**
86+
87+
- Support `search` for ruby less than 2.4.0 [\#12](https://github.com/faker-ruby/faker-bot/pull/12) ([kfpo](https://github.com/kfpo))
88+
89+
## [v0.4.1](https://github.com/faker-ruby/faker-bot/tree/v0.4.1) (2018-09-18)
90+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.0...v0.4.1)
91+
92+
**Merged pull requests:**
93+
94+
- Handle Deprecation Warnings [\#10](https://github.com/faker-ruby/faker-bot/pull/10) ([shtakai](https://github.com/shtakai))
95+
96+
## [v0.4.0](https://github.com/faker-ruby/faker-bot/tree/v0.4.0) (2018-08-13)
97+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.3.0...v0.4.0)
98+
99+
**Implemented enhancements:**
100+
101+
- Add flag to show sample faker output [\#5](https://github.com/faker-ruby/faker-bot/issues/5)
102+
103+
**Fixed bugs:**
104+
105+
- Only show public class methods [\#3](https://github.com/faker-ruby/faker-bot/issues/3)
106+
107+
**Merged pull requests:**
108+
109+
- Include Faker sample output [\#6](https://github.com/faker-ruby/faker-bot/pull/6) ([akabiru](https://github.com/akabiru))
110+
111+
## [v0.3.0](https://github.com/faker-ruby/faker-bot/tree/v0.3.0) (2018-08-10)
112+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.4...v0.3.0)
113+
114+
**Merged pull requests:**
115+
116+
- Add `fakerbot list` Command [\#2](https://github.com/faker-ruby/faker-bot/pull/2) ([akabiru](https://github.com/akabiru))
117+
118+
## [v0.2.4](https://github.com/faker-ruby/faker-bot/tree/v0.2.4) (2018-08-10)
119+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.3...v0.2.4)
120+
121+
## [v0.2.3](https://github.com/faker-ruby/faker-bot/tree/v0.2.3) (2018-08-09)
122+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.1...v0.2.3)
123+
124+
## [v0.2.1](https://github.com/faker-ruby/faker-bot/tree/v0.2.1) (2018-08-09)
125+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.2.0...v0.2.1)
126+
127+
## [v0.2.0](https://github.com/faker-ruby/faker-bot/tree/v0.2.0) (2018-08-09)
128+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.2...v0.2.0)
129+
130+
## [v0.1.2](https://github.com/faker-ruby/faker-bot/tree/v0.1.2) (2018-07-24)
131+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.1...v0.1.2)
132+
133+
## [v0.1.1](https://github.com/faker-ruby/faker-bot/tree/v0.1.1) (2018-07-03)
134+
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.1.0...v0.1.1)
135+
136+
## [v0.1.0](https://github.com/faker-ruby/faker-bot/tree/v0.1.0) (2018-07-03)
137+
**Merged pull requests:**
138+
139+
- Add Reflectors [\#1](https://github.com/faker-ruby/faker-bot/pull/1) ([akabiru](https://github.com/akabiru))
140+
141+
142+
143+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker-bot (0.4.5)
4+
faker-bot (0.5.0)
55
faker
66
pastel (~> 0.7.2)
77
thor (~> 0.20.0)
@@ -25,7 +25,7 @@ GEM
2525
domain_name (0.5.20190701)
2626
unf (>= 0.0.5, < 1.0.0)
2727
equatable (0.6.1)
28-
faker (1.9.6)
28+
faker (2.0)
2929
i18n (>= 0.7)
3030
ffi (1.11.1)
3131
formatador (0.2.5)

lib/faker/bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Faker
44
module Bot
5-
VERSION = '0.4.5'
5+
VERSION = '0.5.0'
66
end
77
end

0 commit comments

Comments
 (0)