Releases: gobuffalo/genny
v0.3.0
v0.2.0
v0.1.1
v0.1.0
Changelog
1045e97 Add documentation for gentest (and a small bugfix) (#21)
2d326bb Added gotools.RewriteImports
06cc44b Fix check for git clean working dir (#11)
2c9e7e1 Initial commit
b4fd8b5 Merge branch 'master' into steps
94d6cfb Merge branch 'master' of https://github.com/gobuffalo/genny
c328510 Merge branch 'master' of https://github.com/gobuffalo/genny
5139225 Merge pull request #10 from gobuffalo/windos-fixes
bd5cfa2 Merge pull request #12 from gobuffalo/steps
9539921 Merge pull request #13 from gobuffalo/travis-windows
91f6b1c Merge pull request #14 from gobuffalo/mkdir
7b7d875 Merge pull request #15 from gobuffalo/fix-gomod-init
2d959ac Merge pull request #16 from gobuffalo/packr2
77e34f7 Merge pull request #17 from gobuffalo/plushgen
8914144 Merge pull request #2 from gobuffalo/task/add-inside-struct-block
9033ae7 Merge pull request #3 from gobuffalo/bugfix/replace-block-body
e845e88 Merge pull request #6 from gobuffalo/feature-attr-uniq
6c6c45d Merge pull request #7 from gobuffalo/task/using-error-pattern
2ee494b Merge pull request #8 from gobuffalo/feature/multiple-types
318a41a Merge pull request #9 from gobuffalo/bugfix/fixing-attrs
10245c4 Update wet_runner_test.go
31a9a63 WIP
ed339c6 add back go.mod
df30867 add support for go modules as well as generator groups
bd46db4 add windows testing
043012b added AddInsideBlock and AddImport helpers
0ce9a5c added Chdir helper
b7dcbfc added ForceBox
2835d3b added ForceFile and update Makefile
ee23b26 added Prefix to the genny generator
f08500b added Results.Find
bfbb144 added SHOULDERS
849d2c9 added Slice to Attrs
aa1d9b6 added StepName
ca7c22e added WithNew and deprecated WithFn
2d9b832 added a FindStep function
5915ba7 added a FmtTransformer
44f4a7a added a GoFmt Generator
ebf129c added a GoFmt command
d4f3920 added a Validate to NamedAttrs
46700ec added a command generator
9ae77fb added a command to generate new generators
9ac7533 added a couple of NewFile* helpers
8070119 added a function to tell if mods are on
e312b08 added a gentest package and the ability to handle HTTP requests
fff0dd9 added a gotools.WithGoGet generator
b118941 added a license
9472f78 added a make file
560a227 added a new Force generator
8a5050c added a new licenser generator
901a6b6 added a programmatic version of goimports so we don't have to shell to cmd
03b6078 added a replace transformer
e9a91ec added a results type
82c4ae6 added a should function for generators
cc696d7 added a virtual disk implmentation
ed10352 added an ErrorFn
315a267 added attrs package
0482c29 added confirm and dot helpers
01cae42 added dep support
e0b0dd4 added events
d662fa3 added fmt.Stringer for attrs
2c41e59 added git pkg
e446424 added gomods.Force
8e6ecd7 added gotools.Get and gotools.Install func
ca41407 added new PackageName helper
b8de7d5 added package docs
565ab8a added path to dep
18d4f0d added path to dep init
3b33d59 added some gentest helpers
7a7d963 added tests to ensure step delete works
179225e added tests to make sure step before/after are run
fe29ae0 added the ability to add a box to the disk
fafe414 added the ability to merge two groups
06304a4 added the attrs package to movinglater
fb22670 adding append comment
d0f1230 adding append function
c918161 adding attr missing comments
a0d7d71 adding commontype
35c7fbc adding missing comment
f925e3e adding multiple types from pop
61e244d adding tests
f262bb0 adds CompareBox and CompareBoxStripped helpers to gentest (#25)
97f3f82 adds a function to replace a block body
587d0aa adds a lot more tests arounds gomods.Init
0855720 adds strruct type to the findclosingrouteblock funcv
d6a49df adds support for making directories
47cea07 allow for merging of generators
008a762 allow for replacing steps (#22)
b7b315b azure (#24)
240cf84 changed Force to a RunFn instead
4dc6ac4 changed the api of WithBox
2e54308 changed the loggin in runner to debug instead of info
d92c758 check for EOF in goimports
b47a9a4 check git output for working tree clean
e16e52a dep events
b4153d7 deps
796e9e1 don't chdir if ""
2f1f482 expose ParseFile
b46e601 expose prefix on cli
bb06de1 fix broken log stmt
2a47d06 fix broken test
f183464 fix data race
3a7f4e3 fix force
0ee1b75 fix go mod init
5753fab fix test
22498a7 fix travis
3679ba2 fixed AddInsideBlock
90a7745 fixed Chdir
5a6fcba fixed WithNew godoc
8cb858d fixed a few things
bbbdc08 fixed broken tests
77641cc fixed bug with genny not reseting the body of a file
ad69a5a fixed bug with wrong name after AddImport or AddInsideBlock
768f570 fixed dep.Init and added tests
e8ff4ad fixed issue with lowercasing packages
efb006e fixed issue with mods writing .
5bb8bcd fixed issue with wet runner
33e5f43 fixed template
8e0d941 fixed the dep helper
41d045c fixed the gomods.Init and gomods.Tidy gens
fda8bcc fixes box name issue
f654107 fixes broken windows stuff
22bd8ce fixes gobuffalo/buffalo-goth#15
36f4dba fixes issues with step names breaking tests
5e394ce fixes replace block body and adds a more real example
8013500 fixes tests
583139e fixes tests
1989d22 fixing test
9939dc8 generated goreleaser
c781b2c generated goreleaser
0231425 generated goreleaser
302e1f1 generators can now have roots
a30c85e genny files can now be used as io.Writer as well as io.Reader
e26c846 improved CompareFiles
587570a improved CompareFiles
15e2aff improved HasExt
ac62449 improved deprecation notices
cd06b5d improved file handling, including looking up files that have been run, or from disk automatically.
7183aa3 improved the Disable function
38e726a improves Force
26fd94a improves force
6ca5a34 keep track of the current generator and transform all files are run time
6a4f799 make sure files always have a reader
b471043 make sure to rewind file in dry runner
6c73103 making Attr validate uniqueness
dd69bb9 making GoType case insensitive
c657c6d making NewTest pass
ca45528 mod tidy
aa4b5da move to the plushgen package
34f6811 moved Chdir to Runner
1ba27f3 moved licenser
5ca23a8 moved the licenser package
c950828 moves all of the movinglater packages (#23)
48c651a moving back to downcase foo
f558f1d moving block funtions to use parsedfilñe
b5c6265 moving common type out of sql
7bb36fc moving to use an error instead of a string coonstant
65753a5 new approach
d6fb8a0 parsing source without temp file, fixes #18 (#20)
cd8e402 plushgen
744289e print files to stdout in dry runner
8b38fb0 remove go.mod
27723ad remove mod
0284357 remove osx on travis
7be1b23 remove the command generator
b6af81e remove the plushgen warning
003f8c5 removed the markbates/going dep
3ca520e removes errors.WithStack (#26)
6824ee6 removing duplicated code
2d5eb92 renamed box
5134d76 renaming tcasw
99de03d reset reader after reading
df0a36f run all commands safely
9421622 set gomods path if blank
999d2bc so much stuff. sorry.
f75578e thats the dry runner file fn we want
d317fbc travis
75b5644 turn off events
a6a3646 updaed deps
3310289 update deps
70d573d updated deps
476f881 updated deps
a62d257 updated deps
82acaec updated deps
7dcb092 updated deps
4a24b4f updated deps
6427725 updated deps
599b336 updated deps
b1bc8b8 updated deps
a71664f updated deps
708c9c6 updated deps
fce452e updated deps
87a2fac updated deps
0a63325 updated deps
3d4f1ae updated deps
a03373f updated deps
478bcf2 updated deps
be0ff43 updated deps
5ab3b41 updated deps
4c5fc5d updated deps
7af3a40 updated deps
10dc82a updated deps
3786a07 updated deps
a616fa4 updated deps
b96cc72 updated deps
f31a84f updated deps
0a4decd updated envy
b213682 updated flect
b8960a3 updated licenser options pattern
2169236 updated logger
ea079e3 updated logger
0379aef updated shoulders
4f1c728 updated templates
d972742 updated test template
b83754c updated to packr2
3628d59 updated to use flect instead of inflect
af3f81d upded deps
910b3f6 use a less strict type for TemplateTransformer
230e627 use a random name for the parsed go file
19c04d7 use mem box in testing
3887b71 use packd interfaces
7ba106b use packd.SimpleFile for genny.File
9ea72ee using "." or "" should mean current directory
5fa9041 using correct end value (-1)
8b700ac version bump: v0.1.0
d094d7e version bump: v0.1.0
81586fc version bump: v0.1.0
ffd975c vgo/dep
7dc5961 wip
8484439 working on docs (#19)