Skip to content

Releases: fensak-io/senc

v0.0.10

07 Apr 04:16
Compare
Choose a tag to compare

0.0.10 (2024-04-07)

Other updates

  • Fix pipeline for changelog generation (#67) (88aab54)
  • Install new semantic release plugin in workflow (#69) (5b97228)

v0.0.9

07 Apr 03:45
Compare
Choose a tag to compare

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

16 Mar 14:07
Compare
Choose a tag to compare

0.0.8 (2024-03-16)

  • chore: Bump mio from 0.8.9 to 0.8.11 (security patch)

v0.0.7

20 Jan 00:01
Compare
Choose a tag to compare

0.0.7 (2024-01-20)

v0.0.6

15 Dec 16:49
Compare
Choose a tag to compare

0.0.6 (2023-12-15)

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

06 Dec 17:29
Compare
Choose a tag to compare

0.0.5 (2023-12-06)

Bug Fixes

  • If out_type in senc.OutData is yaml, default out_ext to .yaml (ba0cd46)

v0.0.4

06 Dec 16:01
Compare
Choose a tag to compare

0.0.4 (2023-12-06)

Features

  • Add support for validating output schemas using jsonschema (26b8d75)

v0.0.3

04 Dec 20:06
Compare
Choose a tag to compare

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)

v0.0.2

16 Nov 01:44
Compare
Choose a tag to compare

0.0.2 (2023-11-16)

Features