Skip to content

Commit

Permalink
add generated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nerixim committed Dec 22, 2020
1 parent dcde7e7 commit 3141bdf
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
# Changelog

## [Unreleased](https://github.com/rossmeissl/verbs/tree/HEAD)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.1.4...HEAD)

**Closed issues:**

- Add matrix testing for supported Rubies [\#46](https://github.com/rossmeissl/verbs/issues/46)
- Add missing irregular verbs [\#39](https://github.com/rossmeissl/verbs/issues/39)
- Apply rubocop and maybe use markdown in readme? [\#37](https://github.com/rossmeissl/verbs/issues/37)
- Invalid conjugation of the word "deliver" [\#33](https://github.com/rossmeissl/verbs/issues/33)
- rubygems not up to date with github version [\#32](https://github.com/rossmeissl/verbs/issues/32)
- Issue with the word follow [\#30](https://github.com/rossmeissl/verbs/issues/30)
- have/be missing in second person plural [\#28](https://github.com/rossmeissl/verbs/issues/28)
- bing -\> being [\#24](https://github.com/rossmeissl/verbs/issues/24)
- Past habitual for "to be" [\#22](https://github.com/rossmeissl/verbs/issues/22)
- No options for passive voice [\#21](https://github.com/rossmeissl/verbs/issues/21)
- Input is mutated [\#17](https://github.com/rossmeissl/verbs/issues/17)
- `"Be Near".verb.conjugate(subject: "Girl")` results in "Girl Bes Near" [\#16](https://github.com/rossmeissl/verbs/issues/16)
- Make the default aspect "Perfective" [\#15](https://github.com/rossmeissl/verbs/issues/15)
- Past progressive of "be" incorrect [\#14](https://github.com/rossmeissl/verbs/issues/14)

**Merged pull requests:**

- Setup ruby matrix testing [\#51](https://github.com/rossmeissl/verbs/pull/51) ([nerixim](https://github.com/nerixim))
- Add more irregular verbs [\#47](https://github.com/rossmeissl/verbs/pull/47) ([nerixim](https://github.com/nerixim))
- Use case statement to match regex patterns concisely [\#45](https://github.com/rossmeissl/verbs/pull/45) ([nerixim](https://github.com/nerixim))
- Use md and rubocop [\#41](https://github.com/rossmeissl/verbs/pull/41) ([nerixim](https://github.com/nerixim))
- Change default aspect for past tense [\#38](https://github.com/rossmeissl/verbs/pull/38) ([nerixim](https://github.com/nerixim))
- Downcase infinitive before conjugation [\#36](https://github.com/rossmeissl/verbs/pull/36) ([nerixim](https://github.com/nerixim))
- Add passive voice \(rebase\) [\#35](https://github.com/rossmeissl/verbs/pull/35) ([nerixim](https://github.com/nerixim))
- Fix conjugation of the word "deliver" [\#34](https://github.com/rossmeissl/verbs/pull/34) ([pienkowb](https://github.com/pienkowb))
- Prevent double terminal consonant on follow [\#31](https://github.com/rossmeissl/verbs/pull/31) ([michaeldever](https://github.com/michaeldever))
- Fix second person plural [\#29](https://github.com/rossmeissl/verbs/pull/29) ([jeidsath](https://github.com/jeidsath))
- Fix past habitual. Change usually -\> used to + infinitive [\#26](https://github.com/rossmeissl/verbs/pull/26) ([jeidsath](https://github.com/jeidsath))
- Fix present\_participle for "be" [\#25](https://github.com/rossmeissl/verbs/pull/25) ([jeidsath](https://github.com/jeidsath))
- RDoc Standard Applied [\#19](https://github.com/rossmeissl/verbs/pull/19) ([kippmr](https://github.com/kippmr))
- Input immutability [\#18](https://github.com/rossmeissl/verbs/pull/18) ([dwbutler](https://github.com/dwbutler))

## [v2.1.4](https://github.com/rossmeissl/verbs/tree/v2.1.4) (2014-01-15)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.1.3...v2.1.4)

**Closed issues:**

- 'color' is not conjugated correctly [\#11](https://github.com/rossmeissl/verbs/issues/11)
- Wrong conjugation for verb which ends with vowel [\#5](https://github.com/rossmeissl/verbs/issues/5)

**Merged pull requests:**

- fix [\#11](https://github.com/rossmeissl/verbs/issues/11) (with bonus fix) [\#12](https://github.com/rossmeissl/verbs/pull/12) ([danryan](https://github.com/danryan))
- Fix the third personal singular s form. [\#10](https://github.com/rossmeissl/verbs/pull/10) ([xuhdev](https://github.com/xuhdev))
- Add "reset" to the irregular conjugation list. [\#9](https://github.com/rossmeissl/verbs/pull/9) ([xuhdev](https://github.com/xuhdev))
- Use the more common form of the tense of "weave" [\#8](https://github.com/rossmeissl/verbs/pull/8) ([xuhdev](https://github.com/xuhdev))
- w in double\_consonants causing trouble removed [\#7](https://github.com/rossmeissl/verbs/pull/7) ([hugolepetit](https://github.com/hugolepetit))

## [v2.1.3](https://github.com/rossmeissl/verbs/tree/v2.1.3) (2013-01-07)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.1.2...v2.1.3)

**Merged pull requests:**

- FIX conjugation of s\_form \(do =\> does\) [\#6](https://github.com/rossmeissl/verbs/pull/6) ([makaroni4](https://github.com/makaroni4))

## [v2.1.2](https://github.com/rossmeissl/verbs/tree/v2.1.2) (2012-10-18)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.1.1...v2.1.2)

**Closed issues:**

- Irregular verbs \(know\) [\#4](https://github.com/rossmeissl/verbs/issues/4)
- Progressive form of verb ending in the letter "e" [\#3](https://github.com/rossmeissl/verbs/issues/3)

## [v2.1.1](https://github.com/rossmeissl/verbs/tree/v2.1.1) (2012-10-18)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.1.0...v2.1.1)

## [v2.1.0](https://github.com/rossmeissl/verbs/tree/v2.1.0) (2011-08-09)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.10...v2.1.0)

**Closed issues:**

- Moods [\#1](https://github.com/rossmeissl/verbs/issues/1)

## [v2.0.10](https://github.com/rossmeissl/verbs/tree/v2.0.10) (2011-06-09)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.9...v2.0.10)

## [v2.0.9](https://github.com/rossmeissl/verbs/tree/v2.0.9) (2010-08-10)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.7...v2.0.9)

## [v2.0.7](https://github.com/rossmeissl/verbs/tree/v2.0.7) (2010-03-30)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.6...v2.0.7)

## [v2.0.6](https://github.com/rossmeissl/verbs/tree/v2.0.6) (2010-03-30)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.8...v2.0.6)

## [v2.0.8](https://github.com/rossmeissl/verbs/tree/v2.0.8) (2010-03-29)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.5...v2.0.8)

## [v2.0.5](https://github.com/rossmeissl/verbs/tree/v2.0.5) (2009-12-10)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.4...v2.0.5)

## [v2.0.4](https://github.com/rossmeissl/verbs/tree/v2.0.4) (2009-12-10)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.3...v2.0.4)

## [v2.0.3](https://github.com/rossmeissl/verbs/tree/v2.0.3) (2009-12-10)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.1...v2.0.3)

## [v2.0.1](https://github.com/rossmeissl/verbs/tree/v2.0.1) (2009-12-09)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v2.0.0...v2.0.1)

## [v2.0.0](https://github.com/rossmeissl/verbs/tree/v2.0.0) (2009-12-09)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.1.2...v2.0.0)

## [v1.1.2](https://github.com/rossmeissl/verbs/tree/v1.1.2) (2009-12-07)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.1.0...v1.1.2)

## [v1.1.0](https://github.com/rossmeissl/verbs/tree/v1.1.0) (2009-12-03)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.5...v1.1.0)

## [v1.0.5](https://github.com/rossmeissl/verbs/tree/v1.0.5) (2009-12-03)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.4...v1.0.5)

## [v1.0.4](https://github.com/rossmeissl/verbs/tree/v1.0.4) (2009-12-03)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.3...v1.0.4)

## [v1.0.3](https://github.com/rossmeissl/verbs/tree/v1.0.3) (2009-11-25)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.2...v1.0.3)

## [v1.0.2](https://github.com/rossmeissl/verbs/tree/v1.0.2) (2009-11-25)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.1...v1.0.2)

## [v1.0.1](https://github.com/rossmeissl/verbs/tree/v1.0.1) (2009-11-25)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/v1.0.0...v1.0.1)

## [v1.0.0](https://github.com/rossmeissl/verbs/tree/v1.0.0) (2009-11-25)

[Full Changelog](https://github.com/rossmeissl/verbs/compare/c4753082d359d2c5dbc734faea34aace2eb3f176...v1.0.0)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 3141bdf

Please sign in to comment.