Skip to content

Latest commit

 

History

History
159 lines (99 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

159 lines (99 loc) · 4.38 KB

v0.8.3 (2021-09-09)

Features

  • modify init command to not use templates (#243)

v0.8.2 (2021-08-11)

Features

  • example builder utility (#223)

v0.8.1 (2021-08-09)

Features

  • add command in charmil cli (#207)

v0.8.0 (2021-08-09)

Features

  • check for updates in starter (#203)
  • disable validation rule option
  • charmil-crud: add validations and flag completion (#204)

v0.7.0 (2021-08-03)

Bug Fixes

  • update starter url and imports (#201)
  • goreleaser build path (#193)

v0.6.1 (2021-07-29)

Bug Fixes

  • create crud dir along with necessary parents (#192)

v0.6.0 (2021-07-28)

v0.5.0 (2021-07-27)

Features

  • add flags to charmil crud commands (#186)

v0.4.0 (2021-07-27)

Bug Fixes

  • makefile testing

Features

  • add CRUD files generation functionality to charmil CLI (#171)
  • charmil init command (#170)

v0.3.0 (2021-07-21)

v0.3.1 (2021-07-21)

Features

  • init charmil CLI & setup starter (#155)
  • set up config in starter (#158)

0.3.0 (2021-07-15)

Bug Fixes

  • skip validation for children

Features

  • skip children with asterisk
  • example matches rule in cmd
  • contributing: addition of a pre commit git hook and contributing (#157)

v0.2.0 (2021-07-07)

Bug Fixes

  • global verbose & rename options
  • check mergo, unmarshal for err
  • mustExist rule overriding
  • override length field
  • rule config overriding

Features

  • add go badge to README (#150)
  • add ignore command option (#144)
  • add config management package (#108)
  • deploy website & rm my-website (#142)
  • useMatches rule for Use

v0.1.0 (2021-07-01)

Bug Fixes

  • validate rules in loop
  • cmd validation status logs
  • traverse all children of cmd
  • duplication of errors
  • validate during reflecting
  • traverse all levels in commands
  • SIGSEGV in factory
  • Remove registry example
  • reorder architecture
  • cmd: add 'extensions' as a parent command

Features

  • merge default and user provided rulesconfig
  • user facing documentation
  • status in verbose mode
  • add verbose mode for rules
  • error structure in validators
  • add mustpresent validator
  • use reflect & map for length rule
  • length validator
  • validator for cobra cmds
  • add CI/CD & issue pr templates
  • localization of plugins
  • localize func with go-i18n
  • logger for output & errors
  • wrapper create plugin
  • add new CLIs to registry
  • init project & add placeholder cli's