Commit graph

8 commits

Author SHA1 Message Date
d01c4389be
fix: allow users to set multi-line comments
Main changes:

- Add an option to add multi-line comments at the top of the generated
  file.
- Add an option to name the top-level type.

Additional changes:

- Replace deprecated strings.Title with a custom title function.
- Refactor code based on linter feedback.
- Update LICENSE.
- Update go.mod and upgrade github.com/dave/jennifer from
  v1.5.1 to v1.7.0.
- Update documentation.
2023-11-24 18:31:57 +00:00
Simon Ser
50881d18fa readme: add links to mailing list and IRC 2023-02-16 16:31:30 +01:00
Simon Ser
1bfe91634c readme: specify supported version of the JSON schema spec 2022-10-10 13:16:08 +02:00
Simon Ser
c28d6655f0 readme: add link to JSON schema website 2022-10-07 12:30:45 +02:00
Simon Ser
253c170dbe Generate helpers for then, else and dependantSchemas 2022-10-07 12:10:12 +02:00
Simon Ser
7b432ffe7f readme: describe generation rules 2022-10-07 11:55:30 +02:00
Simon Ser
3252e0dde7 Switch to CLI flags 2022-10-07 11:49:41 +02:00
Simon Ser
dde5b75d7a Initial commit 2022-10-06 09:26:45 +02:00