Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 08:32
· 192 commits to v2 since this release
8e8494d

Changelog

  • 8e8494d Merge pull request #37 from sorcero/fix/docs-sync
  • 6f4b071 docs(readme): update version = 2
  • d0af8b3 Merge pull request #36 from sorcero/v1
  • 499a45a Merge pull request #1 from srevinsaju/fix/srevin/import-fixes
  • bec7608 fix(ls): update ls command to support togomak imports
  • f0b43ca style(togomak): run togomak fmt
  • 54d69c1 fix(fmt): fix panic on togomak fmt due to regression in ReadDir refactoring
  • 03c472d test(import): add failing test for an invalid path import
  • 81f0865 fix(import): use sha256 of source path instead of source path for consistency in caching
  • 6d37545 Merge pull request #35 from srevinsaju/feature/srev/import
  • 548bdac docs(import): add docs
  • 70755ad feat(import): add support for recursive import flattening
  • 07d8098 chore(import): add examples for import {} blocks
  • c43606e chore(init): update default togomak file version generated by init
  • a353100 feat(schema): add import {} block
  • f06e92b Merge pull request #34 from srevinsaju/fix/support-multiple-togomak-files
  • 15d892f fix: check for conflicting keys and values before merging them from multiple files
  • 0c677f9 feat: add support for loading multiple files on the same directory
  • 09dd8fe Merge pull request #32 from srevinsaju/work/srevin/tests-nested-invocation
  • 3a94fd5 style: lint using 'togomak fmt'
  • fe01d13 tests: add nested / recursive call invocation with failing sub pipeline