Skip to content

Releases: kozmod/progen

v0.1.7

09 Feb 20:26
681a754
Compare
Choose a tag to compare

Changelog

v0.1.6

06 Feb 06:44
7245847
Compare
Choose a tag to compare

Changelog

  • 829071d [#86] Add Community Standards + update versions of deps
  • 8234612 [#89] Add groups of actions
  • 9b2f81c [#92] stdlib strings.Replace was added to template's functions
  • 68b3997 [#94] replace the release notes (.goreleaser.yml)
  • cad0e6b fix args naming PreprocessingChain
  • 68554d4 fix error message: MissingKeyValue.Valid
  • 8020584 fix imports

v0.1.5

03 Jun 09:56
67c3b10
Compare
Choose a tag to compare

Changelog

  • e3c64a1 [#83] change File.Data field: string -> []byte
  • 9ff933c update deps and add URLs to Readme.md

v0.1.4

07 Mar 05:38
c5a3e2b
Compare
Choose a tag to compare

Changelog

  • eed1fe3 [#79] rewrite Readme.md: flags, Actions and tags sections
  • e3eb221 entity/rand.go variables refactoring
  • 893006a feature: add random.Num template function
  • 882ae8e fix message when remove test tmp dir and files: WithTempDir
  • 04f783f update Readme.md

v0.1.3

04 Mar 12:10
ba842b6
Compare
Choose a tag to compare

Changelog

  • b834fa4 [#77] add -printconfig flag: print processed raw config file data
  • 3500829 [#80] add text/template functions: slice.New, slice.Append
  • 229dab0 add descriptions of -printconf and -errtrace flags to Readme.md
  • 775b979 fix MkdirExecutor and FSExecutor factory-methods message

v0.1.2

01 Mar 05:24
690133e
Compare
Choose a tag to compare

Changelog

  • 6e44d64 [#71] change fmt.Errorf to xerrors.Errorf
  • b817593 [#73] add flag to optionally print stacktrace of the error
  • b5effdd config go releaser exclude "Merge*" messages: .goreleaser.yml
  • 094a523 docs: fix description of the -pf flag (Readme.md)
  • 1ac59be feature: github.com/stretchr/testify v1.8.1 -> v1.8.2
  • dc7dbd7 remove branch in .github/workflows/release.yml
  • fe9ee86 set branch to release main: .github/workflows/release.yml

v0.1.1

22 Feb 06:23
ed87e7b
Compare
Choose a tag to compare

Changelog

  • 1de8e70 bugfix: entity.NotNilValues: add checking value is nil after reflection checking
  • ba7f8e2 bugfix: fix "read" file error message: config.Reader.Read
  • e6a9bd4 feature: add FileSystemStrategy the "real" test
  • 85d14ef rename ProcGenerator to ExecutorBuilder
  • ff3e290 rename: FileProc -> FileStrategy , DirProc -> DirStrategy

v0.1.0

18 Feb 10:15
5b1a443
Compare
Choose a tag to compare

Changelog

  • f4ceb1a [#64] scripts action (execution scripts)
  • 459b663 [#64] change cmd configs and executors
  • ad4ab02 [#66] fix ReplacePathFileProc.Process mapping entity.DataFile.Data
  • 8baf63a docs: rewrite Readme.md after change cmd action

NOTE ❗️

versions v0.1.0+ contains backwards incompatible changes for cmd action usage.
docs before v0.1.0
docs for v0.1.0

Also look at examples for v0.1.0

v0.0.15

16 Feb 12:55
362fb47
Compare
Choose a tag to compare

Changelog

  • 2ad9a2c [#61] add {{ random.ASCII 8 }} for templates
  • c7b29eb change .goreleaser.yml
  • 92a478e hotfix: log cmd stderr message

v0.0.14

15 Feb 17:11
784a56f
Compare
Choose a tag to compare

Changelog

  • 9f7d334 [#57] simple command declaration in cmd section
  • fd76a84 add "Optional = ✅" to fs description