How to release a new version:
- Update this file with the latest version.
- Manually release new version.
0.5.1 - 2024-10-14
- Output preamble in generated file.
0.5.0 - 2024-10-14
- Use
debug.ReadBuildInfo
to get correct version. - Print to stderr on error.
gen_id
now includes a comment at the top of the generated file to warn developers that the file is, in fact, generated.
- Command for ID generating: uses uuidV7 instead of uuidV4.
openapi compose
,repo init
,repo template
commands.
0.4.0 - 2023-03-27
- Support for string IDs.
- Useless marshalling/unmarshalling of custom IDs.
- Updated Go version to 1.20.
0.3.1 - 2023-02-07
- Repo init command.
0.3.0 - 2022-10-30
- Scan method for uuid IDs.
- IDs generated file format.
0.2.2 - 2022-10-26
- Openapi works with updated dependencies.
0.2.1 - 2022-10-23
- Command for ID generating: fixed imports.
0.2.0 - 2022-10-15
- Command for ID generating: support for uuid type.
0.1.1 - 2022-09-22
- Added openapi support for extending RequestBody.
0.1.0 - 2022-08-01
- Added Changelog.