Skip to content

Releases: thisisibrahimd/k8s

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:13
Immutable release. Only release title and notes can be modified.
aa346e1

Changelog

  • b35a8be fix: handle reserved keywords in docsonnet type references
  • 587e00a fix: nil pointer panic when $ref target is missing
  • 50b24ab fix: use bracket notation for reserved keywords in super references
  • a55886b refactor: centralize Jsonnet formatting in pkg/format/
  • dbbd611 refactor: rename complier → compiler and jsonschemacomplier → jsonschemacompiler

v0.4.2-alpha.2

v0.4.2-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 23:28
Immutable release. Only release title and notes can be modified.
82f875e

Changelog

  • b35a8be fix: handle reserved keywords in docsonnet type references
  • 587e00a fix: nil pointer panic when $ref target is missing
  • a55886b refactor: centralize Jsonnet formatting in pkg/format/

v0.4.2-alpha.1

v0.4.2-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 21:26
Immutable release. Only release title and notes can be modified.
50b24ab

Changelog

  • 50b24ab fix: use bracket notation for reserved keywords in super references
  • dbbd611 refactor: rename complier → compiler and jsonschemacomplier → jsonschemacompiler

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:54
Immutable release. Only release title and notes can be modified.
8cd9b2b

Changelog

  • 81c5258 test(builder): add golden tests, fuzz, benchmarks, and doc comments
  • 8cd9b2b test(builder): add golden tests, fuzz, benchmarks, and doc comments (#10)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 00:10
Immutable release. Only release title and notes can be modified.
9b44746

Changelog

  • e0d3b69 Merge pull request #7 from thisisibrahimd/rename
  • 9b44746 feat(generator): add map helpers and nested item helpers for array fields (#9)
  • c22e00f feat(generator): add mapXyz and mapXyzByName helpers for array fields
  • 0ecd05f feat(generator): generate nested helpers for array item properties

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:44
Immutable release. Only release title and notes can be modified.
6938d24

Changelog

  • 6938d24 chore: rename module and repo references to thisisibrahimd/k8s

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:52
Immutable release. Only release title and notes can be modified.
d65e0a6

Changelog

  • 802f9fc chore: remove no longer needed file. :happy_face:
  • 99d67b0 chore: remove old config.jsonnet
  • 2d800c0 chore: rename dockerfile to containerfile
  • dca1ec2 chore: rename release job
  • 586526c feat: add support for generating a libsonnet from a jsonschema (#5)
  • 7ffcb77 feat: convert all config.jsonnet to basic config.json for generation and remove special logic handlign of each library
  • 9ca449c feat: convert jsonnet configs to config.json
  • d65e0a6 feat: support urls in jsonschema compiler and add tests (#6)
  • 0b16e5c fix: revert version tagged urls, not main tag

v0.2.1-alpha.2

v0.2.1-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:18
Immutable release. Only release title and notes can be modified.
7fe7b42

Changelog

  • 7fe7b42 fix: add crude acyclic loop detection in recursive function

v0.2.1-alpha.1

v0.2.1-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:59
Immutable release. Only release title and notes can be modified.
92a8f09

Changelog

  • d70bd5b chore: relocate compiler code for jsonschema
  • 802f9fc chore: remove no longer needed file. :happy_face:
  • 99d67b0 chore: remove old config.jsonnet
  • 2d800c0 chore: rename dockerfile to containerfile
  • dca1ec2 chore: rename release job
  • 586526c feat: add support for generating a libsonnet from a jsonschema (#5)
  • 7ffcb77 feat: convert all config.jsonnet to basic config.json for generation and remove special logic handlign of each library
  • 9ca449c feat: convert jsonnet configs to config.json
  • 0b16e5c fix: revert version tagged urls, not main tag
  • 512f7ff fix: update mise.toml to allow others to download the tools and installed jv tool

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:48
Immutable release. Only release title and notes can be modified.
4d45988

Changelog

  • 802f9fc chore: remove no longer needed file. :happy_face:
  • 99d67b0 chore: remove old config.jsonnet
  • 2d800c0 chore: rename dockerfile to containerfile
  • dca1ec2 chore: rename release job
  • 4d45988 feat: add support for generating a libsonnet from a jsonschema
  • 7ffcb77 feat: convert all config.jsonnet to basic config.json for generation and remove special logic handlign of each library
  • 9ca449c feat: convert jsonnet configs to config.json
  • 0b16e5c fix: revert version tagged urls, not main tag