Releases: gobuffalo/flect
Releases · gobuffalo/flect
v1.0.3
21 Sep 13:44
Compare
Sorry, something went wrong.
No results found
v1.0.2
24 Feb 15:04
Compare
Sorry, something went wrong.
No results found
v1.0.1
23 Feb 10:34
Compare
Sorry, something went wrong.
No results found
What's Changed
fixed incorrect singularize/pluralize for abbreviations by @sio4 in #66
Full Changelog : v1.0.0...v1.0.1
v1.0.0
09 Jan 14:49
Compare
Sorry, something went wrong.
No results found
What's Changed
refactor pluralize/singularize inflection logics by @sio4 in #62
removed deprecated strings.Title(), updated test cases and benchmarks by @sio4 in #63
updated README and SHOULDERS by @sio4 in #64
Full Changelog : v0.3.0...v1.0.0
v0.3.0
03 Sep 14:33
Compare
Sorry, something went wrong.
No results found
What's Changed
preparing go1.18 support by @sio4 in #57
replaced test action with starter/reusable workflow by @sio4 in #58
fixed opened issues to stabilize buffalo v1 by @sio4 in #59
fixed #24 by adjusting the function's conditions by @sio4 in #60
Full Changelog : v0.2.5...v0.3.0
v0.2.5
02 Apr 00:17
Compare
Sorry, something went wrong.
No results found
What's Changed
Remove oot/eet
from suffix rules by @brycahta in #54
merging commits already merged into master
into main
by @sio4 in #55
New Contributors
Full Changelog : v0.2.4...v0.2.5
v0.2.4
03 Nov 12:19
Compare
Sorry, something went wrong.
No results found
What's Changed
update modules (external, testify v1.7.0) by @sio4 in #52
task: updates github actions to test with Go 1.16 and 1.17 by @paganotoni
Full Changelog : v0.2.3...v0.2.4
v0.2.3
17 Jun 17:12
Compare
Sorry, something went wrong.
No results found
Sorting pluralization rules and adding a new one.
v0.2.2
28 Aug 14:17
Compare
Sorry, something went wrong.
No results found
Merge pull request #42 from divan/master
Fix capitalization for non-English strings
v0.2.1
13 Feb 21:14
Compare
Sorry, something went wrong.
No results found
Solves an issue with words ending in ld
. And adds children
as an irregular plural for child
.