Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.2.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.2.0)
#### [2.3.0](https://github.com/acrontum/boats-cli/compare/2.2.0...2.3.0)

> 12 June 2025

- feat/custom-templates [`#29`](https://github.com/acrontum/boats-cli/pull/29)
- feat: custom generator overrides closes #19 [`#19`](https://github.com/acrontum/boats-cli/issues/19)

#### [2.2.0](https://github.com/acrontum/boats-cli/compare/2.1.0...2.2.0)

> 28 April 2025

- feat/output-without-quoted-strings [`#27`](https://github.com/acrontum/boats-cli/pull/27)
- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25)
- feat: output without quoted strings closes #21 [`#21`](https://github.com/acrontum/boats-cli/issues/21)

#### [2.1.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.1.0)

> 28 April 2025

- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25)
- enh: smaller boatsrc closes #22 [`#22`](https://github.com/acrontum/boats-cli/issues/22)

#### [2.0.1](https://github.com/acrontum/boats-cli/compare/2.0.0...2.0.1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acrontum/boats-cli",
"version": "2.2.0",
"version": "2.3.0",
"description": "A CLI that generates boats projects, paths, schemas and queries",
"main": "dist/src/cli.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ npx --yes doctoc --github readme.md
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Quick Start](#quick-start)
- [Custom Generator Overrides](#custom-generator-overrides)
- [Development](#development)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down