Skip to content

Releases: setsunica/ackit-zig

0.7.0

27 Mar 20:45

Choose a tag to compare

Changelog

Version 0.7.0 (2026-03-28)

Change:

  • Change the version of Zig used for build to 0.15.2
  • Change the import from ackitio to ackit.io

Supplement:

  • Zig version 0.15.2 is required to build the template-generator CLI application
  • Zig version 0.15.1 is required to run the generated templates

Full Changelog: 0.6.0...0.7.0

0.6.0

18 Jun 13:55

Choose a tag to compare

Changelog

Version 0.6.0 (2024-06-18)

Change:

  • Change the version of Zig used for build to 0.13.0

Supplement:

  • Zig version 0.13.0 is required to build the template-generator CLI application
  • Zig version 0.10.1 is required to run the generated templates

0.5.0

26 Apr 17:46

Choose a tag to compare

Changelog

Version 0.5.0 (2024-04-27)

New Feature:

  • Experimental addition of --dp flag to add dynamic programming library import to temp command template

Change:

  • Change the version of Zig used for build to 0.12.0

Supplement:

  • Zig version 0.12.0 is required to build the template-generator CLI application
  • Zig version 0.10.1 is required to run the generated templates

0.4.0

27 Mar 17:08

Choose a tag to compare

Changelog

Version 0.4.0 (2024-03-28)

Change:

  • Change the signature of the Printer.print function in the template

Bug Fix:

  • Fix compile error when specifying a string literal, comptime value, or pointer to `Printer.print

0.3.1

31 Jan 14:40

Choose a tag to compare

Changelog

Version 0.3.1 (2024-01-31)

Bug Fix:

  • Fix the template that result in compilation errors

0.3.0

31 Jan 13:43

Choose a tag to compare

Changelog

Version 0.3.0 (2024-01-31)

New Feature:

  • Add a one-line read method to the scanner, both with and without an allocator

Change:

  • Change the signature of the solve function in the template
  • Change the constant names to access the ackit.io library in the template

Supplement:

  • Zig version 0.11.0 is required to build the template-generator CLI application
  • Zig version 0.10.1 is required to run the generated templates

0.2.1

06 Jan 12:03

Choose a tag to compare

Changelog

Version 0.2.1 (2024-01-06)

  • Change: Fixes a problem where constants imported by the ackit.io module cause conflicting references in the template

0.2.0

05 Jan 08:16

Choose a tag to compare

Changelog

Version 0.2.0 (2024-01-05)

  • New feature:
    • Add a slice (VerticalSlice) that performs input/output in a vertical direction (line feed delimited)
    • Add a slice (DependSizedSlice) whose size depends on the values of other fields

0.1.0

02 Jan 16:14

Choose a tag to compare

This is the first release. Therefore, there is a high possibility of unexpected behavior.