Skip to content

Latest commit

 

History

History
151 lines (68 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

151 lines (68 loc) · 6.76 KB

1.8.3 (2024-06-20)

Bug Fixes

  • add raw helper to fix {{{{raw}}}} blocks (#28) (54d40f4)

1.8.2 (2024-05-28)

Bug Fixes

1.8.1 (2024-05-27)

Bug Fixes

  • Issues in ai-comment helper and adds escaped for ignoring HB syntax (#27) (984bbc7)

1.8.0 (2024-05-24)

Features

  • Add helpers for rendering things in an AI context (#25) (03e723c)

1.7.0 (2024-02-14)

Features

  • Add support for binary files in templates (#23) (409ac49)

1.6.1 (2024-02-13)

Bug Fixes

1.6.0 (2024-01-18)

Features

  • Adds kaplang helpers to process DSL during codegen (#20) (3211b9a)

1.5.2 (2024-01-03)

Bug Fixes

  • Make sure optional arguments come last (#19) (09ade64)

1.5.1 (2024-01-02)

Bug Fixes

  • Make sure ref props are strings before treating as type (#18) (a303dab)

1.5.0 (2023-12-30)

Features

  • Adds lastFile to mergeFile method (#17) (59393bf)

1.4.1 (2023-12-25)

Bug Fixes

  • Include prettier as non-dev dep (b583edb)

1.4.0 (2023-12-25)

Features

  • Adds prettier wrapper for formatting code (#16) (73a88c9)

1.3.1 (2023-12-20)

Bug Fixes

  • #FILENAME header in xml had 'merge-->' as mode (ea2a7fb)
  • add tests (b69399a)
  • github actions ci pr build (3df3146)

1.3.0 (2023-11-29)

Features

  • Adds helper for checking if a certain type is referenced (#14) (cdd9198)

1.2.1 (2023-11-20)

Bug Fixes

  • Issues dealing with kapeta uri strings (#13) (652a7e9)

1.2.0 (2023-11-16)

Features

  • Check for built-in types when iterating dependencies (#11) (9fdbc9f)

1.1.0 (2023-11-15)

Bug Fixes

  • Return undefined instead of null when skipping (fb2fdb4)

Features

  • Add support for multi file generation from hbs template (69d39eb)

1.0.3 (2023-10-16)

Bug Fixes

  • Handle switch on non-strings (e.g. SafeString) (#8) (d209405)

1.0.2 (2023-09-19)

Bug Fixes

  • If string is null/undefined just return empty string (#7) (272d0e6)

1.0.1 (2023-06-18)

Bug Fixes

  • Change yaml-transform to TS to include (dae0d42)

1.0.0 (2023-06-18)

  • feat!: Added mergeFile method to base target (#6) (203761b), closes #6

BREAKING CHANGES

  • Rewrote to TS and ESM + CJS module