Skip to content

Releases: nikhilsbhat/yamll

v0.0.4

31 Jul 03:58
0f1876d
Compare
Choose a tag to compare

Changelog

  • 0f1876d Add a "build" command that only constructs YAML files by substituting imports, rather than merging them like the "import" command does
  • a94e6e7 Add initital support for creating brew formula
  • 38ba9ef Add initital support for creating brew formula
  • d16571f Adding LICENSE
  • ce0476f Fix issues with explode correctly.
  • 00d4620 Optimise code
  • 9b753b5 Update README with more installation methods

v0.0.3

07 Jul 07:47
38ba9ef
Compare
Choose a tag to compare

Changelog

  • a40c85c Add initital support for creating brew formula
  • d16571f Adding LICENSE
  • ce0476f Fix issues with explode correctly.
  • 00d4620 Optimise code

v0.0.2

29 Jun 04:37
245df25
Compare
Choose a tag to compare

Changelog

  • 60c9fea Add support for efficiently merging yaml file contents
  • a7dc657 Introduce a sub-command 'tree' that prints the imported dependencies in a tree format, similar to the Linux tree command
  • 245df25 Update readme with 'tree'

v0.0.1

26 Jun 12:14
a906c5c
Compare
Choose a tag to compare

Changelog

  • a906c5c Add dockerfile
  • c130cab Add support for GIT as one of the import source
  • c71e798 Add support for importing yaml from multiple sources
  • b598f25 Add support for logger
  • afcd847 Add supporting for exploding the final yaml file generated
  • 210eeb3 Fix URL dependency type identification incase of http based URL
  • 3abefca Fix golangci-lint issues
  • 76dfe48 Fix inter importing yaml file issues
  • 1f4b0a1 Fix versioning
  • 6e94f63 Implement custom errors
  • f79036a Implement file based merge over merging map
  • f1d0da2 Initial commit
  • 24de77b Initial working model for nested importing
  • fa1c5b6 Refactor 'ReadData' for better implementation
  • ea9e339 Refactor code for more readability
  • 40ae059 Update README and cli doc