Releases: fensak-io/senc
Releases · fensak-io/senc
v0.0.10
v0.0.9
0.0.9 (2024-04-07)
- chore: Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #51
- chore: Update README.md by @yorinasub17 in #54
- Miscellaneous ops updates to workflows
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
0.0.6 (2023-12-15)
What's Changed
- build(deps): Bump zerocopy from 0.7.29 to 0.7.31 by @dependabot in #38
- chore: Bump deno core libraries to latest version by @yorinasub17 in #39
- Bump ciconfig deps by @yorinasub17 in #40
- docs: Update documentation to mention that it is not limited to IaC by @yorinasub17 in #42
- docs: Fix broken link in README [skip ci] by @yorinasub17 in #43
- Release by @yorinasub17 in #41
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
v0.0.3
0.0.3 (2023-12-04)
Bug Fixes
- Add a new import builtin function that allows importing json and yaml config in a manner compatible with vanilla TypeScript (253a91a)
- Fix error handling in module loader so that it doesn't panic (6286065)
Features
- Add support for generating multiple files from a single generator (71ec53e)
- Add support for importing without extension (ad4887b)
- Add support for importing yaml files (30e2e86)
- Add support for passing in TLA for main function (6b728e2)
- Add support for specifying a prefix string to prepend to the output data (b6d5d30)
- Rename path.relpath to path.rel to avoid stuttering (8490fd6)